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

  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 15 using ::testing::WithArgs;
30 WithArgs<2>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
33 WithArgs<3>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
36 WithArgs<3>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
39 WithArgs<0>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
42 WithArgs<1>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
45 WithArgs<0>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 64 using testing::WithArgs;
284 // Tests using WithArgs and with an action that takes 1 argument.
286 Action<bool(double x, int n)> a = WithArgs<1>(Invoke(Unary)); // NOLINT
291 // Tests using WithArgs with an action that takes 2 arguments.
294 WithArgs<0, 2>(Invoke(Binary));
299 // Tests using WithArgs with an action that takes 3 arguments.
302 WithArgs<0, 2, 3>(Invoke(Ternary));
306 // Tests using WithArgs with an action that takes 4 arguments.
309 WithArgs<4, 3, 1, 0>(Invoke(Concat4));
314 // Tests using WithArgs with an action that takes 5 arguments
    [all...]
gmock_link_test.h 56 // WithArgs
177 using testing::WithArgs;
361 // Tests the linkage of the WithArgs action.
366 .WillOnce(WithArgs<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 28 using ::testing::WithArgs;
buffered_resource_loader_unittest.cc 34 using ::testing::WithArgs;
buffered_data_source_unittest.cc 31 using ::testing::WithArgs;
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 370 .WillOnce(testing::WithArgs<0>(Invoke(CreateFunctor(
373 .WillOnce(testing::WithArgs<0>(Invoke(CreateFunctor(
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h 585 // Implements the WithArgs action.
757 // WithArgs<N1, N2, ..., Nk>(an_action) creates an action that passes
764 WithArgs(const InnerAction& action) {
770 WithArgs(const InnerAction& action) {
776 WithArgs(const InnerAction& action) {
782 WithArgs(const InnerAction& action) {
788 WithArgs(const InnerAction& action) {
794 WithArgs(const InnerAction& action) {
801 WithArgs(const InnerAction& action) {
809 WithArgs(const InnerAction& action)
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 73 using testing::WithArgs;

Completed in 385 milliseconds