HomeSort by relevance Sort by last modified time
    Searched refs:GetProfilePath (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 106 base::FilePath ProfileInfoCacheTest::GetProfilePath(
124 GetProfilePath(base::StringPrintf("path_%ud", i));
155 GetProfilePath(base::StringPrintf("path_%ud", i));
170 base::FilePath path_1 = GetProfilePath("path_1");
175 base::FilePath path_2 = GetProfilePath("path_2");
191 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
194 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
216 GetProfilePath("path_a"), name_a, base::string16(), 0, std::string());
220 GetProfilePath("path_c"), name_c, base::string16(), 0, std::string());
229 GetProfilePath("path_b"), name_b, base::string16(), 0, std::string())
    [all...]
profile_info_cache_unittest.h 57 base::FilePath GetProfilePath(const std::string& base_name);
  /external/chromium_org/chrome_frame/
delete_chrome_history.cc 45 void DeleteChromeHistory::GetProfilePath(const std::wstring& profile_name,
47 ChromeFramePlugin::GetProfilePath(kIexploreProfileName, profile_path);
delete_chrome_history.h 55 virtual void GetProfilePath(const std::wstring& profile_name,
chrome_frame_plugin.h 78 GetProfilePath(profile_name, &profile_path);
240 virtual void GetProfilePath(const std::wstring& profile_name,
chrome_frame_activex_base.h 392 virtual void GetProfilePath(const std::wstring& profile_name,
402 ChromeFramePlugin::GetProfilePath(profile_name, profile_path);
    [all...]
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.h 34 virtual base::FilePath GetProfilePath() const = 0;
app_shim_host_mac.h 73 virtual base::FilePath GetProfilePath() const OVERRIDE;
extension_app_shim_handler_mac.cc 302 const base::FilePath& profile_path = host->GetProfilePath();
372 host->GetProfilePath(), app_id, files));
414 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
415 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
438 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
439 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
445 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
446 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
app_shim_host_mac.cc 35 base::FilePath AppShimHost::GetProfilePath() const {
extension_app_shim_handler_mac_unittest.cc 125 virtual base::FilePath GetProfilePath() const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 49 virtual base::FilePath GetProfilePath(
app_list_service_disabled.cc 28 virtual base::FilePath GetProfilePath(
app_list_service_impl.h 45 virtual base::FilePath GetProfilePath(
app_list_service_unittest.cc 139 service_->GetProfilePath(profile_store_->GetUserDataDir()));
150 service_->GetProfilePath(profile_store_->GetUserDataDir()));
161 service_->GetProfilePath(profile_store_->GetUserDataDir()));
164 service_->GetProfilePath(profile_store_->GetUserDataDir()));
app_list_service_impl.cc 204 base::FilePath AppListServiceImpl::GetProfilePath(
253 GetProfilePath(profile_store_->GetUserDataDir()),
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_service_ash.cc 32 virtual base::FilePath GetProfilePath(
55 base::FilePath AppListServiceAsh::GetProfilePath(
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 26 base::FilePath GetProfilePath(const DictionaryValue& root,
90 return GetProfilePath(root, *it);
93 return GetProfilePath(root, profiles.front());
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 30 base::FilePath GetProfilePath(const std::string& base_name) {
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 535 base::FilePath profile_path(GetProfilePath(profile_manager->user_data_dir()));
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 319 GetProfilePath(user_data_dir);
    [all...]

Completed in 347 milliseconds