Home | History | Annotate | Download | only in wallpaper

Lines Matching refs:WallpaperManager

91 class WallpaperManager: public content::NotificationObserver {
101 explicit TestApi(WallpaperManager* wallpaper_manager);
115 WallpaperManager* wallpaper_manager_; // not owned
138 // PendingWallpaper is owned by WallpaperManager, but reference to this object
190 base::OneShotTimer<WallpaperManager::PendingWallpaper> timer;
198 WallpaperManager();
199 virtual ~WallpaperManager();
201 // Get pointer to singleton WallpaperManager instance, create it if necessary.
202 static WallpaperManager* Get();
239 // Indicates imminent shutdown, allowing the WallpaperManager to remove any
378 base::WeakPtr<WallpaperManager> weak_ptr);
389 base::WeakPtr<WallpaperManager> weak_ptr);
625 base::WeakPtrFactory<WallpaperManager> weak_factory_;
627 DISALLOW_COPY_AND_ASSIGN(WallpaperManager);