Home
last modified time | relevance | path

Searched refs:TestingProfile (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/chromium_org/chrome/test/base/
Dtesting_profile.cc196 const char TestingProfile::kTestUserProfileDir[] = "test-user";
198 const char TestingProfile::kTestUserProfileDir[] = "Default";
201 TestingProfile::TestingProfile() in TestingProfile() function in TestingProfile
219 TestingProfile::TestingProfile(const base::FilePath& path) in TestingProfile() function in TestingProfile
235 TestingProfile::TestingProfile(const base::FilePath& path, in TestingProfile() function in TestingProfile
252 base::Bind(&TestingProfile::FinishInit, base::Unretained(this))); in TestingProfile()
258 TestingProfile::TestingProfile( in TestingProfile() function in TestingProfile
265 TestingProfile* parent, in TestingProfile()
310 base::Bind(&TestingProfile::FinishInit, base::Unretained(this))); in TestingProfile()
316 void TestingProfile::CreateTempProfileDir() { in CreateTempProfileDir()
[all …]
Dtesting_profile_manager.cc33 return new TestingProfile(file_path); in CreateProfileHelper()
57 TestingProfile* TestingProfileManager::CreateTestingProfile( in CreateTestingProfile()
63 const TestingProfile::TestingFactories& factories) { in CreateTestingProfile()
82 TestingProfile::Builder builder; in CreateTestingProfile()
87 for (TestingProfile::TestingFactories::const_iterator it = factories.begin(); in CreateTestingProfile()
92 TestingProfile* profile = builder.Build().release(); in CreateTestingProfile()
110 TestingProfile* TestingProfileManager::CreateTestingProfile( in CreateTestingProfile()
115 TestingProfile::TestingFactories()); in CreateTestingProfile()
118 TestingProfile* TestingProfileManager::CreateGuestProfile() { in CreateGuestProfile()
122 TestingProfile::Builder builder; in CreateGuestProfile()
[all …]
Dtesting_profile_manager.h23 class TestingProfile; variable
52 TestingProfile* CreateTestingProfile(
58 const TestingProfile::TestingFactories& factories);
61 TestingProfile* CreateTestingProfile(const std::string& name);
68 TestingProfile* CreateGuestProfile();
93 typedef std::map<std::string, TestingProfile*> TestingProfilesMap;
Dtesting_profile.h47 class TestingProfile : public Profile {
58 TestingProfile();
111 scoped_ptr<TestingProfile> Build();
116 TestingProfile* BuildIncognito(TestingProfile* original_profile);
143 explicit TestingProfile(const base::FilePath& path);
148 TestingProfile(const base::FilePath& path, Delegate* delegate);
152 TestingProfile(const base::FilePath& path,
158 TestingProfile* parent,
164 virtual ~TestingProfile();
236 virtual TestingProfile* AsTestingProfile() OVERRIDE;
[all …]
Dbrowser_with_test_window_test.h107 TestingProfile* profile() const { return profile_; } in profile()
109 TestingProfile* GetProfile() { return profile_; } in GetProfile()
143 virtual TestingProfile* CreateProfile();
146 virtual void DestroyProfile(TestingProfile* profile);
180 TestingProfile* profile_;
Dchrome_render_view_host_test_harness.cc31 TestingProfile* ChromeRenderViewHostTestHarness::profile() { in profile()
32 return static_cast<TestingProfile*>(browser_context()); in profile()
65 TestingProfile::Builder builder; in CreateBrowserContext()
/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_log_enabled_unittest.cc53 scoped_ptr<TestingProfile> profile( in TEST_F()
54 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
67 scoped_ptr<TestingProfile> profile1( in TEST_F()
68 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
69 scoped_ptr<TestingProfile> profile2( in TEST_F()
70 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
91 scoped_ptr<TestingProfile> profile1( in TEST_F()
92 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
93 scoped_ptr<TestingProfile> profile2( in TEST_F()
94 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/password_manager/
Dpassword_manager_internals_service_unittest.cc30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) { in CreateProfile()
31 TestingProfile::Builder builder; in CreateProfile()
32 scoped_ptr<TestingProfile> profile(builder.Build()); in CreateProfile()
52 scoped_ptr<TestingProfile> profile(CreateProfile(NORMAL_PROFILE)); in TEST()
72 scoped_ptr<TestingProfile> profile(CreateProfile(INCOGNITO_PROFILE)); in TEST()
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dlast_download_finder_unittest.cc40 TestingProfile* profile = static_cast<TestingProfile*>(context); in BuildHistoryService()
74 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN); in CreateProfileWithDownload()
123 TestingProfile* CreateProfile(SafeBrowsingDisposition safe_browsing_opt_in) { in CreateProfile()
128 TestingProfile::TestingFactories factories; in CreateProfile()
145 TestingProfile* profile = profile_manager_->CreateTestingProfile( in CreateProfile()
270 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_OUT); in TEST_F()
281 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN); in TEST_F()
292 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN); in TEST_F()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notifications_unittest.cc129 TestingProfile profile; in TEST_F()
135 TestingProfile profile; in TEST_F()
146 TestingProfile profile; in TEST_F()
170 TestingProfile profile; in TEST_F()
185 TestingProfile profile; in TEST_F()
197 TestingProfile profile; in TEST_F()
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_service_factory_test_util.h13 class TestingProfile; variable
19 explicit TemplateURLServiceFactoryTestUtil(TestingProfile* profile);
47 TestingProfile* profile_;
Dtemplate_url_service_test_util.h20 class TestingProfile; variable
78 TestingProfile* profile() { return profile_.get(); } in profile()
81 scoped_ptr<TestingProfile> profile_;
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager_unittest.cc80 return new TestingProfile(file_path, NULL); in CreateProfileHelper()
90 return new TestingProfile(path, this); in CreateProfileAsyncHelper()
258 TestingProfile* profile1 = in TEST_F()
259 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1)); in TEST_F()
262 TestingProfile* profile2 = in TEST_F()
263 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path2)); in TEST_F()
359 TestingProfile* supervised_profile = in TEST_F()
360 new TestingProfile(supervised_path, NULL); in TEST_F()
370 TestingProfile* nonsupervised_profile = new TestingProfile(nonsupervised_path, in TEST_F()
397 TestingProfile::Builder builder; in CreateProfileHelper()
[all …]
Dprofile_destroyer_unittest.cc12 class TestingOffTheRecordDestructionProfile : public TestingProfile {
15 : TestingProfile(base::FilePath(), in TestingOffTheRecordDestructionProfile()
32 class TestingOriginalDestructionProfile : public TestingProfile {
65 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile()
/external/chromium_org/chrome/browser/ui/cocoa/
Dcocoa_profile_test.h17 class TestingProfile; variable
49 TestingProfile* profile() { return profile_; } in profile()
63 TestingProfile* profile_; // Weak; owned by profile_manager_.
/external/chromium_org/chrome/browser/content_settings/
Dhost_content_settings_map_unittest.cc42 TestingProfile profile; in TEST_F()
75 TestingProfile profile; in TEST_F()
184 TestingProfile profile; in TEST_F()
231 TestingProfile profile; in TEST_F()
272 TestingProfile profile; in TEST_F()
313 TestingProfile profile; in TEST_F()
349 TestingProfile profile; in TEST_F()
395 TestingProfile profile; in TEST_F()
550 TestingProfile profile; in TEST_F()
616 TestingProfile profile; in TEST_F()
[all …]
Dcontent_settings_pref_provider_unittest.cc107 TestingProfile profile; in TEST_F()
156 TestingProfile::Builder profile_builder; in TEST_F()
158 scoped_ptr<TestingProfile> profile = profile_builder.Build(); in TEST_F()
160 TestingProfile::Builder otr_profile_builder; in TEST_F()
201 TestingProfile testing_profile; in TEST_F()
263 TestingProfile testing_profile; in TEST_F()
352 TestingProfile testing_profile; in TEST_F()
388 TestingProfile profile; in TEST_F()
445 TestingProfile testing_profile; in TEST_F()
Dcontent_settings_policy_provider_unittest.cc49 TestingProfile profile; in TEST_F()
83 TestingProfile profile; in TEST_F()
110 TestingProfile profile; in TEST_F()
137 TestingProfile profile; in TEST_F()
209 TestingProfile profile; in TEST_F()
246 TestingProfile profile; in TEST_F()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_mock.cc47 TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() { in MakeSignedInTestingProfile()
48 TestingProfile* profile = new TestingProfile(); in MakeSignedInTestingProfile()
/external/chromium_org/chrome/browser/extensions/
Dtest_extension_environment.h23 class TestingProfile; variable
46 TestingProfile* profile() const;
80 scoped_ptr<TestingProfile> profile_;
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_appcache_helper_unittest.cc44 TestingProfile profile; in TEST_F()
79 TestingProfile profile; in TEST_F()
103 TestingProfile profile; in TEST_F()
118 TestingProfile profile; in TEST_F()
140 TestingProfile profile; in TEST_F()
Dbrowsing_data_local_storage_helper_unittest.cc18 TestingProfile profile; in TEST_F()
33 TestingProfile profile; in TEST_F()
54 TestingProfile profile; in TEST_F()
/external/chromium_org/chrome/browser/invalidation/
Dinvalidation_service_android_unittest.cc36 profile_.reset(new TestingProfile()); in CreateInvalidationService()
64 scoped_ptr<TestingProfile> profile_;
102 TestingProfile profile_;
156 TestingProfile profile_;
/external/chromium_org/chrome/browser/ui/webui/
Dtheme_source_unittest.cc24 TestingProfile* profile() const { return profile_.get(); } in profile()
36 profile_.reset(new TestingProfile()); in SetUp()
56 scoped_ptr<TestingProfile> profile_;
/external/chromium_org/chrome/browser/search/
Dhotword_service_unittest.cc94 TestingProfile::Builder profile_builder; in TEST_F()
95 scoped_ptr<TestingProfile> profile = profile_builder.Build(); in TEST_F()
131 TestingProfile::Builder profile_builder; in TEST_F()
132 scoped_ptr<TestingProfile> profile = profile_builder.Build(); in TEST_F()
171 TestingProfile::Builder profile_builder; in TEST_F()
172 scoped_ptr<TestingProfile> profile = profile_builder.Build(); in TEST_F()

12345678910>>...13