Searched defs:GetProfilePath (Results 1 - 7 of 7) sorted by last modified time

/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/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/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/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...]
/external/chromium_org/chrome/browser/ui/app_list/
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/ui/ash/app_list/
H A Dapp_list_service_ash.cc27 base::FilePath AppListServiceAsh::GetProfilePath( function in class:AppListServiceAsh
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac.cc35 base::FilePath AppShimHost::GetProfilePath() const { function in class:AppShimHost

Completed in 260 milliseconds