Home
last modified time | relevance | path

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

12345678910>>...17

/external/chromium_org/chrome/test/base/
Dtesting_profile.cc168 const char TestingProfile::kTestUserProfileDir[] = "test-user";
170 const char TestingProfile::kTestUserProfileDir[] = "Default";
173 TestingProfile::TestingProfile() in TestingProfile() function in TestingProfile
192 TestingProfile::TestingProfile(const base::FilePath& path) in TestingProfile() function in TestingProfile
209 TestingProfile::TestingProfile(const base::FilePath& path, in TestingProfile() function in TestingProfile
227 base::Bind(&TestingProfile::FinishInit, base::Unretained(this))); in TestingProfile()
233 TestingProfile::TestingProfile( in TestingProfile() function in TestingProfile
280 base::Bind(&TestingProfile::FinishInit, base::Unretained(this))); in TestingProfile()
286 void TestingProfile::CreateTempProfileDir() { in CreateTempProfileDir()
313 void TestingProfile::Init() { in Init()
[all …]
Dtesting_profile_manager.cc26 return new TestingProfile(file_path); in CreateProfileHelper()
46 TestingProfile* TestingProfileManager::CreateTestingProfile( in CreateTestingProfile()
52 const TestingProfile::TestingFactories& factories) { in CreateTestingProfile()
60 TestingProfile::Builder builder; in CreateTestingProfile()
65 for (TestingProfile::TestingFactories::const_iterator it = factories.begin(); in CreateTestingProfile()
70 TestingProfile* profile = builder.Build().release(); in CreateTestingProfile()
88 TestingProfile* TestingProfileManager::CreateTestingProfile( in CreateTestingProfile()
93 TestingProfile::TestingFactories()); in CreateTestingProfile()
102 TestingProfile* profile = it->second; in DeleteTestingProfile()
Dtesting_profile_manager.h23 class TestingProfile; variable
52 TestingProfile* CreateTestingProfile(
58 const TestingProfile::TestingFactories& factories);
61 TestingProfile* CreateTestingProfile(const std::string& name);
79 typedef std::map<std::string, TestingProfile*> TestingProfilesMap;
Dbrowser_with_test_window_test.h98 TestingProfile* profile() const { return profile_; } in profile()
100 TestingProfile* GetProfile() { return profile_; } in GetProfile()
135 virtual TestingProfile* CreateProfile();
138 virtual void DestroyProfile(TestingProfile* profile);
164 TestingProfile* profile_;
Dchrome_render_view_host_test_harness.cc30 TestingProfile* ChromeRenderViewHostTestHarness::profile() { in profile()
31 return static_cast<TestingProfile*>(browser_context()); in profile()
70 return new TestingProfile(); in CreateBrowserContext()
Dtesting_profile.h52 class TestingProfile : public Profile {
63 TestingProfile();
117 scoped_ptr<TestingProfile> Build();
143 explicit TestingProfile(const base::FilePath& path);
148 TestingProfile(const base::FilePath& path, Delegate* delegate);
152 TestingProfile(const base::FilePath& path,
162 virtual ~TestingProfile();
224 virtual TestingProfile* AsTestingProfile() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_log_enabled_unittest.cc51 scoped_ptr<TestingProfile> profile( in TEST_F()
52 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
65 scoped_ptr<TestingProfile> profile1( in TEST_F()
66 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
67 scoped_ptr<TestingProfile> profile2( in TEST_F()
68 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
89 scoped_ptr<TestingProfile> profile1( in TEST_F()
90 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
91 scoped_ptr<TestingProfile> profile2( in TEST_F()
92 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/profiles/
Dprofile_list_desktop_unittest.cc90 TestingProfile::TestingFactories()); in TEST_F()
93 TestingProfile::TestingFactories()); in TEST_F()
115 TestingProfile::TestingFactories()); in TEST_F()
118 TestingProfile::TestingFactories()); in TEST_F()
134 TestingProfile::TestingFactories()); in TEST_F()
137 TestingProfile::TestingFactories()); in TEST_F()
171 TestingProfile::TestingFactories()); in TEST_F()
174 TestingProfile::TestingFactories()); in TEST_F()
183 TestingProfile::TestingFactories()); in TEST_F()
228 TestingProfile::TestingFactories()); in TEST_F()
[all …]
Dprofile_manager_unittest.cc69 return new TestingProfile(file_path, NULL); in CreateProfileHelper()
79 return new TestingProfile(path, this); in CreateProfileAsyncHelper()
205 TestingProfile* profile1 = in TEST_F()
206 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1)); in TEST_F()
209 TestingProfile* profile2 = in TEST_F()
210 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path2)); in TEST_F()
421 TestingProfile::Builder builder; in TEST_F()
423 scoped_ptr<TestingProfile> incognito_profile = builder.Build(); in TEST_F()
425 TestingProfile* testing_profile = static_cast<TestingProfile*>(profile); in TEST_F()
452 TestingProfile* profile1 = in TEST_F()
[all …]
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_service_test_util.h22 class TestingProfile; variable
24 class TestingProfile; variable
88 virtual TestingProfile* profile() const = 0;
112 virtual TestingProfile* profile() const OVERRIDE;
118 scoped_ptr<TestingProfile> profile_;
/external/chromium_org/chrome/browser/extensions/
Dprocess_manager_unittest.cc40 TestingProfile* profile) { in IsRegistered()
49 scoped_ptr<TestingProfile> original_profile(new TestingProfile); in TEST_F()
71 TestingProfile::Builder builder; in TEST_F()
73 scoped_ptr<TestingProfile> incognito_profile = builder.Build(); in TEST_F()
116 TestingProfile profile1; in TEST_F()
119 TestingProfile profile2; in TEST_F()
Dtest_extension_environment.h23 class TestingProfile; variable
46 TestingProfile* profile() const;
80 scoped_ptr<TestingProfile> profile_;
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider_unittest.cc58 TestingProfile profile; in TEST_F()
77 TestingProfile profile; in TEST_F()
90 TestingProfile profile; in TEST_F()
120 TestingProfile profile; in TEST_F()
175 TestingProfile profile; in TEST_F()
227 TestingProfile profile; in TEST_F()
228 TestingProfile* otr_profile = new TestingProfile; in TEST_F()
259 TestingProfile testing_profile; in TEST_F()
321 TestingProfile testing_profile; in TEST_F()
Dhost_content_settings_map_unittest.cc46 TestingProfile profile; in TEST_F()
177 TestingProfile profile; in TEST_F()
208 TestingProfile profile; in TEST_F()
244 TestingProfile profile; in TEST_F()
280 TestingProfile profile; in TEST_F()
317 TestingProfile profile; in TEST_F()
396 TestingProfile profile; in TEST_F()
449 TestingProfile profile; in TEST_F()
496 TestingProfile profile; in TEST_F()
521 TestingProfile profile; in TEST_F()
[all …]
/external/chromium/chrome/browser/instant/
Dpromo_counter_unittest.cc13 TestingProfile profile; in TEST_F()
25 TestingProfile profile; in TEST_F()
47 TestingProfile profile; in TEST_F()
66 TestingProfile profile; in TEST_F()
/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/sync/
Dprofile_sync_service_mock.cc27 TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() { in MakeSignedInTestingProfile()
28 TestingProfile* profile = new TestingProfile(); in MakeSignedInTestingProfile()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map_unittest.cc67 TestingProfile profile; in TEST_F()
78 TestingProfile profile; in TEST_F()
106 TestingProfile profile; in TEST_F()
155 TestingProfile profile; in TEST_F()
168 TestingProfile profile; in TEST_F()
189 TestingProfile profile; in TEST_F()
221 TestingProfile profile; in TEST_F()
250 TestingProfile profile; in TEST_F()
285 TestingProfile profile; in TEST_F()
/external/chromium_org/chrome/browser/content_settings/
Dcontent_settings_pref_provider_unittest.cc106 TestingProfile profile; in TEST_F()
155 TestingProfile::Builder profile_builder; in TEST_F()
157 scoped_ptr<TestingProfile> profile = profile_builder.Build(); in TEST_F()
159 TestingProfile::Builder otr_profile_builder; in TEST_F()
162 scoped_ptr<TestingProfile> otr_profile(otr_profile_builder.Build()); in TEST_F()
202 TestingProfile testing_profile; in TEST_F()
264 TestingProfile testing_profile; in TEST_F()
353 TestingProfile testing_profile; in TEST_F()
389 TestingProfile profile; in TEST_F()
Dhost_content_settings_map_unittest.cc41 TestingProfile profile; in TEST_F()
74 TestingProfile profile; in TEST_F()
183 TestingProfile profile; in TEST_F()
230 TestingProfile profile; in TEST_F()
271 TestingProfile profile; in TEST_F()
312 TestingProfile profile; in TEST_F()
348 TestingProfile profile; in TEST_F()
394 TestingProfile profile; in TEST_F()
549 TestingProfile profile; in TEST_F()
615 TestingProfile profile; in TEST_F()
[all …]
/external/chromium/chrome/browser/extensions/
Dextension_event_router_forwarder_unittest.cc52 profile1_ = new TestingProfile(); in SetUp()
53 profile2_ = new TestingProfile(); in SetUp()
59 TestingProfile* CreateIncognitoProfile(TestingProfile* base) { in CreateIncognitoProfile()
60 TestingProfile* incognito = new TestingProfile(); in CreateIncognitoProfile()
71 TestingProfile* profile1_;
72 TestingProfile* profile2_;
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_prompt_controller_unittest.cc46 static_cast<TestingProfile*>(browser()->profile())-> in Visit()
68 ASSERT_TRUE(static_cast<TestingProfile*>(browser()->profile())-> in SetUp()
70 static_cast<TestingProfile*>(browser()->profile())-> in SetUp()
79 static_cast<TestingProfile*>(browser()->profile())-> in TearDown()
/external/chromium_org/chrome/browser/chromeos/power/
Dpower_prefs_unittest.cc160 TestingProfile::Builder builder; in TEST_F()
165 scoped_ptr<TestingProfile> login_profile_owner(builder.Build()); in TEST_F()
167 TestingProfile* login_profile = login_profile_owner.get(); in TEST_F()
168 TestingProfile* login_profile_parent = profile_manager_.CreateTestingProfile( in TEST_F()
185 TestingProfile* other_profile = in TEST_F()
213 TestingProfile* user_profile = profile_manager_.CreateTestingProfile("user"); in TEST_F()
230 TestingProfile* other_profile = in TEST_F()
/external/chromium/chrome/common/net/gaia/
Dgaia_oauth_client_unittest.cc127 TestingProfile profile_;
152 TestingProfile profile; in TEST_F()
175 TestingProfile profile; in TEST_F()
198 TestingProfile profile; in TEST_F()
221 TestingProfile profile; in TEST_F()
241 TestingProfile profile; in TEST_F()
/external/chromium_org/chrome/browser/signin/
Dubertoken_fetcher_unittest.cc58 scoped_ptr<TestingProfile> CreateProfile() { in CreateProfile()
59 TestingProfile::Builder builder; in CreateProfile()
69 TestingProfile* profile() { return profile_.get(); } in profile()
73 scoped_ptr<TestingProfile> profile_;

12345678910>>...17