Searched refs:SetCustomWallpaper (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ash/accelerators/ |
D | debug_commands.cc | 47 desktop_background_controller->SetCustomWallpaper( in CycleDesktopBackgroundMode() 52 desktop_background_controller->SetCustomWallpaper( in CycleDesktopBackgroundMode() 57 desktop_background_controller->SetCustomWallpaper( in CycleDesktopBackgroundMode()
|
/external/chromium_org/ash/test/ |
D | test_user_wallpaper_delegate.cc | 21 Shell::GetInstance()->desktop_background_controller()->SetCustomWallpaper( in UpdateWallpaper()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | user_wallpaper_delegate_win.cc | 52 SetCustomWallpaper(wallpaper, ash::WALLPAPER_LAYOUT_TILE); in UpdateWallpaper()
|
/external/chromium_org/ash/desktop_background/ |
D | desktop_background_controller.h | 109 void SetCustomWallpaper(const gfx::ImageSkia& image, WallpaperLayout layout);
|
D | desktop_background_controller_unittest.cc | 445 controller_->SetCustomWallpaper(image, WALLPAPER_LAYOUT_STRETCH); in TEST_F() 610 controller_->SetCustomWallpaper(image, WALLPAPER_LAYOUT_STRETCH); in TEST_F() 621 controller_->SetCustomWallpaper(image, WALLPAPER_LAYOUT_STRETCH); in TEST_F()
|
D | desktop_background_controller.cc | 248 void DesktopBackgroundController::SetCustomWallpaper( in SetCustomWallpaper() function in ash::DesktopBackgroundController
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | wallpaper_manager.cc | 417 void WallpaperManager::SetCustomWallpaper(const std::string& username, in SetCustomWallpaper() function in chromeos::WallpaperManager 464 SetCustomWallpaper(wallpaper.image(), layout); in SetCustomWallpaper() 548 SetCustomWallpaper(user_wallpaper, info.layout); in SetUserWallpaper() 593 SetCustomWallpaper(wallpaper, layout); in SetWallpaperFromImageSkia() 996 SetCustomWallpaper(wallpaper.image(), layout); in OnWallpaperDecoded()
|
D | wallpaper_manager.h | 164 void SetCustomWallpaper(const std::string& username,
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | wallpaper_private_api.h | 139 scoped_ptr<extensions::api::wallpaper_private::SetCustomWallpaper::Params>
|
D | wallpaper_api.cc | 137 wallpaper_manager->SetCustomWallpaper(email_, in OnWallpaperDecoded()
|
D | wallpaper_private_api.cc | 43 namespace set_custom_wallpaper = wallpaper_private::SetCustomWallpaper; 546 wallpaper_manager->SetCustomWallpaper(email_, in OnWallpaperDecoded()
|