Searched refs:main_loop_ (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/content/browser/
H A Dbrowser_main_runner.cc77 main_loop_.reset(new BrowserMainLoop(parameters));
79 main_loop_->Init();
81 main_loop_->EarlyInitialization();
84 main_loop_->InitializeToolkit();
86 main_loop_->MainMessageLoopStart();
101 main_loop_->CreateStartupTasks();
102 int result_code = main_loop_->GetResultCode();
113 main_loop_->RunMainMessageLoopParts();
114 return main_loop_->GetResultCode();
122 main_loop_
144 scoped_ptr<BrowserMainLoop> main_loop_; member in class:content::BrowserMainRunnerImpl
[all...]
/external/chromium_org/content/child/
H A Dthread_safe_sender.cc15 : main_loop_(main_loop), sync_filter_(sync_filter) {
22 if (main_loop_->BelongsToCurrentThread())
H A Dthread_safe_sender.h41 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::ThreadSafeSender
/external/chromium_org/tools/gn/
H A Dscheduler.cc33 if (base::MessageLoop::current() == &main_loop_) {
38 main_loop_.PostTask(FROM_HERE,
54 if (base::MessageLoop::current() == &main_loop_) {
59 main_loop_.PostTask(FROM_HERE,
96 if (base::MessageLoop::current() == &main_loop_) {
99 main_loop_.PostTask(FROM_HERE,
H A Dscheduler.h26 base::MessageLoop* main_loop() { return &main_loop_; }
67 base::MessageLoop main_loop_; member in class:Scheduler
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc278 main_loop_(NULL),
288 DCHECK(!main_loop_);
289 main_loop_ = MessageLoop::current();
305 // Also we want to be notified of |main_loop_| destruction.
306 main_loop_->AddDestructionObserver(this);
309 proxy_ = new Proxy(main_loop_, this);
365 // Finally tell the |main_loop_| we don't want to be notified of destruction
367 if (main_loop_) {
368 main_loop_->RemoveDestructionObserver(this);
373 DCHECK(MessageLoop::current() == main_loop_);
[all...]
H A Dwebkitclient_impl.h90 MessageLoop* main_loop_; member in class:webkit_glue::WebKitClientImpl
H A Dwebkitclient_impl.cc200 : main_loop_(MessageLoop::current()),
497 main_loop_->PostTask(FROM_HERE, NewRunnableFunction(func, context));
H A Dwebmediaplayer_impl.h257 // As we are closing the tab or even the browser, |main_loop_| is destroyed
259 // |main_loop_| is being destroyed and we can stop posting repaint task
296 MessageLoop* main_loop_; member in class:webkit_glue::WebMediaPlayerImpl
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_impl.cc116 media::BindToLoop(main_loop_, base::Bind(function, AsWeakPtr()))
119 media::BindToLoop(main_loop_, base::Bind(function, AsWeakPtr(), arg1))
122 media::BindToLoop(main_loop_, base::Bind(function, AsWeakPtr(), arg1, arg2))
137 main_loop_(base::MessageLoopProxy::current()),
170 main_loop_->PostTask(
175 // Also we want to be notified of |main_loop_| destruction.
200 DCHECK(main_loop_->BelongsToCurrentThread());
268 DCHECK(main_loop_->BelongsToCurrentThread());
293 main_loop_,
307 DCHECK(main_loop_
[all...]
H A Dmedia_stream_dispatcher.cc83 main_loop_(base::MessageLoopProxy::current()),
94 DCHECK(main_loop_->BelongsToCurrentThread());
107 DCHECK(main_loop_->BelongsToCurrentThread());
124 DCHECK(main_loop_->BelongsToCurrentThread());
141 DCHECK(main_loop_->BelongsToCurrentThread());
167 DCHECK(main_loop_->BelongsToCurrentThread());
206 DCHECK(main_loop_->BelongsToCurrentThread());
224 DCHECK(main_loop_->BelongsToCurrentThread());
267 DCHECK(main_loop_->BelongsToCurrentThread());
291 DCHECK(main_loop_
[all...]
H A Dmedia_stream_dispatcher.h167 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::MediaStreamDispatcher
/external/chromium_org/content/renderer/gpu/
H A Dinput_handler_wrapper.cc23 main_loop_(main_loop),
34 main_loop_->PostTask(
H A Dinput_event_filter.cc24 : main_loop_(base::MessageLoopProxy::current()),
36 DCHECK(main_loop_->BelongsToCurrentThread());
118 main_loop_->PostTask(
141 main_loop_->PostTask(
H A Dinput_event_filter.h71 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::InputEventFilter
H A Dinput_handler_wrapper.h48 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::InputHandlerWrapper
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.h69 base::MessageLoop* main_loop_; member in class:NaClListener
H A Dnacl_listener.cc184 main_loop_(NULL) {
202 DCHECK(main_loop_ != NULL);
203 if (base::MessageLoop::current() == main_loop_) {
221 main_loop_ = base::MessageLoop::current();
222 main_loop_->Run();
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc41 media::BindToLoop(main_loop_, \
45 media::BindToLoop(main_loop_, \
53 DCHECK(main_loop_->BelongsToCurrentThread())
68 main_loop_(base::MessageLoopProxy::current()),
92 DCHECK(main_loop_->BelongsToCurrentThread());
103 DCHECK(main_loop_->BelongsToCurrentThread());
148 demuxer_->Stop(media::BindToLoop(main_loop_,
159 DCHECK(main_loop_->BelongsToCurrentThread());
197 DCHECK(main_loop_->BelongsToCurrentThread());
236 DCHECK(main_loop_
[all...]
H A Dmedia_source_delegate.h186 const scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::MediaSourceDelegate
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_data_unittest.cc41 main_loop_(NULL),
74 MessageLoop* main_loop_; member in class:TestGetInstallState
91 main_loop_ = MessageLoop::current();
99 main_loop_ = NULL;
140 main_loop_->PostTask(FROM_HERE, new MessageLoop::QuitTask());
H A Dtemplate_url_model_test_util.cc26 QuitTask2() : main_loop_(MessageLoop::current()) {}
29 main_loop_->PostTask(FROM_HERE, new MessageLoop::QuitTask());
33 MessageLoop* main_loop_; member in class:__anon2424::QuitTask2
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.h118 pp::MessageLoop* main_loop_; member in class:PSInstance
H A Dps_instance.cc62 si->inst_->main_loop_ = new pp::MessageLoop(si->inst_);
63 si->inst_->main_loop_->AttachToCurrentThread();
96 main_loop_(NULL),
/external/chromium_org/webkit/child/
H A Dwebkitplatformsupport_impl.h139 base::MessageLoop* main_loop_; member in class:webkit_glue::WebKitPlatformSupportImpl

Completed in 464 milliseconds

12