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

1 2

  /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/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...]
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.h 90 MessageLoop* main_loop_; member in class:webkit_glue::WebKitClientImpl
  /external/chromium_org/content/browser/
browser_main_runner.cc 85 main_loop_.reset(new BrowserMainLoop(parameters));
87 main_loop_->Init();
89 main_loop_->EarlyInitialization();
92 main_loop_->InitializeToolkit();
94 main_loop_->MainMessageLoopStart();
110 main_loop_->CreateStartupTasks();
111 int result_code = main_loop_->GetResultCode();
122 main_loop_->RunMainMessageLoopParts();
123 return main_loop_->GetResultCode();
150 main_loop_->ShutdownThreadsAndCleanUp()
173 scoped_ptr<BrowserMainLoop> main_loop_; member in class:content::BrowserMainRunnerImpl
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 119 media::BindToLoop(main_loop_, base::Bind(function, AsWeakPtr()))
122 media::BindToLoop(main_loop_, base::Bind(function, AsWeakPtr(), arg1))
125 media::BindToLoop(main_loop_, base::Bind(function, AsWeakPtr(), arg1, arg2))
142 main_loop_(base::MessageLoopProxy::current()),
182 main_loop_->PostTask(
209 DCHECK(main_loop_->BelongsToCurrentThread());
266 DCHECK(main_loop_->BelongsToCurrentThread());
293 main_loop_,
307 DCHECK(main_loop_->BelongsToCurrentThread());
321 DCHECK(main_loop_->BelongsToCurrentThread())
    [all...]
media_stream_dispatcher.cc 66 main_loop_(base::MessageLoopProxy::current()),
77 DCHECK(main_loop_->BelongsToCurrentThread());
90 DCHECK(main_loop_->BelongsToCurrentThread());
138 DCHECK(main_loop_->BelongsToCurrentThread());
159 DCHECK(main_loop_->BelongsToCurrentThread());
179 DCHECK(main_loop_->BelongsToCurrentThread());
197 DCHECK(main_loop_->BelongsToCurrentThread());
244 DCHECK(main_loop_->BelongsToCurrentThread());
268 DCHECK(main_loop_->BelongsToCurrentThread());
287 DCHECK(main_loop_->BelongsToCurrentThread())
    [all...]
  /external/chromium_org/tools/gn/
scheduler.cc 59 if (base::MessageLoop::current() == &main_loop_) {
64 main_loop_.PostTask(FROM_HERE,
80 if (base::MessageLoop::current() == &main_loop_) {
85 main_loop_.PostTask(FROM_HERE,
115 if (base::MessageLoop::current() == &main_loop_) {
118 main_loop_.PostTask(FROM_HERE,
scheduler.h 27 base::MessageLoop* main_loop() { return &main_loop_; }
68 base::MessageLoop main_loop_; member in class:Scheduler
loader.cc 102 : main_loop_(base::MessageLoop::current()),
236 main_loop_->PostTask(FROM_HERE,
260 main_loop_->PostTask(FROM_HERE, base::Bind(&LoaderImpl::DidLoadFile, this));
268 main_loop_->PostTask(FROM_HERE,
314 main_loop_->PostTask(FROM_HERE,
loader.h 92 void set_main_loop(base::MessageLoop* loop) { main_loop_ = loop; }
156 base::MessageLoop* main_loop_; member in class:LoaderImpl
  /external/chromium_org/content/renderer/input/
input_handler_wrapper.cc 23 main_loop_(main_loop),
35 main_loop_->PostTask(
input_event_filter.cc 26 : main_loop_(base::MessageLoopProxy::current()),
38 DCHECK(main_loop_->BelongsToCurrentThread());
120 main_loop_->PostTask(
142 main_loop_->PostTask(
input_handler_wrapper.h 42 scoped_refptr<base::MessageLoopProxy> main_loop_; member in class:content::InputHandlerWrapper
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.h 47 base::MessageLoop main_loop_; member in class:ipc_fuzzer::ReplayProcess
replay_process.cc 21 : main_loop_(base::MessageLoop::TYPE_DEFAULT),
  /external/chromium_org/content/renderer/media/android/
media_source_delegate.cc 53 : main_loop_(base::MessageLoopProxy::current()),
73 DCHECK(main_loop_->BelongsToCurrentThread());
77 DCHECK(main_loop_->BelongsToCurrentThread());
89 DCHECK(main_loop_->BelongsToCurrentThread());
135 demuxer_->Stop(media::BindToLoop(main_loop_,
146 DCHECK(main_loop_->BelongsToCurrentThread());
182 DCHECK(main_loop_->BelongsToCurrentThread());
221 DCHECK(main_loop_->BelongsToCurrentThread());
245 DCHECK(main_loop_->BelongsToCurrentThread());
336 DCHECK(main_loop_->BelongsToCurrentThread())
    [all...]
  /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/chrome/browser/search_engines/
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:__anon2117::QuitTask2
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());
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_database_unittest.cc 90 main_loop_.reset(new MessageLoop());
91 db_.reset(new DomDistillerDatabase(main_loop_->message_loop_proxy()));
97 main_loop_.reset();
101 scoped_ptr<MessageLoop> main_loop_; member in class:dom_distiller::DomDistillerDatabaseTest
dom_distiller_service_unittest.cc 47 main_loop_.reset(new base::MessageLoop());
71 scoped_ptr<base::MessageLoop> main_loop_; member in class:dom_distiller::test::DomDistillerServiceTest
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 44 main_loop_(base::MessageLoopProxy::current()) {
103 main_loop_->PostTask(
119 DCHECK(main_loop_->BelongsToCurrentThread());
134 DCHECK(main_loop_->BelongsToCurrentThread());

Completed in 1052 milliseconds

1 2