HomeSort by relevance Sort by last modified time
    Searched refs:WallpaperPrivateGetThumbnailFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h 201 class WallpaperPrivateGetThumbnailFunction : public AsyncExtensionFunction {
206 WallpaperPrivateGetThumbnailFunction();
209 virtual ~WallpaperPrivateGetThumbnailFunction();
wallpaper_private_api.cc 701 WallpaperPrivateGetThumbnailFunction::WallpaperPrivateGetThumbnailFunction() {
704 WallpaperPrivateGetThumbnailFunction::~WallpaperPrivateGetThumbnailFunction() {
707 bool WallpaperPrivateGetThumbnailFunction::RunAsync() {
742 base::Bind(&WallpaperPrivateGetThumbnailFunction::Get, this,
747 void WallpaperPrivateGetThumbnailFunction::Failure(
754 void WallpaperPrivateGetThumbnailFunction::FileNotLoaded() {
758 void WallpaperPrivateGetThumbnailFunction::FileLoaded(
766 void WallpaperPrivateGetThumbnailFunction::Get(const base::FilePath& path)
    [all...]

Completed in 260 milliseconds