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

1 2

  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 52 TestingProfile* CreateTestingProfile(
61 TestingProfile* CreateTestingProfile(const std::string& name);
101 // Map of profile_name to TestingProfile* from CreateTestingProfile().
testing_profile_manager.cc 46 TestingProfile* TestingProfileManager::CreateTestingProfile(
88 TestingProfile* TestingProfileManager::CreateTestingProfile(
91 return CreateTestingProfile(name, scoped_ptr<PrefServiceSyncable>(),
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_unittest.cc 88 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
91 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
113 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
116 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
132 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
135 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
169 manager()->CreateTestingProfile("p1", scoped_ptr<PrefServiceSyncable>(),
172 manager()->CreateTestingProfile("p2", scoped_ptr<PrefServiceSyncable>(),
181 manager()->CreateTestingProfile("p3", scoped_ptr<PrefServiceSyncable>(),
185 // 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 456 testing_profile_manager_.CreateTestingProfile("default");
458 testing_profile_manager_.CreateTestingProfile(
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button_browsertest.cc 28 void CreateTestingProfile();
42 void AvatarMenuButtonTest::CreateTestingProfile() {
92 CreateTestingProfile();
new_avatar_menu_button_browsertest.cc 34 void CreateTestingProfile();
57 void NewAvatarMenuButtonTest::CreateTestingProfile() {
97 CreateTestingProfile();
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 155 TestingProfile* profile = profile_manager->CreateTestingProfile("p1");
191 TestingProfile* profile = profile_manager->CreateTestingProfile("p1");
223 TestingProfile* profile = profile_manager->CreateTestingProfile("p1");
257 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1");
258 TestingProfile* profile2 = profile_manager->CreateTestingProfile("p2");
300 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1");
301 TestingProfile* profile2 = profile_manager->CreateTestingProfile("p2");
349 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1");
368 TestingProfile* profile2 = profile_manager->CreateTestingProfile("p2");
387 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1")
    [all...]
  /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 168 TestingProfile* login_profile_parent = profile_manager_.CreateTestingProfile(
186 profile_manager_.CreateTestingProfile("other");
213 TestingProfile* user_profile = profile_manager_.CreateTestingProfile("user");
231 profile_manager_.CreateTestingProfile("other");
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc 27 profile_ = profile_manager_->CreateTestingProfile("test");
extension_service_unittest.h 49 static scoped_ptr<TestingProfile> CreateTestingProfile(
event_router_forwarder_unittest.cc 109 profile1_ = profile_manager_.CreateTestingProfile("one");
110 profile2_ = profile_manager_.CreateTestingProfile("two");
  /external/chromium_org/chrome/browser/signin/
local_auth_unittest.cc 25 Profile* prof = testing_profile_manager.CreateTestingProfile("p1");
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc 41 mock_profile_manager_.CreateTestingProfile(chrome::kTestUserProfileDir);
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 111 profile_manager->CreateTestingProfile("test_profile");
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 40 testing_profile_manager_.CreateTestingProfile(name);
multi_user_notification_blocker_chromeos_unittest.cc 71 testing_profile_manager_.CreateTestingProfile(name);
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 160 testing_profile_manager.CreateTestingProfile("p1");
164 testing_profile_manager.CreateTestingProfile("p2");
193 testing_profile_manager.CreateTestingProfile("p1");
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc 130 TestingProfile* profile = profile_manager_.CreateTestingProfile(
140 TestingProfile* profile = profile_manager_.CreateTestingProfile(
user_cloud_policy_manager_chromeos_unittest.cc 97 profile_ = profile_manager_->CreateTestingProfile(
100 signin_profile_ = profile_manager_->CreateTestingProfile(kSigninProfile);
  /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(
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 529 profile_manager.CreateTestingProfile("StartBrowserWithoutPolicy");
577 profile_manager.CreateTestingProfile("StartBrowserWithPolicy");
  /external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos_unittest.cc 59 profile_ = profile_manager_->CreateTestingProfile("test_profile");

Completed in 741 milliseconds

1 2