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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 202 EXPECT_TRUE(Mock::VerifyAndClear(csd_service_.get()));
203 EXPECT_TRUE(Mock::VerifyAndClear(sb_service_.get()));
204 EXPECT_TRUE(Mock::VerifyAndClear(mock_profile_));
224 EXPECT_TRUE(Mock::VerifyAndClear(csd_service_.get()));
240 EXPECT_TRUE(Mock::VerifyAndClear(csd_service_.get()));
255 EXPECT_TRUE(Mock::VerifyAndClear(sb_service_.get()));
271 EXPECT_TRUE(Mock::VerifyAndClear(csd_service_.get()));
281 EXPECT_TRUE(Mock::VerifyAndClear(sb_service_.get()));
301 EXPECT_TRUE(Mock::VerifyAndClear(csd_service_.get()));
321 EXPECT_TRUE(Mock::VerifyAndClear(sb_service_.get()))
    [all...]
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 32 Mock::VerifyAndClear(manager());
33 Mock::VerifyAndClear(&service_);
77 Mock::VerifyAndClear(&service_);
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc     [all...]
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 650 bool Mock::VerifyAndClear(void* mock_obj) {
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 382 static bool VerifyAndClear(void* mock_obj);
    [all...]

Completed in 2261 milliseconds