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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 240 mock_profile_ = new NiceMock<MockTestingProfile>();
241 return mock_profile_;
274 EXPECT_CALL(*mock_profile_, IsOffTheRecord())
309 EXPECT_TRUE(Mock::VerifyAndClear(mock_profile_));
452 MockTestingProfile* mock_profile_; // We don't own this object member in class:safe_browsing::ClientSideDetectionHostTest
    [all...]

Completed in 383 milliseconds