Searched defs:DesktopBackgroundController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.h49 class ASH_EXPORT DesktopBackgroundController class in namespace:ash
60 DesktopBackgroundController();
61 virtual ~DesktopBackgroundController();
166 base::OneShotTimer<DesktopBackgroundController> timer_;
170 DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundController);
H A Ddesktop_background_controller.cc46 DesktopBackgroundController::DesktopBackgroundController() function in class:ash::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
[all...]

Completed in 110 milliseconds