Home
last modified time | relevance | path

Searched refs:GetUserDataPaths (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dproduct.h89 void GetUserDataPaths(std::vector<base::FilePath>* paths) const;
Dproduct_unittest.cc75 product->GetUserDataPaths(&user_data_paths); in TEST_F()
Dproduct.cc65 void Product::GetUserDataPaths(std::vector<base::FilePath>* paths) const { in GetUserDataPaths() function in installer::Product
Dauto_launch_util.cc54 product.GetUserDataPaths(&data_dir_paths); in ProfileToKeyName()
/external/chromium_org/chrome/installer/setup/
Duninstall.cc407 product.GetUserDataPaths(paths); in GetLocalStateFolders()