~abreu-alexandre/oxide/content-script-injection-main-world

« back to all changes in this revision

Viewing changes to qt/quick/api/oxideqquickwebcontext_p_p.h

  • Committer: Chris Coulson
  • Date: 2014-04-02 19:57:47 UTC
  • Revision ID: chris.coulson@canonical.com-20140402195747-oairinzucu3jwtl3
Lazy init WebContext (LP: #1297552 part 1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 public:
50
50
  ~OxideQQuickWebContextPrivate();
51
51
 
 
52
  bool isConstructed() const { return constructed_; }
 
53
 
52
54
  void delegateWorkerDestroyed(OxideQQuickWebContextDelegateWorker* worker);
53
55
 
54
56
  static OxideQQuickWebContextPrivate* get(OxideQQuickWebContext* context);
56
58
  static void ensureChromiumStarted();
57
59
 
58
60
 Q_SIGNALS:
59
 
  void initialized();
 
61
  void constructed();
60
62
  void willBeDestroyed();
61
63
 
62
64
 private:
80
82
      OxideQQuickWebContextDelegateWorker** ui_slot,
81
83
      oxide::qquick::WebContextDelegateWorkerIOThreadController** io_slot);
82
84
 
 
85
  bool constructed_;
 
86
 
83
87
  oxide::qquick::WebContextIOThreadDelegate* io_thread_delegate_;
84
88
 
85
89
  OxideQQuickWebContextDelegateWorker* network_request_delegate_;