Searched defs:MockTestingProfile (Results 1 - 2 of 2) 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;

Completed in 65 milliseconds