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

  /external/chromium_org/ash/desktop_background/
desktop_background_controller.h 69 class ASH_EXPORT DesktopBackgroundController
77 DesktopBackgroundController();
78 virtual ~DesktopBackgroundController();
216 base::WeakPtrFactory<DesktopBackgroundController> weak_ptr_factory_;
218 base::OneShotTimer<DesktopBackgroundController> timer_;
222 DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundController);
desktop_background_controller.cc 55 // DesktopBackgroundController::WallpaperLoader wraps background wallpaper
57 class DesktopBackgroundController::WallpaperLoader
59 DesktopBackgroundController::WallpaperLoader> {
91 DesktopBackgroundController::WallpaperLoader>;
155 DesktopBackgroundController::DesktopBackgroundController()
165 DesktopBackgroundController::~DesktopBackgroundController() {
170 gfx::ImageSkia DesktopBackgroundController::GetWallpaper() const {
176 void DesktopBackgroundController::AddObserver
    [all...]
desktop_background_controller_unittest.cc 58 explicit TestObserver(DesktopBackgroundController* controller)
78 DesktopBackgroundController* controller_;
263 // Custom command line passed to DesktopBackgroundController by
271 DesktopBackgroundController* controller_; // Not owned.
280 DesktopBackgroundController* controller =
313 DesktopBackgroundController* controller =
345 DesktopBackgroundController* controller =
393 DesktopBackgroundController* controller =
513 // Test that DesktopBackgroundController loads the appropriate wallpaper
632 DesktopBackgroundController::GetMaxDisplaySizeInNative().ToString())
    [all...]
desktop_background_view.cc 95 DesktopBackgroundController* controller =
179 DesktopBackgroundController* controller =
  /external/chromium_org/ash/accelerators/
debug_commands.cc 39 DesktopBackgroundController* desktop_background_controller =
  /external/chromium_org/ash/
shell.h 83 class DesktopBackgroundController;
327 DesktopBackgroundController* desktop_background_controller() {
623 scoped_ptr<DesktopBackgroundController> desktop_background_controller_;
shell.cc 878 desktop_background_controller_.reset(new DesktopBackgroundController());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_browsertest.cc 133 DesktopBackgroundController* controller_;

Completed in 385 milliseconds