HomeSort by relevance Sort by last modified time
    Searched full:thumbnail_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_api.cc 124 base::FilePath thumbnail_path = wallpaper_manager->GetCustomWallpaperPath( local
153 this, thumbnail_path, base::Passed(&deep_copy)));
160 const base::FilePath& thumbnail_path, scoped_ptr<gfx::ImageSkia> image) {
164 if (!base::PathExists(thumbnail_path.DirName()))
165 base::CreateDirectory(thumbnail_path.DirName());
wallpaper_api.h 39 void GenerateThumbnail(const base::FilePath& thumbnail_path,
wallpaper_private_api.cc 533 base::FilePath thumbnail_path = wallpaper_manager->GetCustomWallpaperPath( local
562 this, thumbnail_path, base::Passed(&deep_copy)));
569 const base::FilePath& thumbnail_path, scoped_ptr<gfx::ImageSkia> image) {
573 if (!base::PathExists(thumbnail_path.DirName()))
574 base::CreateDirectory(thumbnail_path.DirName());
671 base::FilePath thumbnail_path; local
676 &thumbnail_path));
677 thumbnail_path = thumbnail_path.Append(file_name);
688 thumbnail_path = CommandLine::ForCurrentProcess()->GetSwitchValuePath
    [all...]
wallpaper_private_api.h 133 void GenerateThumbnail(const base::FilePath& thumbnail_path,

Completed in 577 milliseconds