Searched refs:GetProfilePath (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc106 base::FilePath ProfileInfoCacheTest::GetProfilePath( function in class:ProfileInfoCacheTest
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_
[all...]
H A Dprofile_info_cache_unittest.h57 base::FilePath GetProfilePath(const std::string& base_name);
/external/chromium_org/chrome_frame/
H A Ddelete_chrome_history.cc45 void DeleteChromeHistory::GetProfilePath(const std::wstring& profile_name, function in class:DeleteChromeHistory
47 ChromeFramePlugin::GetProfilePath(kIexploreProfileName, profile_path);
H A Ddelete_chrome_history.h55 virtual void GetProfilePath(const std::wstring& profile_name,
H A Dchrome_frame_plugin.h78 GetProfilePath(profile_name, &profile_path);
240 virtual void GetProfilePath(const std::wstring& profile_name, function in class:ChromeFramePlugin
H A Dchrome_frame_activex_base.h392 virtual void GetProfilePath(const std::wstring& profile_name, function in class:ChromeFrameActivexBase
402 ChromeFramePlugin::GetProfilePath(profile_name, profile_path);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.cc32 virtual base::FilePath GetProfilePath(
55 base::FilePath AppListServiceAsh::GetProfilePath( function in class:__anon6210::AppListServiceAsh
/external/chromium_org/apps/app_shim/
H A Dapp_shim_handler_mac.h34 virtual base::FilePath GetProfilePath() const = 0;
H A Dapp_shim_host_mac.h73 virtual base::FilePath GetProfilePath() const OVERRIDE;
H A Dextension_app_shim_handler_mac.cc302 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());
H A Dapp_shim_host_mac.cc35 base::FilePath AppShimHost::GetProfilePath() const { function in class:AppShimHost
H A Dextension_app_shim_handler_mac_unittest.cc125 virtual base::FilePath GetProfilePath() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.h49 virtual base::FilePath GetProfilePath(
H A Dapp_list_service_disabled.cc28 virtual base::FilePath GetProfilePath(
H A Dapp_list_service_impl.h45 virtual base::FilePath GetProfilePath(
H A Dapp_list_service_unittest.cc139 service_->GetProfilePath(profile_store_->GetUserDataDir()));
150 service_->GetProfilePath(profile_store_->GetUserDataDir()));
161 service_->GetProfilePath(profile_store_->GetUserDataDir()));
164 service_->GetProfilePath(profile_store_->GetUserDataDir()));
H A Dapp_list_service_impl.cc204 base::FilePath AppListServiceImpl::GetProfilePath( function in class:AppListServiceImpl
253 GetProfilePath(profile_store_->GetUserDataDir()),
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc26 base::FilePath GetProfilePath(const DictionaryValue& root, function in namespace:__anon7009
90 return GetProfilePath(root, *it);
93 return GetProfilePath(root, profiles.front());
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller_unittest.cc30 base::FilePath GetProfilePath(const std::string& base_name) { function in class:MessageCenterSettingsControllerTest
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc535 base::FilePath profile_path(GetProfilePath(profile_manager->user_data_dir()));
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc319 GetProfilePath(user_data_dir);

Completed in 1396 milliseconds