HomeSort by relevance Sort by last modified time
    Searched refs:DoAll (Results 26 - 36 of 36) sorted by null

12

  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 65 using testing::DoAll;
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),
539 .WillOnce(DoAll(AcquireSyncTransaction(this),
613 .WillOnce(DoAll(SetArgumentPointee<0>(native_forms), Return(true)));
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 39 using ::testing::DoAll;
260 DoAll(SetArgumentPointee<2>(
287 DoAll(SetArgumentPointee<2>(
315 DoAll(SetArgumentPointee<2>(
parallel_authenticator_unittest.cc 37 using ::testing::DoAll;
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 20 using ::testing::DoAll;
buffered_resource_loader_unittest.cc 24 using ::testing::DoAll;
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl2_unittest.cc 34 using testing::DoAll;
353 .WillOnce(DoAll(Invoke(DoConfigureDataTypes),
  /external/chromium/testing/gmock/test/
gmock_link_test.h 58 // DoAll
134 using testing::DoAll;
378 // Tests the linkage of the DoAll action.
384 .WillOnce(DoAll(SetArgPointee<0>('y'), Return()));
gmock-spec-builders_test.cc 74 using testing::DoAll;
    [all...]
gmock-actions_test.cc 655 .WillRepeatedly(DoAll(Invoke(VoidFunc),
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc 24 using testing::DoAll;
    [all...]

Completed in 383 milliseconds

12