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...] |