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

  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller_browsertest.cc 30 using ::testing::ReturnNull;
147 .WillOnce(ReturnNull());
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller_auto_login_unittest.cc 27 using testing::ReturnNull;
69 .WillRepeatedly(ReturnNull());
existing_user_controller_browsertest.cc 56 using ::testing::ReturnNull;
121 .WillOnce(ReturnNull());
420 .WillRepeatedly(ReturnNull());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 45 using testing::ReturnNull;
290 .WillRepeatedly(ReturnNull());
408 .WillRepeatedly(ReturnNull());
423 .WillRepeatedly(ReturnNull());
582 .WillRepeatedly(ReturnNull());
698 .WillOnce(ReturnNull());
704 .WillRepeatedly(ReturnNull());
757 .WillRepeatedly(ReturnNull());
  /external/chromium_org/net/http/
http_pipelined_host_impl_unittest.cc 19 using testing::ReturnNull;
147 .WillOnce(ReturnNull());
http_pipelined_host_pool_unittest.cc 20 using testing::ReturnNull;
  /external/chromium_org/media/webm/
webm_parser_unittest.cc 13 using ::testing::ReturnNull;
305 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(ReturnNull());
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 69 using testing::ReturnNull;
560 // Tests that ReturnNull() returns NULL in a pointer-returning function.
562 const Action<int*()> a1 = ReturnNull();
565 const Action<const char*(bool)> a2 = ReturnNull(); // NOLINT
    [all...]
gmock_link_test.h 44 // ReturnNull
165 using testing::ReturnNull;
258 // Tests the linkage of the ReturnNull action.
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 508 // Implements the ReturnNull() action.
511 // Allows ReturnNull() to be used in any pointer-returning function.
946 inline PolymorphicAction<internal::ReturnNullAction> ReturnNull() {
    [all...]

Completed in 706 milliseconds