HomeSort by relevance Sort by last modified time
    Searched refs:TestingProfile (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/base/
profile_mock.h 12 class ProfileMock : public TestingProfile {
testing_profile.cc 161 const char TestingProfile::kTestUserProfileDir[] = "test-user";
163 const char TestingProfile::kTestUserProfileDir[] = "Default";
166 TestingProfile::TestingProfile()
183 TestingProfile::TestingProfile(const base::FilePath& path)
198 TestingProfile::TestingProfile(const base::FilePath& path,
214 base::Bind(&TestingProfile::FinishInit, base::Unretained(this)));
220 TestingProfile::TestingProfile
    [all...]
chrome_render_view_host_test_harness.h 11 class TestingProfile;
17 // Wrapper around RenderViewHostTestHarness that uses a TestingProfile as
25 TestingProfile* profile();
testing_profile_manager.h 22 class TestingProfile;
24 // The TestingProfileManager is a TestingProfile factory for a multi-profile
29 // below instead of creating it via |new TestingProfile|. It is not possible
42 // Creates a new TestingProfile whose data lives in a directory related to
48 // register the TestingProfile with the profile subsystem as well. The
50 TestingProfile* CreateTestingProfile(const std::string& profile_name,
57 TestingProfile* CreateTestingProfile(const std::string& name);
59 // Deletes a TestingProfile from the profile subsystem.
75 typedef std::map<std::string, TestingProfile*> TestingProfilesMap;
97 // Map of profile_name to TestingProfile* from CreateTestingProfile()
    [all...]
chrome_render_view_host_test_harness.cc 30 TestingProfile* ChromeRenderViewHostTestHarness::profile() {
31 return static_cast<TestingProfile*>(browser_context());
70 return new TestingProfile();
testing_profile_manager.cc 27 return new TestingProfile(file_path);
47 TestingProfile* TestingProfileManager::CreateTestingProfile(
60 TestingProfile* profile = new TestingProfile(
81 TestingProfile* TestingProfileManager::CreateTestingProfile(
94 TestingProfile* profile = it->second;
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.h 17 // are attached to the TestingProfile (and other objects) have traits that limit
32 virtual TestingProfile* profile() const;
44 scoped_ptr<TestingProfile> profile_;
browser_test_helper.cc 11 profile_.reset(new TestingProfile());
42 TestingProfile* BrowserTestHelper::profile() const {
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_unittest.cc 19 profile_.reset(new TestingProfile);
29 scoped_ptr<TestingProfile> profile_;
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_test_util.h 22 class TestingProfile;
24 class TestingProfile;
87 // Returns the TestingProfile.
88 virtual TestingProfile* profile() const = 0;
96 // TemplateURLServiceTestUtil sets up TestingProfile, TemplateURLService and
111 // Returns the TestingProfile.
112 virtual TestingProfile* profile() const OVERRIDE;
118 scoped_ptr<TestingProfile> profile_;
  /external/chromium_org/chrome/browser/extensions/
test_extension_environment.h 23 class TestingProfile;
44 TestingProfile* profile() const;
47 // TestExtensionSystem created by the TestingProfile.
78 scoped_ptr<TestingProfile> profile_;
extension_process_manager_unittest.cc 37 TestingProfile profile1;
41 TestingProfile profile2;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.cc 31 TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() {
32 TestingProfile* profile = new TestingProfile();
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.h 22 class TestingProfile;
85 // Returns the TestingProfile.
86 TestingProfile* profile() const;
  /external/chromium_org/chrome/browser/ui/cocoa/
cocoa_profile_test.h 21 // are attached to the TestingProfile (and other objects) have traits that limit
36 // This constructs a a Browser and a TestingProfile. It is guaranteed to
47 TestingProfile* profile() { return profile_; }
64 TestingProfile* profile_; // Weak; owned by profile_manager_.
  /external/chromium/chrome/browser/
browsing_data_database_helper_unittest.cc 17 TestingProfile profile;
browsing_data_indexed_db_helper_unittest.cc 17 TestingProfile profile;
browsing_data_local_storage_helper_unittest.cc 16 TestingProfile profile;
  /external/chromium/chrome/browser/extensions/
extension_process_manager_unittest.cc 34 TestingProfile profile1;
38 TestingProfile profile2;
  /external/chromium/chrome/browser/tabs/
pinned_tab_service_unittest.cc 22 virtual TestingProfile* CreateProfile() OVERRIDE {
23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper_unittest.cc 18 TestingProfile profile;
34 TestingProfile profile;
browsing_data_local_storage_helper_unittest.cc 18 TestingProfile profile;
33 TestingProfile profile;
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_android_unittest.cc 25 profile_.reset(new TestingProfile());
51 scoped_ptr<TestingProfile> profile_;
ticl_invalidation_service_unittest.cc 27 profile_.reset(new TestingProfile());
52 scoped_ptr<TestingProfile> profile_;
  /external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui_unittest.cc 24 profile_.reset(new TestingProfile());
46 scoped_ptr<TestingProfile> profile_;

Completed in 331 milliseconds

1 2 3 4 5 6 7 8 91011>>