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

1 2

  /external/chromium_org/chrome/installer/util/
auto_launch_util.cc 104 ASCIIToUTF16(chrome::kInitialProfile),
134 if (profile_directory == ASCIIToUTF16(chrome::kInitialProfile) &&
232 ASCIIToUTF16(chrome::kInitialProfile),
239 ASCIIToUTF16(chrome::kInitialProfile),
  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 51 default_user_data_dir.AppendASCII(chrome::kInitialProfile);
62 non_default_user_data_dir_.AppendASCII(chrome::kInitialProfile));
335 default_user_data_dir.AppendASCII(chrome::kInitialProfile);
364 default_user_data_dir.AppendASCII(chrome::kInitialProfile);
shell_integration_win.cc 63 base::ASCIIToUTF16(chrome::kInitialProfile)) {
111 base::FilePath(base::ASCIIToUTF16(chrome::kInitialProfile));
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_test.cc 82 return path.AppendASCII(chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc 145 base::FilePath(base::ASCIIToUTF16(chrome::kInitialProfile))) {
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 168 profile_manager_.profiles_dir().AppendASCII(chrome::kInitialProfile));
171 profile_manager_.CreateTestingProfile(chrome::kInitialProfile));
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc 51 // It seems that the name has to be chrome::kInitialProfile, so it
54 chrome::kInitialProfile);
65 profile_manager_.DeleteTestingProfile(chrome::kInitialProfile);
sqlite_cursor_unittest.cc 62 // It seems that the name has to be chrome::kInitialProfile, so it
65 chrome::kInitialProfile);
80 profile_manager_.DeleteTestingProfile(chrome::kInitialProfile);
bookmark_model_sql_handler_unittest.cc 43 // It seems that the name has to be chrome::kInitialProfile, so it
46 chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/profiles/
profiles_state.cc 39 default_profile_dir.AppendASCII(chrome::kInitialProfile);
profile_metrics.cc 35 if (profile_path == user_data_dir.AppendASCII(chrome::kInitialProfile)) {
profile_manager.cc 477 return relative_profile_dir.AppendASCII(chrome::kInitialProfile);
517 return last_used_profile_dir.AppendASCII(chrome::kInitialProfile);
    [all...]
profile_manager_unittest.cc 199 base::FilePath().AppendASCII(chrome::kInitialProfile);
221 base::FilePath().AppendASCII(chrome::kInitialProfile);
    [all...]
  /external/chromium_org/chrome/common/
chrome_constants.h 59 extern const char kInitialProfile[];
chrome_constants.cc 133 const char kInitialProfile[] = "Default";
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 101 return user_data_dir.AppendASCII(chrome::kInitialProfile);
144 return profile->GetPath().BaseName().value() == chrome::kInitialProfile;
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc 139 chrome::kInitialProfile, prefs_owner_.Pass(),
140 base::UTF8ToUTF16(chrome::kInitialProfile), 0, std::string(),
user_cloud_policy_manager_chromeos_unittest.cc 96 chrome::kInitialProfile,
156 profile_manager_->DeleteTestingProfile(chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_unittest.cc 151 user_data_dir_.AppendASCII(chrome::kInitialProfile);
app_list_service_impl.cc 281 app_list_profile = chrome::kInitialProfile;
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 69 if (profile_name != chrome::kInitialProfile) {
  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher_unittest.cc 179 temp_dir.path().AppendASCII(chrome::kInitialProfile).Append(
chrome_launcher.cc 771 user_data_dir.AppendASCII(chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 125 chrome::kInitialProfile);
  /external/chromium_org/chrome/installer/setup/
install.cc 614 base::ASCIIToUTF16(chrome::kInitialProfile),

Completed in 6594 milliseconds

1 2