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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc115 base::FilePath ProfileInfoCacheTest::GetProfilePath( function in class:ProfileInfoCacheTest
131 GetProfilePath(base::StringPrintf("path_%ud", i));
164 GetProfilePath(base::StringPrintf("path_%ud", i));
179 base::FilePath path_1 = GetProfilePath("path_1");
184 base::FilePath path_2 = GetProfilePath("path_2");
200 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
203 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
225 GetProfilePath("path_a"), name_a, base::string16(), 0, std::string());
229 GetProfilePath("path_c"), name_c, base::string16(), 0, std::string());
238 GetProfilePath("path_
[all...]
H A Dprofile_info_cache_unittest.h57 base::FilePath GetProfilePath(const std::string& base_name);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.h27 virtual base::FilePath GetProfilePath(
H A Dapp_list_service_ash.cc27 base::FilePath AppListServiceAsh::GetProfilePath( function in class:AppListServiceAsh
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_unittest.cc42 const base::FilePath& GetProfilePath() const { return profile_dir_.path(); } function in class:bookmarks::BookmarkNodeDataTest
114 drag_data.Write(GetProfilePath(), &data);
127 EXPECT_TRUE(read_data.GetFirstNode(model(), GetProfilePath()) == node);
161 drag_data.Write(GetProfilePath(), &data);
175 const BookmarkNode* r_g12 = read_data.GetFirstNode(model(), GetProfilePath());
198 drag_data.Write(GetProfilePath(), &data);
218 read_data.GetFirstNode(model(), GetProfilePath());
238 drag_data.Write(GetProfilePath(), &data);
262 read_data.GetNodes(model(), GetProfilePath());
269 EXPECT_TRUE(read_data.GetFirstNode(model(), GetProfilePath())
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl_browsertest.cc64 EXPECT_EQ(service_->GetProfilePath(user_data_dir),
103 EXPECT_EQ(profile2->GetPath(), service_->GetProfilePath(user_data_dir));
H A Dapp_list_service.h67 virtual base::FilePath GetProfilePath(
H A Dapp_list_service_disabled.cc28 virtual base::FilePath GetProfilePath(
H A Dapp_list_service_unittest.cc153 service_->GetProfilePath(profile_store_->GetUserDataDir()));
165 service_->GetProfilePath(profile_store_->GetUserDataDir()));
180 service_->GetProfilePath(profile_store_->GetUserDataDir()));
183 service_->GetProfilePath(profile_store_->GetUserDataDir()));
H A Dapp_list_service_impl.h53 virtual base::FilePath GetProfilePath(
H A Dapp_list_service_impl.cc266 base::FilePath AppListServiceImpl::GetProfilePath( function in class:AppListServiceImpl
328 GetProfilePath(profile_store_->GetUserDataDir()),
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_handler_mac.h32 virtual base::FilePath GetProfilePath() const = 0;
H A Dapp_shim_host_mac.h74 virtual base::FilePath GetProfilePath() const OVERRIDE;
H A Dextension_app_shim_handler_mac.cc320 const base::FilePath& profile_path = host->GetProfilePath();
397 host->GetProfilePath(), app_id, files));
439 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
440 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
463 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
464 Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
470 DCHECK(delegate_->ProfileExistsForPath(host->GetProfilePath()));
471 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/common/importer/
H A Dfirefox_importer_utils.cc27 base::FilePath GetProfilePath(const base::DictionaryValue& root, function in namespace:__anon5674
91 return GetProfilePath(root, *it);
94 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.cc363 base::FilePath profile_path(GetProfilePath(profile_manager->user_data_dir()));
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc743 GetProfilePath(user_data_dir);

Completed in 379 milliseconds