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

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_unittest.cc 43 profile_manager_.CreateTestingProfile(kTestProfileName),
55 TestingProfile* user1 = profile_manager_.CreateTestingProfile("user1");
66 TestingProfile* user2 = profile_manager_.CreateTestingProfile("user2");
file_system_util_unittest.cc 58 Profile* profile = testing_profile_manager().CreateTestingProfile("user1");
66 Profile* profile1 = testing_profile_manager().CreateTestingProfile("user1");
67 Profile* profile2 = testing_profile_manager().CreateTestingProfile("user2");
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_unittest.cc 98 manager()->CreateTestingProfile("Test 1");
99 manager()->CreateTestingProfile("Test 2");
119 manager()->CreateTestingProfile("1 included");
120 manager()->CreateTestingProfile("2 included");
121 manager()->CreateTestingProfile("3 included");
122 manager()->CreateTestingProfile("4 included");
158 manager()->CreateTestingProfile("1 included");
160 manager()->CreateTestingProfile("3 included");
161 manager()->CreateTestingProfile("4 included");
163 manager()->CreateTestingProfile("6 included")
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 52 TestingProfile* CreateTestingProfile(
61 TestingProfile* CreateTestingProfile(const std::string& name);
115 // Map of profile_name to TestingProfile* from CreateTestingProfile().
testing_profile_manager.cc 57 TestingProfile* TestingProfileManager::CreateTestingProfile(
110 TestingProfile* TestingProfileManager::CreateTestingProfile(
113 return CreateTestingProfile(name, scoped_ptr<PrefServiceSyncable>(),
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button_browsertest.cc 27 void CreateTestingProfile();
41 void AvatarMenuButtonTest::CreateTestingProfile() {
95 CreateTestingProfile();
new_avatar_menu_button_browsertest.cc 35 void CreateTestingProfile();
57 void NewAvatarMenuButtonTest::CreateTestingProfile() {
108 CreateTestingProfile();
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 171 profile_manager_.CreateTestingProfile(chrome::kInitialProfile));
185 profile_manager_.CreateTestingProfile("other");
219 profile_manager_.CreateTestingProfile(test_user1);
238 profile_manager_.CreateTestingProfile(test_user2);
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc 29 profile_ = profile_manager_->CreateTestingProfile("test");
event_router_forwarder_unittest.cc 107 profile1_ = profile_manager_.CreateTestingProfile("one");
108 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/file_manager/
path_util_unittest.cc 30 return testing_profile_manager_.CreateTestingProfile(name);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc 51 mock_profile_manager_.CreateTestingProfile(kTestUserName);
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 110 profile_manager->CreateTestingProfile("test_profile");
session_state_delegate_chromeos_unittest.cc 107 user_profile_ = profile_manager_->CreateTestingProfile(user_email);
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_notification_blocker_chromeos_unittest.cc 35 testing_profile_manager_.CreateTestingProfile(GetDefaultUserId());
85 testing_profile_manager_.CreateTestingProfile(name);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 40 testing_profile_manager_.CreateTestingProfile(name);
  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash_unittest.cc 104 profile_ = profile_manager_->CreateTestingProfile(kTestAccountId);
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 161 profile_ = profile_manager_->CreateTestingProfile("p1");
394 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2");
434 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2");
499 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2");
639 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2");
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 196 testing_profile_manager.CreateTestingProfile("p1");
200 testing_profile_manager.CreateTestingProfile("p2");
226 testing_profile_manager.CreateTestingProfile("p1");
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc 138 TestingProfile* profile = profile_manager_.CreateTestingProfile(
148 TestingProfile* profile = profile_manager_.CreateTestingProfile(
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_writer_unittest.cc 76 profile_ = profile_manager_->CreateTestingProfile("testing-profile");
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc 53 testing_profile_ = profile_manager_.CreateTestingProfile(
sqlite_cursor_unittest.cc 64 testing_profile_ = profile_manager_.CreateTestingProfile(
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder_unittest.cc 145 TestingProfile* profile = profile_manager_->CreateTestingProfile(

Completed in 1482 milliseconds

1 2