HomeSort by relevance Sort by last modified time
    Searched refs:InvokeWithoutArgs (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_factory_mock.cc 12 using testing::InvokeWithoutArgs;
23 InvokeWithoutArgs(
profile_sync_service_password_unittest.cc 70 using testing::InvokeWithoutArgs;
235 .WillOnce(InvokeWithoutArgs(QuitMessageLoop));
profile_sync_service_bookmark_unittest.cc 38 using testing::InvokeWithoutArgs;
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 21 using testing::InvokeWithoutArgs;
104 InvokeWithoutArgs(QuitMessageLoop)));
115 .WillOnce(InvokeWithoutArgs(QuitMessageLoop));
131 .WillOnce(InvokeWithoutArgs(QuitMessageLoop));
155 InvokeWithoutArgs(QuitMessageLoop)));
166 .WillOnce(InvokeWithoutArgs(QuitMessageLoop));
179 .WillOnce(InvokeWithoutArgs(QuitMessageLoop));
device_management_service_unittest.cc 24 using testing::InvokeWithoutArgs;
462 .WillOnce(InvokeWithoutArgs(this,
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 26 using ::testing::InvokeWithoutArgs;
existing_user_controller_browsertest.cc 28 using ::testing::InvokeWithoutArgs;
network_screen_browsertest.cc 32 using ::testing::InvokeWithoutArgs;
  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 23 using ::testing::InvokeWithoutArgs;
170 InvokeWithoutArgs(
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 31 using testing::InvokeWithoutArgs;
215 WillOnce(InvokeWithoutArgs(bookmark_dtc_.get(),
extension_data_type_controller_unittest.cc 25 using testing::InvokeWithoutArgs;
164 WillOnce(InvokeWithoutArgs(extension_dtc_.get(),
frontend_data_type_controller_unittest.cc 28 using testing::InvokeWithoutArgs;
232 WillOnce(InvokeWithoutArgs(frontend_dtc_.get(),
preference_data_type_controller_unittest.cc 26 using testing::InvokeWithoutArgs;
164 WillOnce(InvokeWithoutArgs(preference_dtc_.get(),
theme_data_type_controller_unittest.cc 25 using testing::InvokeWithoutArgs;
163 WillOnce(InvokeWithoutArgs(theme_dtc_.get(),
data_type_manager_impl2_unittest.cc 38 using testing::InvokeWithoutArgs;
39 using testing::InvokeWithoutArgs;
354 InvokeWithoutArgs(QuitMessageLoop)));
  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.cc 31 using ::testing::InvokeWithoutArgs;
176 .WillRepeatedly(InvokeWithoutArgs(CreateInputMethodDescriptors))
180 .WillRepeatedly(InvokeWithoutArgs(CreateInputMethodDescriptors))
  /external/chromium/chrome/browser/automation/
automation_tab_helper_browsertest.cc 78 .WillOnce(testing::InvokeWithoutArgs(
  /external/chromium/chrome/browser/chromeos/
update_browsertest.cc 17 using ::testing::InvokeWithoutArgs;
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 64 using testing::InvokeWithoutArgs;
    [all...]
gmock_link_test.h 52 // InvokeWithoutArgs(function)
53 // InvokeWithoutArgs(object, method)
149 using testing::InvokeWithoutArgs;
330 // Tests the linkage of the InvokeWithoutArgs action.
336 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid))
337 .WillOnce(InvokeWithoutArgs(&test_invoke_helper,
gmock-spec-builders_test.cc 83 using testing::InvokeWithoutArgs;
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
power_menu_button_browsertest.cc 18 using ::testing::InvokeWithoutArgs;
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 725 // Implements the InvokeWithoutArgs(f) action. The template argument
727 // function pointer or a functor. InvokeWithoutArgs(f) can be used as an
738 // Allows InvokeWithoutArgs(f) to be used as any action whose type is
749 // Implements the InvokeWithoutArgs(object_ptr, &Class::Method) action.
    [all...]
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 24 using ::testing::InvokeWithoutArgs;
389 InvokeWithoutArgs(message_loop_,
buffered_resource_loader_unittest.cc 27 using ::testing::InvokeWithoutArgs;

Completed in 7643 milliseconds