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

  /external/chromium_org/ash/desktop_background/
user_wallpaper_delegate.h 12 class ASH_EXPORT UserWallpaperDelegate {
14 virtual ~UserWallpaperDelegate() {}
  /external/chromium_org/chrome/browser/ui/ash/
solid_color_user_wallpaper_delegate.cc 20 class UserWallpaperDelegate : public ash::UserWallpaperDelegate {
22 UserWallpaperDelegate() {
25 virtual ~UserWallpaperDelegate() {
85 DISALLOW_COPY_AND_ASSIGN(UserWallpaperDelegate);
90 ash::UserWallpaperDelegate* CreateSolidColorUserWallpaperDelegate() {
91 return new UserWallpaperDelegate();
  /external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.cc 39 class UserWallpaperDelegate : public ash::UserWallpaperDelegate {
41 UserWallpaperDelegate()
46 virtual ~UserWallpaperDelegate() {
134 DISALLOW_COPY_AND_ASSIGN(UserWallpaperDelegate);
139 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() {
140 return new chromeos::UserWallpaperDelegate();

Completed in 74 milliseconds