Home
last modified time | relevance | path

Searched refs:DesktopBackgroundController (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.cc46 DesktopBackgroundController::DesktopBackgroundController() in DesktopBackgroundController() function in ash::DesktopBackgroundController
54 DesktopBackgroundController::~DesktopBackgroundController() { in ~DesktopBackgroundController()
59 gfx::ImageSkia DesktopBackgroundController::GetWallpaper() const { in GetWallpaper()
65 void DesktopBackgroundController::AddObserver( in AddObserver()
70 void DesktopBackgroundController::RemoveObserver( in RemoveObserver()
75 WallpaperLayout DesktopBackgroundController::GetWallpaperLayout() const { in GetWallpaperLayout()
81 bool DesktopBackgroundController::SetWallpaperImage(const gfx::ImageSkia& image, in SetWallpaperImage()
102 void DesktopBackgroundController::CreateEmptyWallpaper() { in CreateEmptyWallpaper()
107 bool DesktopBackgroundController::MoveDesktopToLockedContainer() { in MoveDesktopToLockedContainer()
115 bool DesktopBackgroundController::MoveDesktopToUnlockedContainer() { in MoveDesktopToUnlockedContainer()
[all …]
Ddesktop_background_controller_unittest.cc115 DesktopBackgroundController* controller_; // Not owned.
124 DesktopBackgroundController* controller = in TEST_F()
157 DesktopBackgroundController* controller = in TEST_F()
189 DesktopBackgroundController* controller = in TEST_F()
237 DesktopBackgroundController* controller = in TEST_F()
314 DesktopBackgroundController::GetMaxDisplaySizeInNative().ToString()); in TEST_F()
320 DesktopBackgroundController::GetMaxDisplaySizeInNative().ToString()); in TEST_F()
326 DesktopBackgroundController::GetMaxDisplaySizeInNative().ToString()); in TEST_F()
335 DesktopBackgroundController::GetMaxDisplaySizeInNative().ToString()); in TEST_F()
341 DesktopBackgroundController::GetMaxDisplaySizeInNative().ToString()); in TEST_F()
[all …]
Ddesktop_background_controller.h49 class ASH_EXPORT DesktopBackgroundController
60 DesktopBackgroundController();
61 virtual ~DesktopBackgroundController();
166 base::OneShotTimer<DesktopBackgroundController> timer_;
170 DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundController);
Ddesktop_background_controller_test_api.cc9 DesktopBackgroundController::TestAPI::TestAPI( in TestAPI()
10 DesktopBackgroundController* controller) in TestAPI()
14 void DesktopBackgroundController::TestAPI::set_wallpaper_reload_delay_for_test( in set_wallpaper_reload_delay_for_test()
Ddesktop_background_controller_test_api.h12 class DesktopBackgroundController::TestAPI {
14 explicit TestAPI(DesktopBackgroundController* controller);
19 DesktopBackgroundController* controller_;
Ddesktop_background_view.cc93 DesktopBackgroundController* controller = in OnPaint()
178 DesktopBackgroundController* controller = in CreateDesktopBackground()
/external/chromium_org/ash/accelerators/
Ddebug_commands.cc39 DesktopBackgroundController* desktop_background_controller = in CycleDesktopBackgroundMode()
/external/chromium_org/ash/
Dshell.h85 class DesktopBackgroundController; variable
352 DesktopBackgroundController* desktop_background_controller() { in desktop_background_controller()
653 scoped_ptr<DesktopBackgroundController> desktop_background_controller_;
Dshell.cc975 desktop_background_controller_.reset(new DesktopBackgroundController()); in Init()
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager_browsertest.cc69 DesktopBackgroundController::TestAPI(controller_) in SetUpOnMainThread()
136 DesktopBackgroundController* controller_;
Dwallpaper_manager.cc817 ash::DesktopBackgroundController::GetMaxDisplaySizeInNative(); in GetAppropriateResolution()
1867 ash::DesktopBackgroundController* dbc = in SetDefaultWallpaperPath()
/external/chromium_org/chrome/browser/chromeos/
Dcustomization_wallpaper_downloader_browsertest.cc249 ash::DesktopBackgroundController* controller_;