Searched defs:wallpaper_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager_browsertest.cc102 base::FilePath wallpaper_path = local
106 if (!base::DirectoryExists(wallpaper_path.DirName()))
107 base::CreateDirectory(wallpaper_path.DirName());
109 return wallpaper_path;
H A Dwallpaper_manager.cc353 const base::FilePath& wallpaper_path) {
354 SetMode(gfx::ImageSkia(), info, wallpaper_path, false); local
364 const base::FilePath& wallpaper_path,
368 wallpaper_path_ = wallpaper_path;
892 base::FilePath wallpaper_path =
912 wallpaper_path.value(),
1086 const base::FilePath& wallpaper_path,
1091 base::FilePath valid_path = wallpaper_path;
1092 if (!base::PathExists(wallpaper_path)) {
1225 base::FilePath wallpaper_path local
351 ResetSetCustomWallpaper( const WallpaperInfo& info, const base::FilePath& wallpaper_path) argument
361 SetMode( const gfx::ImageSkia& image, const WallpaperInfo& info, const base::FilePath& wallpaper_path, const bool is_default) argument
1083 GetCustomWallpaperInternal( const std::string& user_id, const WallpaperInfo& info, const base::FilePath& wallpaper_path, bool update_wallpaper, MovableOnDestroyCallbackHolder on_finish, base::WeakPtr<WallpaperManager> weak_ptr) argument
1329 base::FilePath wallpaper_path; local
1333 base::FilePath wallpaper_path = GetCustomWallpaperDir(sub_dir); local
1366 base::FilePath wallpaper_path = local
1443 base::FilePath wallpaper_path; local
1608 StartLoad(const std::string& user_id, const WallpaperInfo& info, bool update_wallpaper, const base::FilePath& wallpaper_path, MovableOnDestroyCallbackHolder on_finish) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc308 base::FilePath wallpaper_path; local
315 &wallpaper_path));
316 fallback_path = wallpaper_path.Append(file_name);
322 wallpaper_path = wallpaper_path.Append(file_name);
335 this, wallpaper_path, fallback_path));

Completed in 121 milliseconds