Searched refs:InvokeWithoutArgs (Results 1 - 25 of 78) sorted by path

1234

/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job_unittest.cc36 using testing::InvokeWithoutArgs;
383 .WillOnce(DoAll(InvokeWithoutArgs(&loop, &base::RunLoop::Quit),
410 .WillOnce(DoAll(InvokeWithoutArgs(&loop, &base::RunLoop::Quit),
/external/chromium_org/cc/layers/
H A Dtexture_layer_unittest.cc40 using ::testing::InvokeWithoutArgs;
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader_unittest.cc44 using ::testing::InvokeWithoutArgs;
286 .WillOnce(InvokeWithoutArgs(&cache_run_loop, &base::RunLoop::Quit));
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen_browsertest.cc21 using testing::InvokeWithoutArgs;
53 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
123 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller_browsertest.cc56 using ::testing::InvokeWithoutArgs;
244 .WillOnce(InvokeWithoutArgs(&profile_prepared_cb_,
311 InvokeWithoutArgs(&add_user_cb,
313 InvokeWithoutArgs(&profile_prepared_cb_,
379 .WillOnce(InvokeWithoutArgs(&loop, &base::RunLoop::Quit));
435 .WillOnce(InvokeWithoutArgs(&profile_prepared_cb_,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc142 using testing::InvokeWithoutArgs;
1867 InvokeWithoutArgs(&login_wait_run_loop, &base::RunLoop::Quit));
1967 InvokeWithoutArgs(&login_wait_run_loop, &base::RunLoop::Quit));
H A Dpower_policy_browsertest.cc62 using ::testing::InvokeWithoutArgs;
256 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc256 InvokeWithoutArgs(
H A Ddownload_ui_controller_unittest.cc328 testing::DoAll(testing::InvokeWithoutArgs(&history_on_created_callback,
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater_unittest.cc83 using testing::InvokeWithoutArgs;
943 .WillOnce(InvokeWithoutArgs(
972 .WillOnce(InvokeWithoutArgs(
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_session_unittest.cc18 using testing::InvokeWithoutArgs;
62 InvokeWithoutArgs(this, &PrivetV3SessionTest::QuitLoop));
71 .WillOnce(InvokeWithoutArgs(this, &PrivetV3SessionTest::QuitLoop));
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_handler_unittest.cc401 .WillOnce(testing::InvokeWithoutArgs(
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_browsertest.cc64 using testing::InvokeWithoutArgs;
256 InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit)); variable
H A Dcloud_policy_manager_browsertest.cc37 using testing::InvokeWithoutArgs;
117 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
120 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
H A Dcomponent_cloud_policy_browsertest.cc48 using testing::InvokeWithoutArgs;
204 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
H A Ddevice_management_service_browsertest.cc30 using testing::InvokeWithoutArgs;
130 InvokeWithoutArgs(base::MessageLoop::current(),
191 InvokeWithoutArgs(base::MessageLoop::current(),
213 .WillOnce(InvokeWithoutArgs(base::MessageLoop::current(),
234 .WillOnce(InvokeWithoutArgs(base::MessageLoop::current(),
250 .WillOnce(InvokeWithoutArgs(base::MessageLoop::current(),
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_extension_apitest.cc32 using ::testing::InvokeWithoutArgs;
307 InvokeWithoutArgs(
356 InvokeWithoutArgs(
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_browsertest.cc220 .WillOnce(testing::InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_data_type_controller_unittest.cc45 using testing::InvokeWithoutArgs;
H A Dfrontend_data_type_controller_unittest.cc32 using testing::InvokeWithoutArgs;
H A Dnon_frontend_data_type_controller_unittest.cc39 using testing::InvokeWithoutArgs;
376 .WillOnce(InvokeWithoutArgs(non_frontend_dtc_.get(),
H A Dsearch_engine_data_type_controller_unittest.cc25 using testing::InvokeWithoutArgs;
H A Dsync_backend_host_impl_unittest.cc53 using ::testing::InvokeWithoutArgs;
211 WillOnce(InvokeWithoutArgs(QuitMessageLoop));
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_mock.cc17 using testing::InvokeWithoutArgs;
31 InvokeWithoutArgs(
H A Dprofile_sync_service_bookmark_unittest.cc54 using testing::InvokeWithoutArgs;

Completed in 626 milliseconds

1234