Searched refs:InvokeWithoutArgs (Results 26 - 50 of 78) sorted by relevance

1234

/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura_unittest.cc24 using ::testing::InvokeWithoutArgs;
H A Dweb_contents_audio_input_stream_unittest.cc27 using ::testing::InvokeWithoutArgs;
243 InvokeWithoutArgs(&on_data_event_, &base::WaitableEvent::Signal));
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_gpu_memory_buffer_unittest.cc24 using testing::InvokeWithoutArgs;
/external/chromium_org/remoting/protocol/
H A Dchannel_multiplexer_unittest.cc21 using testing::InvokeWithoutArgs;
332 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
335 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
368 .WillOnce(InvokeWithoutArgs(
H A Djingle_session_unittest.cc37 using testing::InvokeWithoutArgs;
411 .WillOnce(InvokeWithoutArgs(this, &JingleSessionTest::DeleteSession));
440 .WillOnce(InvokeWithoutArgs(this, &JingleSessionTest::DeleteSession));
/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/policy/cloud/
H A Dcomponent_cloud_policy_browsertest.cc48 using testing::InvokeWithoutArgs;
204 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
H A Dcloud_policy_browsertest.cc64 using testing::InvokeWithoutArgs;
256 InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit)); variable
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui_browsertest.cc39 using ::testing::InvokeWithoutArgs;
312 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor_unittest.cc22 using ::testing::InvokeWithoutArgs;
99 .WillOnce(InvokeWithoutArgs(
/external/chromium_org/media/audio/
H A Dvirtual_audio_input_stream_unittest.cc21 using ::testing::InvokeWithoutArgs;
36 InvokeWithoutArgs(&data_pushed_, &base::WaitableEvent::Signal));
/external/chromium_org/net/dns/
H A Dmdns_client_unittest.cc19 using ::testing::InvokeWithoutArgs;
538 .WillOnce(DoAll(InvokeWithoutArgs(this, &MDnsTest::Stop),
699 .WillOnce(InvokeWithoutArgs(this, &MDnsTest::Stop));
737 .WillOnce(InvokeWithoutArgs(this, &MDnsTest::Stop));
758 .WillOnce(DoAll(InvokeWithoutArgs(this, &MDnsTest::DeleteTransaction),
759 InvokeWithoutArgs(this, &MDnsTest::Stop)));
784 .WillOnce(InvokeWithoutArgs(this, &MDnsTest::DeleteTransaction));
818 .WillOnce(IgnoreResult(InvokeWithoutArgs(transaction2.get(),
880 .WillOnce(InvokeWithoutArgs(this, &MDnsTest::DeleteBothListeners));
/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/chrome/browser/speech/extension_api/
H A Dtts_extension_apitest.cc32 using ::testing::InvokeWithoutArgs;
307 InvokeWithoutArgs(
356 InvokeWithoutArgs(
/external/chromium_org/chrome/browser/sync/glue/
H A Dsearch_engine_data_type_controller_unittest.cc25 using testing::InvokeWithoutArgs;
H A Dnon_frontend_data_type_controller_unittest.cc39 using testing::InvokeWithoutArgs;
376 .WillOnce(InvokeWithoutArgs(non_frontend_dtc_.get(),
/external/chromium_org/jingle/glue/
H A Dthread_wrapper_unittest.cc15 using ::testing::InvokeWithoutArgs;
292 InvokeWithoutArgs(
/external/chromium_org/remoting/host/
H A Ddaemon_process_unittest.cc300 .WillOnce(InvokeWithoutArgs(this,
322 .WillOnce(InvokeWithoutArgs(this,
H A Dvideo_scheduler_unittest.cc37 using ::testing::InvokeWithoutArgs;
311 InvokeWithoutArgs(this, &VideoSchedulerTest::StopVideoScheduler)))
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_handler_unittest.cc30 using ::testing::InvokeWithoutArgs;
597 .WillOnce(InvokeWithoutArgs(this,
817 .WillOnce(InvokeWithoutArgs(
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpower_policy_browsertest.cc62 using ::testing::InvokeWithoutArgs;
256 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
/external/chromium_org/media/filters/
H A Ddecrypting_audio_decoder_unittest.cc232 .WillRepeatedly(InvokeWithoutArgs(
241 .WillRepeatedly(InvokeWithoutArgs(
H A Ddecrypting_video_decoder_unittest.cc207 .WillRepeatedly(InvokeWithoutArgs(
216 .WillRepeatedly(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/components/sync_driver/
H A Dui_data_type_controller_unittest.cc19 using testing::InvokeWithoutArgs;

Completed in 984 milliseconds

1234