Home
last modified time | relevance | path

Searched refs:customized_default_large_path (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Dwallpaper_controller_client.cc160 base::FilePath customized_default_large_path; in SetInitialWallpaper() local
162 &customized_default_small_path, &customized_default_large_path)) { in SetInitialWallpaper()
164 customized_default_small_path, customized_default_large_path); in SetInitialWallpaper()
280 const base::FilePath& customized_default_large_path) { in SetCustomizedDefaultWallpaperPaths() argument
282 customized_default_small_path, customized_default_large_path); in SetCustomizedDefaultWallpaperPaths()
H A Dwallpaper_controller_client.h63 const base::FilePath& customized_default_large_path);
H A Dtest_wallpaper_controller.h69 const base::FilePath& customized_default_large_path) override;
H A Dtest_wallpaper_controller.cc74 const base::FilePath& customized_default_large_path) { in SetCustomizedDefaultWallpaperPaths() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dwallpaper_controller.h123 const base::FilePath& customized_default_large_path) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_controller_impl.h244 const base::FilePath& customized_default_large_path) override;
H A Dwallpaper_controller_impl.cc1002 const base::FilePath& customized_default_large_path) { in SetCustomizedDefaultWallpaperPaths() argument
1004 customized_default_large_path_ = customized_default_large_path; in SetCustomizedDefaultWallpaperPaths()