/external/chromium_org/ash/test/ |
D | test_user_wallpaper_delegate.cc | 18 void TestUserWallpaperDelegate::UpdateWallpaper() { in UpdateWallpaper() function in ash::test::TestUserWallpaperDelegate 19 DefaultUserWallpaperDelegate::UpdateWallpaper(); in UpdateWallpaper()
|
D | test_user_wallpaper_delegate.h | 25 virtual void UpdateWallpaper() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | user_wallpaper_delegate_win.cc | 37 virtual void UpdateWallpaper() OVERRIDE { in UpdateWallpaper() function in __anon947d83ee0111::UserWallpaperDelegate 56 UpdateWallpaper(); in InitializeWallpaper()
|
/external/chromium_org/chrome/browser/chromeos/background/ |
D | ash_user_wallpaper_delegate.cc | 75 virtual void UpdateWallpaper() OVERRIDE { in UpdateWallpaper() function in chromeos::__anon43e849820111::UserWallpaperDelegate 76 chromeos::WallpaperManager::Get()->UpdateWallpaper(); in UpdateWallpaper()
|
/external/chromium_org/ash/desktop_background/ |
D | desktop_background_controller.cc | 203 UpdateWallpaper(); in OnRootWindowAdded() 315 &DesktopBackgroundController::UpdateWallpaper); in OnDisplayConfigurationChanged() 432 void DesktopBackgroundController::UpdateWallpaper() { in UpdateWallpaper() function in ash::DesktopBackgroundController 437 UpdateWallpaper(); in UpdateWallpaper()
|
D | user_wallpaper_delegate.h | 28 virtual void UpdateWallpaper() = 0;
|
D | desktop_background_controller.h | 179 void UpdateWallpaper();
|
/external/chromium_org/ash/ |
D | default_user_wallpaper_delegate.cc | 20 void DefaultUserWallpaperDelegate::UpdateWallpaper() { in UpdateWallpaper() function in ash::DefaultUserWallpaperDelegate
|
D | default_user_wallpaper_delegate.h | 23 virtual void UpdateWallpaper() OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | wallpaper_manager.h | 196 void UpdateWallpaper();
|
D | wallpaper_manager.cc | 596 void WallpaperManager::UpdateWallpaper() { in UpdateWallpaper() function in chromeos::WallpaperManager
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | wallpaper_private_api.cc | 625 wallpaper_manager->UpdateWallpaper(); in RunImpl()
|