Searched refs:CreateProfile (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_internals_service_unittest.cc30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) { function in namespace:__anon4372
52 scoped_ptr<TestingProfile> profile(CreateProfile(NORMAL_PROFILE));
72 scoped_ptr<TestingProfile> profile(CreateProfile(INCOGNITO_PROFILE));
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller_unittest.cc39 virtual void CreateProfile(const std::string& name) { function in class:MessageCenterSettingsControllerTest
83 virtual void CreateProfile(const std::string& name) OVERRIDE {
84 MessageCenterSettingsControllerTest::CreateProfile(name);
109 CreateProfile("Profile-1");
110 CreateProfile("Profile-2");
138 CreateProfile("Profile-1");
139 CreateProfile("Profile-2");
/external/chromium_org/chrome/browser/search/
H A Dinstant_unittest_base.h53 virtual TestingProfile* CreateProfile() OVERRIDE;
H A Dinstant_unittest_base.cc85 TestingProfile* InstantUnitTestBase::CreateProfile() { function in class:InstantUnitTestBase
86 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service_unittest.cc116 // A type for specifying whether or not a profile created by CreateProfile
192 TestingProfile* CreateProfile(const std::string& profile_name, function in class:IncidentReportingServiceTest
481 CreateProfile(
507 CreateProfile(
535 CreateProfile(
554 CreateProfile(
577 CreateProfile(
598 Profile* profile = CreateProfile(
625 Profile* profile = CreateProfile(
655 CreateProfile(
[all...]
H A Dlast_download_finder_unittest.cc74 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
95 // A type for specifying whether or not a profile created by CreateProfile
123 TestingProfile* CreateProfile(SafeBrowsingDisposition safe_browsing_opt_in) { function in class:LastDownloadFinderTest
270 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_OUT);
281 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
292 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
309 CreateProfile(SAFE_BROWSING_OPT_IN);
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc50 virtual TestingProfile* CreateProfile() OVERRIDE {
51 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service_unittest.cc36 virtual TestingProfile* CreateProfile() OVERRIDE {
37 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtest_with_browser_view.h36 virtual TestingProfile* CreateProfile() OVERRIDE;
H A Dtest_with_browser_view.cc106 TestingProfile* TestWithBrowserView::CreateProfile() { function in class:TestWithBrowserView
107 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_unittest.cc31 virtual TestingProfile* CreateProfile() OVERRIDE {
32 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
H A Dbookmark_bubble_view_unittest.cc48 virtual TestingProfile* CreateProfile() OVERRIDE {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc103 scoped_ptr<Profile> CreateProfile( function in class:ProfileBrowserTest
107 scoped_ptr<Profile> profile(Profile::CreateProfile(
135 scoped_ptr<Profile> profile(CreateProfile(
154 scoped_ptr<Profile> profile(CreateProfile(
178 scoped_ptr<Profile> profile(CreateProfile(
207 scoped_ptr<Profile> profile(CreateProfile(
235 scoped_ptr<Profile> profile(CreateProfile(
273 scoped_ptr<Profile> profile(CreateProfile(
295 scoped_ptr<Profile> profile(CreateProfile(
H A Dgaia_info_update_service_unittest.cc66 profile_ = CreateProfile("Person 1");
73 Profile* CreateProfile(const std::string& name) { function in class:__anon4514::GAIAInfoUpdateServiceTest
201 CreateProfile(FullName("A"));
202 CreateProfile(FullName("C"));
203 CreateProfile(FullName("E"));
H A Doff_the_record_profile_impl_unittest.cc100 virtual TestingProfile* CreateProfile() OVERRIDE {
127 // The TestingProfile from CreateProfile above is the parent.
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views_unittest.cc67 profile1_ = CreateProfile("p1").Pass();
68 profile2_ = CreateProfile("p2").Pass();
74 scoped_ptr<FakeProfile> CreateProfile(const std::string& name) { function in class:AppListShowerUnitTest
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button_browsertest.cc51 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
H A Dnew_avatar_menu_button_browsertest.cc71 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.h75 void CreateProfile(const base::ListValue* args);
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py104 def CreateProfile(self): member in class:BrowserLauncher
209 self.profile = self.CreateProfile()
252 def CreateProfile(self): member in class:ChromeLauncher
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc299 scoped_ptr<TestingProfile> CreateProfile() { function in class:chromeos::ServicesCustomizationDocumentTest
353 scoped_ptr<TestingProfile> profile = CreateProfile();
393 scoped_ptr<TestingProfile> profile = CreateProfile();
448 scoped_ptr<TestingProfile> profile = CreateProfile();
/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.h143 virtual TestingProfile* CreateProfile();
145 // Destroys the profile which was created through |CreateProfile|.
H A Dbrowser_with_test_window_test.cc85 profile_ = CreateProfile();
214 TestingProfile* BrowserWithTestWindowTest::CreateProfile() { function in class:BrowserWithTestWindowTest
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_notification_blocker_chromeos_unittest.cc84 void CreateProfile(const std::string& name) { function in class:MultiUserNotificationBlockerChromeOSTest
159 CreateProfile("test2@example.com");
/external/chromium_org/chrome/browser/extensions/api/preferences_private/
H A Dpreferences_private_apitest.cc134 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);

Completed in 1032 milliseconds

12