Home
last modified time | relevance | path

Searched refs:OnWallpaperDecoded (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_private_api.h45 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
77 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
129 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
Dwallpaper_function_base.h41 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) = 0;
Dwallpaper_api.h35 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
Dwallpaper_function_base.cc79 function_->OnWallpaperDecoded(final_image); in OnImageDecoded()
Dwallpaper_private_api.cc353 void WallpaperPrivateSetWallpaperIfExistsFunction::OnWallpaperDecoded( in OnWallpaperDecoded() function in WallpaperPrivateSetWallpaperIfExistsFunction
402 void WallpaperPrivateSetWallpaperFunction::OnWallpaperDecoded( in OnWallpaperDecoded() function in WallpaperPrivateSetWallpaperFunction
526 void WallpaperPrivateSetCustomWallpaperFunction::OnWallpaperDecoded( in OnWallpaperDecoded() function in WallpaperPrivateSetCustomWallpaperFunction
Dwallpaper_api.cc116 void WallpaperSetWallpaperFunction::OnWallpaperDecoded( in OnWallpaperDecoded() function in WallpaperSetWallpaperFunction
/external/chromium_org/chrome/browser/chromeos/login/
Dwallpaper_manager.h287 void OnWallpaperDecoded(const std::string& email,
Dwallpaper_manager.cc966 void WallpaperManager::OnWallpaperDecoded(const std::string& email, in OnWallpaperDecoded() function in chromeos::WallpaperManager
1067 base::Bind(&WallpaperManager::OnWallpaperDecoded, in StartLoad()