/external/chromium_org/chrome/browser/notifications/ |
D | message_center_settings_controller_unittest.cc | 39 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()
|
D | multi_user_notification_blocker_chromeos_unittest.cc | 70 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/ |
D | profile_browsertest.cc | 74 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()
|
D | profile_destroyer_unittest.cc | 65 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in ProfileDestroyerTest
|
D | profile.h | 155 static Profile* CreateProfile(const base::FilePath& path,
|
/external/chromium/chrome/browser/tabs/ |
D | pinned_tab_service_unittest.cc | 22 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in PinnedTabServiceTest 23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_unittest.cc | 26 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in BookmarkBarViewInstantExtendedTest 27 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | pinned_tab_service_unittest.cc | 37 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/ |
D | test_with_browser_view.cc | 80 TestingProfile* TestWithBrowserView::CreateProfile() { in CreateProfile() function in TestWithBrowserView 81 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
|
D | test_with_browser_view.h | 33 virtual TestingProfile* CreateProfile() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
D | app_list_shower_unittest.cc | 87 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/ |
D | bookmark_unittest.cc | 47 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in BookmarkInstantExtendedTest 48 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
|
/external/chromium_org/chrome/browser/signin/ |
D | ubertoken_fetcher_unittest.cc | 54 profile_ = CreateProfile(); in SetUp() 58 scoped_ptr<TestingProfile> CreateProfile() { in CreateProfile() function in UbertokenFetcherTest
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | fake_login_utils.cc | 66 profile = CreateProfile(user_context.username); in PrepareProfile() 122 Profile* FakeLoginUtils::CreateProfile(const std::string& username_hash) { in CreateProfile() function in chromeos::FakeLoginUtils
|
D | fake_login_utils.h | 45 Profile* CreateProfile(const std::string& username_hash);
|
/external/chromium_org/chrome/test/base/ |
D | browser_with_test_window_test.cc | 62 profile_ = CreateProfile(); in SetUp() 185 TestingProfile* BrowserWithTestWindowTest::CreateProfile() { in CreateProfile() function in BrowserWithTestWindowTest
|
D | browser_with_test_window_test.h | 135 virtual TestingProfile* CreateProfile();
|
/external/chromium/android/autofill/ |
D | profile_android.cc | 74 Profile* Profile::CreateProfile(const FilePath& path) { in CreateProfile() function in Profile
|
/external/chromium/android/content/browser/tab_contents/ |
D | tab_contents.h | 25 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
D | browserlauncher.py | 106 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/ |
D | avatar_menu_button_browsertest.cc | 52 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS); in CreateTestingProfile()
|
D | new_avatar_menu_button_browsertest.cc | 71 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS); in CreateTestingProfile()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | create_profile_handler.h | 74 void CreateProfile(const base::ListValue* args);
|
D | create_profile_handler.cc | 53 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/ |
D | sync_global_error_unittest.cc | 82 set_profile(CreateProfile());
|