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

  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 44 using testing::InvokeWithoutArgs;
158 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
cloud_policy_browsertest.cc 57 using testing::InvokeWithoutArgs;
186 InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
  /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...]

Completed in 102 milliseconds