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

  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 46 DesktopBackgroundController::DesktopBackgroundController()
54 DesktopBackgroundController::~DesktopBackgroundController() {
59 gfx::ImageSkia DesktopBackgroundController::GetWallpaper() const {
65 void DesktopBackgroundController::AddObserver(
70 void DesktopBackgroundController::RemoveObserver(
75 WallpaperLayout DesktopBackgroundController::GetWallpaperLayout() const {
81 bool DesktopBackgroundController::SetWallpaperImage(const gfx::ImageSkia& image,
102 void DesktopBackgroundController::CreateEmptyWallpaper()
    [all...]
desktop_background_controller.h 49 class ASH_EXPORT DesktopBackgroundController
60 DesktopBackgroundController();
61 virtual ~DesktopBackgroundController();
166 base::OneShotTimer<DesktopBackgroundController> timer_;
170 DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundController);

Completed in 43 milliseconds