HomeSort by relevance Sort by last modified time
    Searched defs:run_loop_ (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/chromium_org/content/child/
worker_task_runner.cc 34 : id_(id), run_loop_(loop) {
37 WebWorkerRunLoop run_loop_; member in struct:content::WorkerTaskRunner::ThreadLocalState
  /external/chromium_org/content/public/test/
test_utils.h 89 base::RunLoop run_loop_; member in class:content::MessageLoopRunner
  /external/chromium_org/mojo/public/cpp/environment/tests/
async_waiter_unittest.cc 63 RunLoop run_loop_; member in class:mojo::__anon12846::AsyncWaiterTest
  /external/chromium_org/mojo/public/cpp/utility/tests/
run_loop_unittest.cc 77 RemoveOnReadyRunLoopHandler() : run_loop_(NULL) {
81 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
85 run_loop_->RemoveHandler(handle);
90 RunLoop* run_loop_; member in class:mojo::__anon12853::RemoveOnReadyRunLoopHandler
113 QuitOnReadyRunLoopHandler() : run_loop_(NULL) {
117 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
121 run_loop_->Quit();
126 RunLoop* run_loop_; member in class:mojo::__anon12853::QuitOnReadyRunLoopHandler
149 QuitOnErrorRunLoopHandler() : run_loop_(NULL) {
153 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop;
163 RunLoop* run_loop_; member in class:mojo::__anon12853::QuitOnErrorRunLoopHandler
    [all...]
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_reader_unittest.cc 48 base::RunLoop run_loop_; member in class:remoting::NativeMessagingReaderTest
69 run_loop_.QuitClosure());
70 run_loop_.Run();
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 86 base::RunLoop run_loop_; member in class:remoting::VideoSchedulerTest
112 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
188 run_loop_.Run();
  /external/chromium_org/sync/test/accounts_client/
test_accounts_client.cc 40 success_(false), run_loop_(run_loop) {}
59 run_loop_->Quit();
68 base::RunLoop* run_loop_; member in class:AccountsRequestDelegate
  /external/chromium_org/base/message_loop/
message_pump_mac.h 101 CFRunLoopRef run_loop() const { return run_loop_; }
179 CFRunLoopRef run_loop_; member in class:base::MessagePumpCFRunLoopBase
281 RunLoop* run_loop_; member in class:base::MessagePumpUIApplication
message_loop.h 485 RunLoop* run_loop_; member in class:base::MessageLoop
  /external/chromium_org/chrome/browser/chromeos/policy/
login_screen_default_policy_browsertest.cc 55 base::RunLoop run_loop_; member in class:policy::__anon7943::PrefChangeWatcher
71 run_loop_.Run();
76 run_loop_.Quit();
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc 132 if (run_loop_)
133 run_loop_->Quit();
139 if (run_loop_)
140 run_loop_->Quit();
168 scoped_ptr<base::RunLoop> run_loop_; member in class:extensions::NativeMessagingTest
187 run_loop_.reset(new base::RunLoop());
188 run_loop_->RunUntilIdle();
191 run_loop_.reset(new base::RunLoop());
193 run_loop_->Run();
262 run_loop_.reset(new base::RunLoop())
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_tracker_unittest.cc 111 run_loop_.reset(new base::RunLoop());
112 run_loop_->Run();
128 run_loop_->Quit();
141 run_loop_->Quit();
151 run_loop_->Quit();
155 scoped_ptr<base::RunLoop> run_loop_; member in class:prerender::__anon9033::DeferredRedirectDelegate
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest_util.cc 64 run_loop_.Run();
84 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop_.QuitClosure());
111 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop_.QuitClosure());
133 base::RunLoop run_loop_; member in class:task_manager::browsertest_util::__anon9464::ResourceChangeObserver
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store_unittest.cc 68 run_loop_.reset(new base::RunLoop);
69 run_loop_->Run();
70 run_loop_.reset();
90 if (run_loop_)
91 run_loop_->Quit();
98 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::HistoryDataStoreTest
history_unittest.cc 40 run_loop_.reset(new base::RunLoop);
41 run_loop_->Run();
49 run_loop_->Quit();
53 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon9515::HistoryDataLoadWaiter
71 run_loop_.reset(new base::RunLoop);
72 run_loop_->Run();
77 run_loop_->Quit();
81 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon9515::StoreFlushWaiter
  /external/chromium_org/dbus/
bus_unittest.cc 44 run_loop_.reset(new base::RunLoop());
45 run_loop_->Run();
51 run_loop_->Quit();
57 scoped_ptr<base::RunLoop> run_loop_; member in class:dbus::__anon12219::RunLoopWithExpectedCount
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl_unittest.cc 65 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::__anon12483::GCMStoreImplTest
72 run_loop_.reset(new base::RunLoop());
99 run_loop_->Quit();
100 run_loop_.reset(new base::RunLoop());
  /external/chromium_org/media/video/capture/
fake_video_capture_device_unittest.cc 91 run_loop_->QuitClosure().Run();
95 run_loop_.reset(new base::RunLoop());
96 run_loop_->Run();
115 scoped_ptr<base::RunLoop> run_loop_; member in class:media::FakeVideoCaptureDeviceTest
  /external/chromium_org/remoting/host/win/
rdp_client_unittest.cc 100 base::RunLoop run_loop_; member in class:remoting::RdpClientTest
122 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
170 run_loop_.Run();
  /external/chromium_org/remoting/protocol/
pairing_registry_unittest.cc 86 base::RunLoop run_loop_; member in class:remoting::protocol::PairingRegistryTest
216 .WillOnce(QuitMessageLoop(run_loop_.QuitClosure()));
255 run_loop_.Run();
  /external/chromium_org/ui/views/controls/menu/
menu_controller_unittest.cc 128 EXPECT_TRUE(run_loop_->running());
129 run_loop_->Quit();
142 run_loop_.reset(new base::RunLoop());
143 run_loop_->Run();
220 scoped_ptr<base::RunLoop> run_loop_; member in class:views::MenuControllerTest
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 131 DCHECK(!run_loop_.running());
136 run_loop_.Run();
145 run_loop_.Quit();
151 run_loop_.Quit();
155 base::RunLoop run_loop_; member in class:NotificationWaiter
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_browsertest.cc 124 if (run_loop_)
125 run_loop_->Quit();
281 run_loop_.reset(new base::RunLoop);
282 run_loop_->Run();
293 scoped_ptr<base::RunLoop> run_loop_; member in class:chromeos::UserImageManagerTest
429 run_loop_.reset(new base::RunLoop);
433 run_loop_->Run();
467 run_loop_.reset(new base::RunLoop);
471 run_loop_->Run();
504 run_loop_.reset(new base::RunLoop)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_policy_browsertest.cc 206 if (run_loop_)
207 run_loop_->Quit();
213 run_loop_.reset(new base::RunLoop);
214 run_loop_->Run();
264 scoped_ptr<base::RunLoop> run_loop_; member in class:chromeos::WallpaperManagerPolicyTest
  /external/chromium_org/chrome/browser/extensions/
startup_helper.cc 87 : crx_file_(crx_file), temp_dir_(temp_dir), run_loop_(run_loop),
129 if (run_loop_->running())
130 run_loop_->Quit();
155 base::RunLoop* run_loop_; member in class:extensions::__anon8561::ValidateCrxHelper

Completed in 678 milliseconds

12 3 4