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() {
84 DISALLOW_COPY_AND_ASSIGN(UserWallpaperDelegate);
89 ash::UserWallpaperDelegate* CreateSolidColorUserWallpaperDelegate() {
90 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() {
135 DISALLOW_COPY_AND_ASSIGN(UserWallpaperDelegate);
140 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() {
141 return new chromeos::UserWallpaperDelegate();

Completed in 328 milliseconds