/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/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:__anon2932::QuitTask2
|
/external/chromium/chrome/browser/webdata/ |
web_data_service.h | 659 MessageLoop* main_loop_; member in class:WebDataService
|
web_data_service.cc | 56 main_loop_(MessageLoop::current()) { 592 if (main_loop_) { 593 main_loop_->PostTask(FROM_HERE, [all...] |