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

1 2

  /external/chromium_org/chrome/installer/util/
auto_launch_util.cc 114 ASCIIToUTF16(chrome::kInitialProfile),
144 if (profile_directory == ASCIIToUTF16(chrome::kInitialProfile) &&
243 ASCIIToUTF16(chrome::kInitialProfile),
250 ASCIIToUTF16(chrome::kInitialProfile),
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 26 return user_data_dir.AppendASCII(chrome::kInitialProfile);
115 return profile->GetPath().BaseName().value() == chrome::kInitialProfile;
  /external/chromium_org/chrome/browser/profiles/
profiles_state.cc 48 default_profile_dir.AppendASCII(chrome::kInitialProfile);
profile_metrics.cc 41 if (profile_path == user_data_dir.AppendASCII(chrome::kInitialProfile)) {
profile_manager.cc 348 relative_profile_dir.AppendASCII(chrome::kInitialProfile);
398 return last_used_profile_dir.AppendASCII(chrome::kInitialProfile);
    [all...]
profile_manager_unittest.cc 159 base::FilePath().AppendASCII(chrome::kInitialProfile);
174 base::FilePath().AppendASCII(chrome::kInitialProfile);
    [all...]
  /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 62 ASCIIToUTF16(chrome::kInitialProfile)) {
109 profile_subdir = base::FilePath(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 146 base::FilePath(ASCIIToUTF16(chrome::kInitialProfile))) {
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 162 profile_manager_.profiles_dir().AppendASCII(chrome::kInitialProfile));
169 chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc 49 // It seems that the name has to be chrome::kInitialProfile, so it
52 chrome::kInitialProfile);
62 profile_manager_.DeleteTestingProfile(chrome::kInitialProfile);
sqlite_cursor_unittest.cc 57 // It seems that the name has to be chrome::kInitialProfile, so it
60 chrome::kInitialProfile);
74 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/common/
chrome_constants.h 45 extern const char kInitialProfile[];
chrome_constants.cc 143 const char kInitialProfile[] = "Default";
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc 131 chrome::kInitialProfile, prefs_owner_.Pass(),
132 UTF8ToUTF16(chrome::kInitialProfile), 0, std::string(),
user_cloud_policy_manager_chromeos_unittest.cc 98 chrome::kInitialProfile, scoped_ptr<PrefServiceSyncable>(),
150 profile_manager_->DeleteTestingProfile(chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 219 app_list_profile = chrome::kInitialProfile;
app_list_service_unittest.cc 137 user_data_dir_.AppendASCII(chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 163 chrome::kInitialProfile);
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor_browsertest.cc 295 first_profile_name_ = chrome::kInitialProfile;
298 first_profile_name_ = chrome::kInitialProfile;
  /external/chromium_org/chrome/installer/setup/
install.cc 628 ASCIIToUTF16(chrome::kInitialProfile),
uninstall.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc     [all...]

Completed in 747 milliseconds

1 2