Home
last modified time | relevance | path

Searched refs:wallpaper_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager.cc353 const base::FilePath& wallpaper_path) { in ResetSetCustomWallpaper() argument
354 SetMode(gfx::ImageSkia(), info, wallpaper_path, false); in ResetSetCustomWallpaper()
364 const base::FilePath& wallpaper_path, in SetMode() argument
368 wallpaper_path_ = wallpaper_path; in SetMode()
892 base::FilePath wallpaper_path = in SetCustomWallpaper() local
912 wallpaper_path.value(), in SetCustomWallpaper()
1086 const base::FilePath& wallpaper_path, in GetCustomWallpaperInternal() argument
1091 base::FilePath valid_path = wallpaper_path; in GetCustomWallpaperInternal()
1092 if (!base::PathExists(wallpaper_path)) { in GetCustomWallpaperInternal()
1225 base::FilePath wallpaper_path = GetCustomWallpaperDir(sub_dir); in ScheduleSetUserWallpaper() local
[all …]
Dwallpaper_manager.h159 const base::FilePath& wallpaper_path);
170 const base::FilePath& wallpaper_path,
386 const base::FilePath& wallpaper_path,
493 const base::FilePath& wallpaper_path,
Dwallpaper_manager_browsertest.cc102 base::FilePath wallpaper_path = in GetCustomWallpaperPath() local
106 if (!base::DirectoryExists(wallpaper_path.DirName())) in GetCustomWallpaperPath()
107 base::CreateDirectory(wallpaper_path.DirName()); in GetCustomWallpaperPath()
109 return wallpaper_path; in GetCustomWallpaperPath()
/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_private_api.cc308 base::FilePath wallpaper_path; in RunAsync() local
315 &wallpaper_path)); in RunAsync()
316 fallback_path = wallpaper_path.Append(file_name); in RunAsync()
322 wallpaper_path = wallpaper_path.Append(file_name); in RunAsync()
335 this, wallpaper_path, fallback_path)); in RunAsync()