OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockTestingProfile
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc
93
class
MockTestingProfile
: public TestingProfile {
95
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/
extension_menu_manager_unittest.cc
359
class
MockTestingProfile
: public TestingProfile {
361
MockTestingProfile
() {}
366
DISALLOW_COPY_AND_ASSIGN(
MockTestingProfile
);
419
MockTestingProfile
profile;
Completed in 1598 milliseconds