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

/external/chromium_org/chrome/browser/chromeos/login/
H A Dwallpaper_manager.cc459 base::FilePath wallpaper_path = GetCustomWallpaperPath( local
478 wallpaper_path.value(),
594 base::FilePath wallpaper_path = GetCustomWallpaperPath(sub_dir, email, local
596 if (current_wallpaper_path_ == wallpaper_path)
598 current_wallpaper_path_ = wallpaper_path;
603 base::Unretained(this), email, info, wallpaper_path,
673 base::FilePath wallpaper_path; local
679 base::FilePath wallpaper_path = GetCustomWallpaperPath(sub_dir, email, local
683 base::Unretained(this), email, info, wallpaper_path,
729 base::FilePath wallpaper_path local
787 base::FilePath wallpaper_path = GetWallpaperPathForUser(email, is_small); local
825 base::FilePath wallpaper_path; local
950 GetCustomWallpaperInternalOld( const std::string& email, const WallpaperInfo& info, const base::FilePath& wallpaper_path, bool update_wallpaper) argument
984 GetCustomWallpaperInternal( const std::string& email, const WallpaperInfo& info, const base::FilePath& wallpaper_path, bool update_wallpaper) argument
1116 StartLoad(const std::string& email, const WallpaperInfo& info, bool update_wallpaper, const base::FilePath& wallpaper_path) argument
[all...]
H A Dwallpaper_manager_browsertest.cc95 base::FilePath wallpaper_path = local
97 if (!base::DirectoryExists(wallpaper_path.DirName()))
98 file_util::CreateDirectory(wallpaper_path.DirName());
100 return wallpaper_path;
110 const base::FilePath& wallpaper_path,
116 wallpaper_path,
109 SaveUserWallpaperData(const std::string& username, const base::FilePath& wallpaper_path, int resource_id) argument
H A Dwallpaper_manager.h281 // Gets |email|'s custom wallpaper at |wallpaper_path|. Falls back on original
288 const base::FilePath& wallpaper_path,
291 // Gets |email|'s custom wallpaper at |wallpaper_path|. Falls back on original
296 const base::FilePath& wallpaper_path,
333 // Starts to load wallpaper at |wallpaper_path|. If |wallpaper_path| is the
338 const base::FilePath& wallpaper_path);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc334 base::FilePath wallpaper_path; local
343 &wallpaper_path));
344 fallback_path = wallpaper_path.Append(file_name);
350 wallpaper_path = wallpaper_path.Append(file_name);
356 wallpaper_path = chromeos::WallpaperManager::Get()->GetCustomWallpaperPath(
373 this, wallpaper_path, fallback_path));

Completed in 83 milliseconds