Searched defs:GetProfilePath (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/notifications/ |
H A D | message_center_settings_controller_unittest.cc | 30 base::FilePath GetProfilePath(const std::string& base_name) { function in class:MessageCenterSettingsControllerTest
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
H A D | app_list_service_ash.cc | 27 base::FilePath AppListServiceAsh::GetProfilePath( function in class:AppListServiceAsh
|
/external/chromium_org/chrome/browser/apps/app_shim/ |
H A D | app_shim_host_mac.cc | 35 base::FilePath AppShimHost::GetProfilePath() const { function in class:AppShimHost
|
/external/chromium_org/components/bookmarks/browser/ |
H A D | bookmark_node_data_unittest.cc | 42 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/profiles/ |
H A D | profile_info_cache_unittest.cc | 115 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...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
H A D | app_list_service_impl.cc | 266 base::FilePath AppListServiceImpl::GetProfilePath( function in class:AppListServiceImpl 328 GetProfilePath(profile_store_->GetUserDataDir()),
|
/external/chromium_org/chrome/common/importer/ |
H A D | firefox_importer_utils.cc | 27 base::FilePath GetProfilePath(const base::DictionaryValue& root, function in namespace:__anon5674 91 return GetProfilePath(root, *it); 94 return GetProfilePath(root, profiles.front());
|
Completed in 189 milliseconds