HomeSort by relevance Sort by last modified time
    Searched refs:SetArgumentPointee (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 35 using testing::SetArgumentPointee;
125 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true)));
232 SetArgumentPointee<0>(true),
260 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true)));
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 88 using testing::SetArgumentPointee;
656 WillOnce(DoAll(SetArgumentPointee<0>(entries), Return(true)));
685 WillOnce(DoAll(SetArgumentPointee<0>(profiles), Return(true)));
705 WillOnce(DoAll(SetArgumentPointee<0>(entries), Return(true)));
726 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
764 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
802 WillOnce(DoAll(SetArgumentPointee<0>(native_profiles), Return(true)));
841 WillOnce(DoAll(SetArgumentPointee<0>(native_profiles), Return(true)));
    [all...]
backend_migrator_unittest.cc 18 using ::testing::SetArgumentPointee;
39 WillByDefault(SetArgumentPointee<0>(preferred_types_));
79 WillByDefault(SetArgumentPointee<0>(preferred_types_));
profile_sync_service_password_unittest.cc 73 using testing::SetArgumentPointee;
368 .WillOnce(DoAll(SetArgumentPointee<0>(forms), Return(true)));
420 .WillOnce(DoAll(SetArgumentPointee<0>(forms), Return(true)));
475 .WillOnce(DoAll(SetArgumentPointee<0>(native_forms), Return(true)));
535 .WillOnce(DoAll(SetArgumentPointee<0>(native_forms),
613 .WillOnce(DoAll(SetArgumentPointee<0>(native_forms), Return(true)));
  /external/chromium_org/chrome/browser/sync/glue/
non_ui_data_type_controller_unittest.cc 39 using testing::SetArgumentPointee;
205 .WillOnce(DoAll(SetArgumentPointee<0>(true), Return(true)));
276 .WillOnce(DoAll(SetArgumentPointee<0>(false), Return(true)));
316 .WillOnce(DoAll(SetArgumentPointee<0>(true), Return(true)));
345 .WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(false)));
382 SetArgumentPointee<0>(true),
search_engine_data_type_controller_unittest.cc 26 using testing::SetArgumentPointee;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 98 using testing::SetArgumentPointee;
    [all...]
profile_sync_service_password_unittest.cc 63 using testing::SetArgumentPointee;
399 .WillOnce(DoAll(SetArgumentPointee<0>(forms), Return(true)));
452 .WillOnce(DoAll(SetArgumentPointee<0>(forms), Return(true)));
507 .WillOnce(DoAll(SetArgumentPointee<0>(native_forms), Return(true)));
568 .WillOnce(DoAll(SetArgumentPointee<0>(native_forms),
645 .WillOnce(DoAll(SetArgumentPointee<0>(native_forms), Return(true)));
  /external/chromium_org/remoting/protocol/
jingle_session_unittest.cc 37 using testing::SetArgumentPointee;
190 SetArgumentPointee<1>(protocol::SessionManager::ACCEPT)));
310 .WillOnce(SetArgumentPointee<1>(protocol::SessionManager::DECLINE));
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_integration_test.cc 27 using testing::SetArgumentPointee;
mock_ie_event_sink_test.cc 72 .WillOnce(testing::SetArgumentPointee<1>(VARIANT_TRUE))
infobar_unittests.cc 189 .WillOnce(testing::SetArgumentPointee<0>(*modified_rect));
202 .WillOnce(testing::SetArgumentPointee<0>(*modified_rect));
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service_unittest.cc 18 using testing::SetArgumentPointee;
gles2_cmd_decoder_unittest_base.cc 35 using ::testing::SetArgumentPointee;
216 .WillOnce(SetArgumentPointee<1>(has_alpha ? 8 : 0))
219 .WillOnce(SetArgumentPointee<1>(has_depth ? 24 : 0))
222 .WillOnce(SetArgumentPointee<1>(has_stencil ? 8 : 0))
305 .WillOnce(SetArgumentPointee<1>(kServiceBufferId))
309 .WillOnce(SetArgumentPointee<1>(kServiceFramebufferId))
313 .WillOnce(SetArgumentPointee<1>(kServiceRenderbufferId))
317 .WillOnce(SetArgumentPointee<1>(kServiceTextureId))
321 .WillOnce(SetArgumentPointee<1>(kServiceElementBufferId))
935 .WillOnce(SetArgumentPointee<1>(kServiceVertexArrayId)
    [all...]
context_group_unittest.cc 24 using ::testing::SetArgumentPointee;
gpu_scheduler_unittest.cc 23 using testing::SetArgumentPointee;
gles2_cmd_decoder_unittest.cc 47 using ::testing::SetArgumentPointee;
    [all...]
gles2_cmd_decoder_unittest_1_autogen.h 39 .WillOnce(SetArgumentPointee<1>(kNewServiceId));
69 .WillOnce(SetArgumentPointee<1>(kNewServiceId));
109 .WillOnce(SetArgumentPointee<1>(kNewServiceId));
139 .WillOnce(SetArgumentPointee<1>(kNewServiceId));
893 .WillOnce(SetArgumentPointee<1>(kNewServiceId));
914 .WillOnce(SetArgumentPointee<1>(kNewServiceId));
    [all...]
  /external/chromium_org/media/audio/cras/
cras_unified_unittest.cc 19 using testing::SetArgumentPointee;
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 73 using testing::SetArgumentPointee;
894 // Tests that SetArgumentPointee<N>(v) sets the variable pointed to by
898 Action<MyFunction> a = SetArgumentPointee<1>(2);
906 a = SetArgumentPointee<2>('a');
916 // Tests that SetArgumentPointee<N>(proto_buffer) sets the v1 protobuf
924 Action<void(bool, TestMessage*)> a = SetArgumentPointee<1>(*msg);
925 // SetArgumentPointee<N>(proto_buffer) makes a copy of proto_buffer
937 // Tests that SetArgumentPointee<N>(proto_buffer) sets the
946 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg);
947 // SetArgumentPointee<N>(proto_buffer) makes a copy of proto_buffe
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos_unittest.cc 47 using testing::SetArgumentPointee;
76 .WillRepeatedly(DoAll(SetArgumentPointee<1>(std::string("test_sn")),
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 43 using ::testing::SetArgumentPointee;
260 DoAll(SetArgumentPointee<2>(
287 DoAll(SetArgumentPointee<2>(
315 DoAll(SetArgumentPointee<2>(
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 26 using ::testing::SetArgumentPointee;
buffered_resource_loader_unittest.cc 31 using ::testing::SetArgumentPointee;
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 37 using ::testing::SetArgumentPointee;
185 .WillOnce(DoAll(SetArgumentPointee<1>(true),

Completed in 991 milliseconds

12 3