Searched refs:MockTestingProfile (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc93 class MockTestingProfile : public TestingProfile { class in namespace:safe_browsing
95 MockTestingProfile() {} function in class:safe_browsing::MockTestingProfile
96 virtual ~MockTestingProfile() {}
115 mock_profile_ = new NiceMock<MockTestingProfile>();
211 MockTestingProfile* mock_profile_; // We don't own this object
/external/chromium/chrome/browser/extensions/
H A Dextension_menu_manager_unittest.cc359 class MockTestingProfile : public TestingProfile { class in inherits:TestingProfile
361 MockTestingProfile() {} function in class:MockTestingProfile
366 DISALLOW_COPY_AND_ASSIGN(MockTestingProfile);
419 MockTestingProfile profile;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc150 class MockTestingProfile : public TestingProfile { class in namespace:safe_browsing::__anon5643
152 MockTestingProfile() {} function in class:safe_browsing::__anon5643::MockTestingProfile
153 virtual ~MockTestingProfile() {}
222 mock_profile_ = new NiceMock<MockTestingProfile>();
321 MockTestingProfile* mock_profile_; // We don't own this object

Completed in 242 milliseconds