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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 115 mock_profile_ = new NiceMock<MockTestingProfile>();
116 profile_.reset(mock_profile_);
176 EXPECT_CALL(*mock_profile_, IsOffTheRecord())
204 EXPECT_TRUE(Mock::VerifyAndClear(mock_profile_));
211 MockTestingProfile* mock_profile_; // We don't own this object member in class:safe_browsing::ClientSideDetectionHostTest
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 241 mock_profile_ = new NiceMock<MockTestingProfile>();
242 return mock_profile_;
269 EXPECT_CALL(*mock_profile_, IsOffTheRecord())
296 EXPECT_TRUE(Mock::VerifyAndClear(mock_profile_));
399 MockTestingProfile* mock_profile_; // We don't own this object member in class:safe_browsing::ClientSideDetectionHostTest
    [all...]

Completed in 61 milliseconds