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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 103 base::FilePath ProfileInfoCacheTest::GetProfilePath(
121 GetProfilePath(base::StringPrintf("path_%ud", i));
151 GetProfilePath(base::StringPrintf("path_%ud", i));
165 base::FilePath path_1 = GetProfilePath("path_1");
170 base::FilePath path_2 = GetProfilePath("path_2");
185 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
188 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
210 GetProfilePath("path_a"), name_a, string16(), 0, std::string());
214 GetProfilePath("path_c"), name_c, string16(), 0, std::string());
223 GetProfilePath("path_b"), name_b, string16(), 0, std::string())
    [all...]
profile_info_cache_unittest.h 57 base::FilePath GetProfilePath(const std::string& base_name);
avatar_menu_model.h 81 base::FilePath GetProfilePath(size_t index);
avatar_menu_model.cc 196 base::FilePath AvatarMenuModel::GetProfilePath(size_t index) {
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_service_ash.cc 29 virtual base::FilePath GetProfilePath(
41 base::FilePath AppListServiceAsh::GetProfilePath(
  /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 29 virtual base::FilePath GetProfilePath() const = 0;
app_shim_host_mac.h 68 virtual base::FilePath GetProfilePath() const OVERRIDE;
extension_app_shim_handler_mac.cc 179 const base::FilePath& profile_path = host->GetProfilePath();
257 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
258 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
286 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
287 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
301 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
302 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
app_shim_host_mac.cc 35 base::FilePath AppShimHost::GetProfilePath() const {
extension_app_shim_handler_mac_unittest.cc 105 virtual base::FilePath GetProfilePath() const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 43 virtual base::FilePath GetProfilePath(
app_list_service_disabled.cc 27 virtual base::FilePath GetProfilePath(
app_list_service_impl.h 64 virtual base::FilePath GetProfilePath(
app_list_service_impl.cc 127 base::FilePath AppListServiceImpl::GetProfilePath(
186 GetProfilePath(g_browser_process->profile_manager()->user_data_dir()),
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 24 base::FilePath GetProfilePath(const std::string& base_name) {
  /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/chromeos/cros/
network_library_impl_base.cc 667 std::string profile_path = GetProfilePath(profile_type);
    [all...]
network_library_impl_base.h 322 std::string GetProfilePath(NetworkProfileType type);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 313 return AppListService::Get()->GetProfilePath(user_data_dir);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc     [all...]

Completed in 8744 milliseconds