HomeSort by relevance Sort by last modified time
    Searched refs:MockProfile (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/extensions/browser/api/storage/
settings_test_util.h 68 class MockProfile : public TestingProfile {
70 explicit MockProfile(const base::FilePath& file_path);
71 virtual ~MockProfile();
settings_test_util.cc 118 // MockProfile
120 MockProfile::MockProfile(const base::FilePath& file_path)
127 MockProfile::~MockProfile() {}
storage_frontend_unittest.cc 63 profile_.reset(new util::MockProfile(temp_dir_.path()));
84 scoped_ptr<util::MockProfile> profile_;
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 60 class MockProfile : public TestingProfile {
62 MockProfile() : mock_top_sites_(new MockTopSites(this)) {
76 DISALLOW_COPY_AND_ASSIGN(MockProfile);
86 MockProfile profile;
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 208 profile_.reset(new util::MockProfile(temp_dir_.path()));
260 scoped_ptr<util::MockProfile> profile_;
    [all...]

Completed in 3048 milliseconds