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

  /external/chromium_org/ash/desktop_background/
user_wallpaper_delegate.h 28 virtual void UpdateWallpaper() = 0;
desktop_background_controller.h 179 void UpdateWallpaper();
desktop_background_controller.cc 203 UpdateWallpaper();
315 &DesktopBackgroundController::UpdateWallpaper);
432 void DesktopBackgroundController::UpdateWallpaper() {
437 UpdateWallpaper();
  /external/chromium_org/ash/test/
test_user_wallpaper_delegate.cc 18 void TestUserWallpaperDelegate::UpdateWallpaper() {
19 DefaultUserWallpaperDelegate::UpdateWallpaper();
test_user_wallpaper_delegate.h 25 virtual void UpdateWallpaper() OVERRIDE;
31 // Number of times that UpdateWallpaper() has been called.
34 // If non-null, used as custom wallpaper by UpdateWallpaper().
  /external/chromium_org/ash/
default_user_wallpaper_delegate.cc 20 void DefaultUserWallpaperDelegate::UpdateWallpaper() {
default_user_wallpaper_delegate.h 23 virtual void UpdateWallpaper() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/
user_wallpaper_delegate_win.cc 37 virtual void UpdateWallpaper() OVERRIDE {
56 UpdateWallpaper();
  /external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.cc 75 virtual void UpdateWallpaper() OVERRIDE {
76 chromeos::WallpaperManager::Get()->UpdateWallpaper();
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.h 196 void UpdateWallpaper();
wallpaper_manager.cc 596 void WallpaperManager::UpdateWallpaper() {
600 // login. If UpdateWallpaper is called at GAIA login screen, no wallpaper will
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 625 wallpaper_manager->UpdateWallpaper();

Completed in 85 milliseconds