HomeSort by relevance Sort by last modified time
    Searched refs:CreateProfile (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/chrome/browser/search/
instant_unittest_base.h 53 virtual TestingProfile* CreateProfile() OVERRIDE;
instant_unittest_base.cc 86 TestingProfile* InstantUnitTestBase::CreateProfile() {
87 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/password_manager/
password_manager_internals_service_unittest.cc 30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) {
50 scoped_ptr<TestingProfile> profile(CreateProfile(NORMAL_PROFILE));
70 scoped_ptr<TestingProfile> profile(CreateProfile(INCOGNITO_PROFILE));
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 38 virtual void CreateProfile(const std::string& name) {
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/ui/views/frame/
test_with_browser_view.h 36 virtual TestingProfile* CreateProfile() OVERRIDE;
test_with_browser_view.cc 87 TestingProfile* TestWithBrowserView::CreateProfile() {
88 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 45 scoped_ptr<Profile> CreateProfile(
49 scoped_ptr<Profile> profile(Profile::CreateProfile(
115 scoped_ptr<Profile> profile(CreateProfile(
136 scoped_ptr<Profile> profile(CreateProfile(
160 scoped_ptr<Profile> profile(CreateProfile(
188 scoped_ptr<Profile> profile(CreateProfile(
216 scoped_ptr<Profile> profile(CreateProfile(
254 scoped_ptr<Profile> profile(CreateProfile(
282 scoped_ptr<Profile> profile(CreateProfile(
profile.h 160 static Profile* CreateProfile(const base::FilePath& path,
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_unittest.cc 48 virtual TestingProfile* CreateProfile() OVERRIDE {
49 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_unittest.cc 36 virtual TestingProfile* CreateProfile() OVERRIDE {
37 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 29 virtual TestingProfile* CreateProfile() OVERRIDE {
30 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
bookmark_bubble_view_unittest.cc 48 virtual TestingProfile* CreateProfile() OVERRIDE {
  /external/chromium_org/chrome/browser/safe_browsing/
last_download_finder_unittest.cc 74 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) {
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);
incident_reporting_service_unittest.cc 109 // A type for specifying whether or not a profile created by CreateProfile
174 TestingProfile* CreateProfile(const std::string& profile_name,
331 // Returns the name of a profile as provided to CreateProfile.
440 CreateProfile(
465 CreateProfile(
481 CreateProfile(
501 CreateProfile(
519 Profile* profile = CreateProfile(
543 CreateProfile(
554 CreateProfile(
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower_views_unittest.cc 67 profile1_ = CreateProfile("p1").Pass();
68 profile2_ = CreateProfile("p2").Pass();
74 scoped_ptr<FakeProfile> CreateProfile(const std::string& name) {
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button_browsertest.cc 52 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
new_avatar_menu_button_browsertest.cc 72 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.h 75 void CreateProfile(const base::ListValue* args);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 106 def CreateProfile(self):
211 self.profile = self.CreateProfile()
254 def CreateProfile(self):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 158 virtual HRESULT WINAPI CreateProfile(BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus) = 0;
166 HRESULT (WINAPI *CreateProfile)(IProvisioningProfileWireless *This,BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus);
176 #define IProvisioningProfileWireless_CreateProfile(This,bstrXMLWirelessConfigProfile,bstrXMLConnectionConfigProfile,pAdapterInstanceGuid,pulStatus) (This)->lpVtbl->CreateProfile(This,bstrXMLWirelessConfigProfile,bstrXMLConnectionConfigProfile,pAdapterInstanceGuid,pulStatus)
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 297 scoped_ptr<TestingProfile> CreateProfile() {
351 scoped_ptr<TestingProfile> profile = CreateProfile();
391 scoped_ptr<TestingProfile> profile = CreateProfile();
446 scoped_ptr<TestingProfile> profile = CreateProfile();
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.h 143 virtual TestingProfile* CreateProfile();
145 // Destroys the profile which was created through |CreateProfile|.
browser_with_test_window_test.cc 85 profile_ = CreateProfile();
214 TestingProfile* BrowserWithTestWindowTest::CreateProfile() {
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_notification_blocker_chromeos_unittest.cc 84 void CreateProfile(const std::string& name) {
159 CreateProfile("test2@example.com");
  /external/chromium_org/chrome/browser/extensions/api/preferences_private/
preferences_private_apitest.cc 132 Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);

Completed in 1555 milliseconds

1 2