Home
last modified time | relevance | path

Searched refs:QuitClosure (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/external/chromium_org/content/browser/service_worker/
Dservice_worker_browsertest.cc56 base::Bind(&RunAndQuit, closure, run_loop.QuitClosure(), in RunOnIOThread()
68 run_loop.QuitClosure()); in RunOnIOThread()
278 install_run_loop.QuitClosure(), in InstallTestHelper()
288 stop_run_loop.QuitClosure(), in InstallTestHelper()
306 &self::ActivateOnIOThread, this, run_loop.QuitClosure(), &status)); in ActivateTestHelper()
324 fetch_run_loop.QuitClosure(), in FetchOnRegisteredWorker()
412 done_closure_ = start_run_loop.QuitClosure(); in IN_PROC_BROWSER_TEST_F()
421 done_closure_ = stop_run_loop.QuitClosure(); in IN_PROC_BROWSER_TEST_F()
438 start_run_loop.QuitClosure(), in IN_PROC_BROWSER_TEST_F()
448 stop_run_loop.QuitClosure(), in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/net/ssl/
Dclient_cert_store_chromeos_unittest.cc101 *request_1, &request_1->client_certs, run_loop_1.QuitClosure()); in TEST_F()
103 *request_all, &request_all->client_certs, run_loop_all.QuitClosure()); in TEST_F()
139 *request_1, &request_1->client_certs, run_loop_1.QuitClosure()); in TEST_F()
141 *request_all, &request_all->client_certs, run_loop_all.QuitClosure()); in TEST_F()
172 *request_1, &request_1->client_certs, run_loop_1.QuitClosure()); in TEST_F()
174 *request_2, &request_2->client_certs, run_loop_2.QuitClosure()); in TEST_F()
/external/chromium_org/components/dom_distiller/content/
Ddistiller_page_web_contents_browsertest.cc177 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath); in IN_PROC_BROWSER_TEST_F()
194 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath); in IN_PROC_BROWSER_TEST_F()
211 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath); in IN_PROC_BROWSER_TEST_F()
229 DistillPage(run_loop.QuitClosure(), kVideoArticlePath); in IN_PROC_BROWSER_TEST_F()
258 DistillPage(run_loop.QuitClosure(), "/visible_style.html"); in IN_PROC_BROWSER_TEST_F()
265 DistillPage(run_loop.QuitClosure(), "/invisible_style.html"); in IN_PROC_BROWSER_TEST_F()
331 url_loaded_runner.QuitClosure(), in RunUseCurrentWebContentsTest()
351 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath); in RunUseCurrentWebContentsTest()
/external/chromium_org/remoting/host/
Dhost_change_notification_listener_unittest.cc99 base::Bind(base::MessageLoop::QuitClosure())); in TEST_F()
112 base::Bind(base::MessageLoop::QuitClosure())); in TEST_F()
125 base::Bind(base::MessageLoop::QuitClosure())); in TEST_F()
137 base::Bind(base::MessageLoop::QuitClosure())); in TEST_F()
149 base::Bind(base::MessageLoop::QuitClosure())); in TEST_F()
/external/chromium_org/chrome/test/base/
Dinteractive_test_utils.cc55 window, key, control, shift, alt, command, runner->QuitClosure()); in SendKeyPressToWindowSync()
59 window, key, control, shift, alt, command, runner->QuitClosure()); in SendKeyPressToWindowSync()
95 location.x(), location.y(), runner->QuitClosure())) { in SendMouseMoveSync()
106 type, state, runner->QuitClosure())) { in SendMouseEventsSync()
/external/chromium_org/chrome/browser/chromeos/device/
Dinput_service_proxy_browsertest.cc62 done_ = run.QuitClosure(); in WaitForDeviceAddition()
74 done_ = run.QuitClosure(); in WaitForDeviceRemoval()
182 proxy.GetDevices(base::Bind(&OnGetDevices, run.QuitClosure())); in IN_PROC_BROWSER_TEST_F()
193 base::Bind(&OnGetKeyboard, run.QuitClosure())); in IN_PROC_BROWSER_TEST_F()
199 proxy.GetDeviceInfo(kMouseId, base::Bind(&OnGetMouse, run.QuitClosure())); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/browser/tracing/
Dtracing_controller_browsertest.cc123 run_loop.QuitClosure()); in TestEnableAndDisableRecording()
136 run_loop.QuitClosure()); in TestEnableAndDisableRecording()
169 run_loop.QuitClosure()); in TestEnableCaptureAndDisableMonitoring()
197 run_loop.QuitClosure()); in TestEnableCaptureAndDisableMonitoring()
209 run_loop.QuitClosure()); in TestEnableCaptureAndDisableMonitoring()
251 run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/media/audio/
Daudio_input_controller_unittest.cc30 loop_or_proxy->PostTask(FROM_HERE, base::MessageLoop::QuitClosure()); in ACTION_P()
37 loop_or_proxy->PostTask(FROM_HERE, base::MessageLoop::QuitClosure()); in ACTION_P3()
43 controller->Close(base::MessageLoop::QuitClosure()); in CloseAudioController()
257 controller->Close(base::MessageLoop::QuitClosure()); in TEST_F()
260 controller->Close(base::MessageLoop::QuitClosure()); in TEST_F()
/external/chromium_org/chrome/test/chromedriver/net/
Dwebsocket_unittest.cc34 loop->PostTask(FROM_HERE, run_loop.QuitClosure()); in RunPending()
106 FROM_HERE, run_loop.QuitClosure(), in CreateWebSocket()
127 FROM_HERE, run_loop.QuitClosure(), in SendReceive()
177 FROM_HERE, run_loop.QuitClosure(), in TEST_F()
191 FROM_HERE, run_loop.QuitClosure(), in TEST_F()
/external/chromium_org/content/browser/devtools/
Ddevtools_http_handler_unittest.cc121 new DummyListenSocketFactory(run_loop.QuitClosure(), in TEST_F()
122 run_loop_2.QuitClosure()), in TEST_F()
140 new DummyListenSocketFactory(run_loop.QuitClosure(), in TEST_F()
141 run_loop_2.QuitClosure()), in TEST_F()
/external/chromium_org/chrome/browser/policy/cloud/
Dcloud_policy_browsertest.cc309 policy_service->RefreshPolicies(run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
324 policy_service->RefreshPolicies(run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
339 policy_service->RefreshPolicies(run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
354 on_policy_updated_ = run_loop.QuitClosure(); in IN_PROC_BROWSER_TEST_F()
373 policy_service->RefreshPolicies(run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
393 policy_service->RefreshPolicies(run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
407 policy_service->RefreshPolicies(run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ui/views/controls/menu/
Dmenu_message_loop_aura.cc148 message_loop_quit_ = run_loop.QuitClosure(); in Run()
154 message_loop_quit_ = run_loop.QuitClosure(); in Run()
172 message_loop_quit_ = run_loop.QuitClosure(); in Run()
178 message_loop_quit_ = run_loop.QuitClosure(); in Run()
/external/chromium_org/content/public/test/
Dcontent_browser_test_utils.cc66 dialog_manager->set_dialog_request_callback(runner->QuitClosure()); in WaitForAppModalDialog()
92 runner_->QuitClosure().Run(); in ShellCreated()
129 runner_->QuitClosure().Run(); in WebContentsCreated()
/external/chromium_org/content/browser/
Dbrowser_thread_unittest.cc22 loop_.PostTask(FROM_HERE, base::MessageLoop::QuitClosure()); in Release()
40 message_loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure()); in BasicFunction()
56 message_loop_->PostTask(FROM_HERE, base::MessageLoop::QuitClosure()); in ~DeletedOnFile()
/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy_unittest.cc78 base::MessageLoop::QuitClosure()); in OnSomeRead()
138 base::MessageLoop::QuitClosure()); in OnSomeRead()
164 base::MessageLoop::QuitClosure()); in OnSomeRead()
203 base::MessageLoop::QuitClosure()); in EndRegistryTest()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_url_fetcher_unittest.cc260 base::MessageLoop::QuitClosure()); in HandleRawResponse()
275 base::MessageLoop::QuitClosure()); in HandleRawData()
291 base::MessageLoop::QuitClosure()); in HandleJSONData()
310 base::MessageLoop::QuitClosure()); in HandleRawData()
330 base::MessageLoop::QuitClosure()); in OnRequestGiveUp()
/external/chromium_org/content/renderer/media/
Dvideo_capture_impl_manager_unittest.cc75 BindToCurrentLoop(cleanup_run_loop_.QuitClosure()))) { in VideoCaptureImplManagerTest()
144 run_loop.QuitClosure()); in TEST_F()
157 run_loop.QuitClosure()); in TEST_F()
/external/chromium_org/content/browser/gpu/
Dgpu_ipc_browsertests.cc106 GetFactory()->EstablishGpuChannel(kInitCause, run_loop.QuitClosure()); in EstablishAndWait()
144 GetFactory()->EstablishGpuChannel(kInitCause, run_loop.QuitClosure()); in IN_PROC_BROWSER_TEST_F()
181 base::Unretained(this), run_loop.QuitClosure(), &counter)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/service_process/
Dservice_process_control_browsertest.cc104 base::MessageLoop::QuitClosure()); in ProcessControlLaunched()
111 base::MessageLoop::QuitClosure()); in ProcessControlLaunchFailed()
187 base::MessageLoop::QuitClosure()); in DecrementUntilZero()
199 base::MessageLoop::QuitClosure()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/common/gpu/client/
Dgpu_context_tests.h27 context_support_->SignalSyncPoint(sync_point, run_loop.QuitClosure()); in TestSignalSyncPoint()
37 &RunOnlyOnce, run_loop.QuitClosure(), base::Owned(new int(0)))); in TestSignalQuery()
/external/chromium_org/chrome/browser/safe_browsing/
Dlast_download_finder_unittest.cc165 run_loop.QuitClosure())); in AddDownload()
181 ->FlushForTest(run_loop.QuitClosure()); in FlushHistoryBackend()
201 run_loop.QuitClosure()))); in RunLastDownloadFinder()
326 run_loop.QuitClosure()))); in TEST_F()
/external/chromium_org/remoting/host/it2me/
Dit2me_native_messaging_host_main.cc111 run_loop.QuitClosure()); in StartIt2MeNativeMessagingHost()
122 host->Start(run_loop.QuitClosure()); in StartIt2MeNativeMessagingHost()
/external/chromium_org/base/message_loop/
Dmessage_loop_test.cc750 FROM_HERE, outer_run_loop.QuitClosure()); in RunTest_RunLoopQuitTop()
754 FROM_HERE, nested_run_loop.QuitClosure()); in RunTest_RunLoopQuitTop()
780 FROM_HERE, nested_run_loop.QuitClosure()); in RunTest_RunLoopQuitNested()
784 FROM_HERE, outer_run_loop.QuitClosure()); in RunTest_RunLoopQuitNested()
811 FROM_HERE, bogus_run_loop.QuitClosure()); in RunTest_RunLoopQuitBogus()
815 FROM_HERE, outer_run_loop.QuitClosure()); in RunTest_RunLoopQuitBogus()
817 FROM_HERE, nested_run_loop.QuitClosure()); in RunTest_RunLoopQuitBogus()
854 FROM_HERE, outer_run_loop.QuitClosure()); in RunTest_RunLoopQuitDeep()
858 FROM_HERE, nested_loop1.QuitClosure()); in RunTest_RunLoopQuitDeep()
862 FROM_HERE, nested_loop2.QuitClosure()); in RunTest_RunLoopQuitDeep()
[all …]
/external/chromium_org/chrome/browser/sync/glue/
Dbrowser_thread_model_worker_unittest.cc61 BrowserThread::IO, FROM_HERE, base::MessageLoop::QuitClosure()); in DoWork()
71 BrowserThread::IO, FROM_HERE, base::MessageLoop::QuitClosure()); in Timeout()
/external/chromium_org/media/cast/transport/
Dcast_transport_sender_impl_unittest.cc96 run_loop_.QuitClosure(), in TEST_F()
105 run_loop_.QuitClosure(), in TEST_F()

12345678910>>...15