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

1 2

  /external/chromium_org/chrome/browser/profiles/
avatar_menu_model_unittest.cc 65 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
67 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
91 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
93 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
109 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
111 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
145 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
147 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
158 manager()->CreateTestingProfile("p3", scoped_ptr<PrefServiceSyncable>(),
161 // Four changes happened via the call to CreateTestingProfile: adding th
    [all...]
gaia_info_update_service_unittest.cc 61 profile_ = testing_profile_manager_.CreateTestingProfile("profile_1");
profile_info_cache_unittest.cc 448 testing_profile_manager_.CreateTestingProfile("default");
450 testing_profile_manager_.CreateTestingProfile(
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 50 TestingProfile* CreateTestingProfile(const std::string& profile_name,
57 TestingProfile* CreateTestingProfile(const std::string& name);
97 // Map of profile_name to TestingProfile* from CreateTestingProfile().
testing_profile_manager.cc 47 TestingProfile* TestingProfileManager::CreateTestingProfile(
81 TestingProfile* TestingProfileManager::CreateTestingProfile(
84 return CreateTestingProfile(name, scoped_ptr<PrefServiceSyncable>(),
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 88 TestingProfile* profile = profile_manager_.CreateTestingProfile("p1");
108 TestingProfile* profile = profile_manager_.CreateTestingProfile("p1");
138 TestingProfile* profile = profile_manager_.CreateTestingProfile("p1");
170 TestingProfile* profile1 = profile_manager_.CreateTestingProfile("p1");
171 TestingProfile* profile2 = profile_manager_.CreateTestingProfile("p2");
211 TestingProfile* profile1 = profile_manager_.CreateTestingProfile("p1");
212 TestingProfile* profile2 = profile_manager_.CreateTestingProfile("p2");
258 TestingProfile* profile1 = profile_manager_.CreateTestingProfile("p1");
277 TestingProfile* profile2 = profile_manager_.CreateTestingProfile("p2");
294 TestingProfile* profile1 = profile_manager_.CreateTestingProfile("p1")
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button_browsertest.cc 40 void CreateTestingProfile();
73 void AvatarMenuButtonTest::CreateTestingProfile() {
120 CreateTestingProfile();
141 CreateTestingProfile();
176 CreateTestingProfile();
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_unittest.cc 97 profile_manager_->CreateTestingProfile(kProfileName);
127 profile_manager_->CreateTestingProfile(kProfileName);
165 profile_manager_->CreateTestingProfile(kProfileName);
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 161 TestingProfile* login_profile_parent = profile_manager_.CreateTestingProfile(
179 profile_manager_.CreateTestingProfile("other");
206 TestingProfile* user_profile = profile_manager_.CreateTestingProfile("user");
224 profile_manager_.CreateTestingProfile("other");
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc 27 profile_ = profile_manager_->CreateTestingProfile("test");
event_router_forwarder_unittest.cc 109 profile1_ = profile_manager_.CreateTestingProfile("one");
110 profile2_ = profile_manager_.CreateTestingProfile("two");
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 38 testing_profile_manager_.CreateTestingProfile(name);
desktop_notifications_unittest.cc 302 profile_manager.CreateTestingProfile("SecondTestingProfile");
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc 41 mock_profile_manager_.CreateTestingProfile(kProfileName);
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 111 profile_manager->CreateTestingProfile("test_profile");
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 123 TestingProfile* profile = manager()->CreateTestingProfile("mu");
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc 130 TestingProfile* profile = profile_manager_.CreateTestingProfile(
139 TestingProfile* profile = profile_manager_.CreateTestingProfile(
user_cloud_policy_manager_chromeos_unittest.cc 91 profile_ = profile_manager_->CreateTestingProfile(
94 signin_profile_ = profile_manager_->CreateTestingProfile(kSigninProfile);
policy_cert_verifier_browsertest.cc 69 profile_ = profile_manager_.CreateTestingProfile("profile");
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 157 testing_profile_manager.CreateTestingProfile("p1");
161 testing_profile_manager.CreateTestingProfile("p2");
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc 51 testing_profile_ = profile_manager_.CreateTestingProfile(
sqlite_cursor_unittest.cc 59 testing_profile_ = profile_manager_.CreateTestingProfile(
bookmark_model_sql_handler_unittest.cc 44 TestingProfile* testing_profile = profile_manager_.CreateTestingProfile(
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 522 profile_manager.CreateTestingProfile("StartBrowserWithoutPolicy");
570 profile_manager.CreateTestingProfile("StartBrowserWithPolicy");
  /external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos_unittest.cc 59 profile_ = profile_manager_->CreateTestingProfile("test_profile");

Completed in 603 milliseconds

1 2