Home
last modified time | relevance | path

Searched refs:CreateProfile (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/chrome/browser/notifications/
Dmessage_center_settings_controller_unittest.cc39 virtual void CreateProfile(const std::string& name) { in CreateProfile() function in MessageCenterSettingsControllerTest
87 virtual void CreateProfile(const std::string& name) OVERRIDE { in CreateProfile() function in MessageCenterSettingsControllerChromeOSTest
88 MessageCenterSettingsControllerTest::CreateProfile(name); in CreateProfile()
113 CreateProfile("Profile-1"); in TEST_F()
114 CreateProfile("Profile-2"); in TEST_F()
140 CreateProfile("Profile-1"); in TEST_F()
141 CreateProfile("Profile-2"); in TEST_F()
Dmulti_user_notification_blocker_chromeos_unittest.cc70 void CreateProfile(const std::string& name) { in CreateProfile() function in MultiUserNotificationBlockerChromeOSTest
145 CreateProfile("test@example.com"); in TEST_F()
158 CreateProfile("test2@example.com"); in TEST_F()
243 CreateProfile("test@example.com"); in TEST_F()
/external/chromium_org/chrome/browser/profiles/
Dprofile_browsertest.cc74 scoped_ptr<Profile> profile(Profile::CreateProfile( in IN_PROC_BROWSER_TEST_F()
94 scoped_ptr<Profile> profile(Profile::CreateProfile( in IN_PROC_BROWSER_TEST_F()
113 scoped_ptr<Profile> profile(Profile::CreateProfile( in IN_PROC_BROWSER_TEST_F()
138 scoped_ptr<Profile> profile(Profile::CreateProfile( in IN_PROC_BROWSER_TEST_F()
164 scoped_ptr<Profile> profile(Profile::CreateProfile( in IN_PROC_BROWSER_TEST_F()
194 scoped_ptr<Profile> profile(Profile::CreateProfile( in IN_PROC_BROWSER_TEST_F()
222 scoped_ptr<Profile> profile(Profile::CreateProfile( in IN_PROC_BROWSER_TEST_F()
Dprofile_destroyer_unittest.cc65 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in ProfileDestroyerTest
Dprofile.h155 static Profile* CreateProfile(const base::FilePath& path,
/external/chromium/chrome/browser/tabs/
Dpinned_tab_service_unittest.cc22 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in PinnedTabServiceTest
23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_unittest.cc26 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in BookmarkBarViewInstantExtendedTest
27 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
/external/chromium_org/chrome/browser/ui/tabs/
Dpinned_tab_service_unittest.cc37 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in __anon57ed44920111::PinnedTabServiceTest
38 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
/external/chromium_org/chrome/browser/ui/views/frame/
Dtest_with_browser_view.cc80 TestingProfile* TestWithBrowserView::CreateProfile() { in CreateProfile() function in TestWithBrowserView
81 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
Dtest_with_browser_view.h33 virtual TestingProfile* CreateProfile() OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/test/
Dapp_list_shower_unittest.cc87 profile1_ = CreateProfile("p1").Pass(); in SetUp()
88 profile2_ = CreateProfile("p2").Pass(); in SetUp()
94 scoped_ptr<FakeProfile> CreateProfile(const std::string& name) { in CreateProfile() function in AppListShowerUnitTest
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_unittest.cc47 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in BookmarkInstantExtendedTest
48 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
/external/chromium_org/chrome/browser/signin/
Dubertoken_fetcher_unittest.cc54 profile_ = CreateProfile(); in SetUp()
58 scoped_ptr<TestingProfile> CreateProfile() { in CreateProfile() function in UbertokenFetcherTest
/external/chromium_org/chrome/browser/chromeos/login/
Dfake_login_utils.cc66 profile = CreateProfile(user_context.username); in PrepareProfile()
122 Profile* FakeLoginUtils::CreateProfile(const std::string& username_hash) { in CreateProfile() function in chromeos::FakeLoginUtils
Dfake_login_utils.h45 Profile* CreateProfile(const std::string& username_hash);
/external/chromium_org/chrome/test/base/
Dbrowser_with_test_window_test.cc62 profile_ = CreateProfile(); in SetUp()
185 TestingProfile* BrowserWithTestWindowTest::CreateProfile() { in CreateProfile() function in BrowserWithTestWindowTest
Dbrowser_with_test_window_test.h135 virtual TestingProfile* CreateProfile();
/external/chromium/android/autofill/
Dprofile_android.cc74 Profile* Profile::CreateProfile(const FilePath& path) { in CreateProfile() function in Profile
/external/chromium/android/content/browser/tab_contents/
Dtab_contents.h25 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
Dbrowserlauncher.py106 def CreateProfile(self): member in BrowserLauncher
211 self.profile = self.CreateProfile()
254 def CreateProfile(self): member in ChromeLauncher
/external/chromium_org/chrome/browser/ui/views/
Davatar_menu_button_browsertest.cc52 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS); in CreateTestingProfile()
Dnew_avatar_menu_button_browsertest.cc71 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS); in CreateTestingProfile()
/external/chromium_org/chrome/browser/ui/webui/options/
Dcreate_profile_handler.h74 void CreateProfile(const base::ListValue* args);
Dcreate_profile_handler.cc53 base::Bind(&CreateProfileHandler::CreateProfile, in RegisterMessages()
57 void CreateProfileHandler::CreateProfile(const ListValue* args) { in CreateProfile() function in options::CreateProfileHandler
/external/chromium_org/chrome/browser/sync/
Dsync_global_error_unittest.cc82 set_profile(CreateProfile());

12