HomeSort by relevance Sort by last modified time
    Searched refs:main_loop_ (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/content/browser/
browser_main_runner.cc 77 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_->ShutdownThreadsAndCleanUp()
144 scoped_ptr<BrowserMainLoop> main_loop_; member in class:content::BrowserMainRunnerImpl
    [all...]
  /external/chromium_org/content/child/
thread_safe_sender.cc 15 : main_loop_(main_loop), sync_filter_(sync_filter) {
22 if (main_loop_->BelongsToCurrentThread())
thread_safe_sender.h 41 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::ThreadSafeSender
  /external/chromium_org/tools/gn/
scheduler.cc 33 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,
scheduler.h 26 base::MessageLoop* main_loop() { return &main_loop_; }
67 base::MessageLoop main_loop_; member in class:Scheduler
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 278 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...]
webkitclient_impl.h 90 MessageLoop* main_loop_; member in class:webkit_glue::WebKitClientImpl
webmediaplayer_impl.h 257 // 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
webkitclient_impl.cc 200 : main_loop_(MessageLoop::current()),
497 main_loop_->PostTask(FROM_HERE, NewRunnableFunction(func, context));
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 116 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_->BelongsToCurrentThread())
    [all...]
media_stream_dispatcher.cc 83 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_->BelongsToCurrentThread())
    [all...]
media_stream_dispatcher.h 167 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::MediaStreamDispatcher
  /external/chromium_org/content/renderer/gpu/
input_handler_wrapper.cc 23 main_loop_(main_loop),
34 main_loop_->PostTask(
input_event_filter.cc 24 : main_loop_(base::MessageLoopProxy::current()),
36 DCHECK(main_loop_->BelongsToCurrentThread());
118 main_loop_->PostTask(
141 main_loop_->PostTask(
input_handler_wrapper.h 48 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::InputHandlerWrapper
input_event_filter.h 71 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::InputEventFilter
  /external/chromium_org/components/nacl/loader/
nacl_listener.h 69 base::MessageLoop* main_loop_; member in class:NaClListener
nacl_listener.cc 184 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/
media_source_delegate.cc 41 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_->BelongsToCurrentThread())
    [all...]
media_source_delegate.h 186 const scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::MediaSourceDelegate
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data_unittest.cc 41 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());
template_url_model_test_util.cc 26 QuitTask2() : main_loop_(MessageLoop::current()) {}
29 main_loop_->PostTask(FROM_HERE, new MessageLoop::QuitTask());
33 MessageLoop* main_loop_; member in class:__anon4830::QuitTask2
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.h 118 pp::MessageLoop* main_loop_; member in class:PSInstance
ps_instance.cc 62 si->inst_->main_loop_ = new pp::MessageLoop(si->inst_);
63 si->inst_->main_loop_->AttachToCurrentThread();
96 main_loop_(NULL),
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 139 base::MessageLoop* main_loop_; member in class:webkit_glue::WebKitPlatformSupportImpl

Completed in 1145 milliseconds

1 2