Home
last modified time | relevance | path

Searched refs:SetCustomWallpaper (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ash/accelerators/
Ddebug_commands.cc47 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/
Dtest_user_wallpaper_delegate.cc21 Shell::GetInstance()->desktop_background_controller()->SetCustomWallpaper( in UpdateWallpaper()
/external/chromium_org/chrome/browser/ui/ash/
Duser_wallpaper_delegate_win.cc52 SetCustomWallpaper(wallpaper, ash::WALLPAPER_LAYOUT_TILE); in UpdateWallpaper()
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.h109 void SetCustomWallpaper(const gfx::ImageSkia& image, WallpaperLayout layout);
Ddesktop_background_controller_unittest.cc445 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()
Ddesktop_background_controller.cc248 void DesktopBackgroundController::SetCustomWallpaper( in SetCustomWallpaper() function in ash::DesktopBackgroundController
/external/chromium_org/chrome/browser/chromeos/login/
Dwallpaper_manager.cc417 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()
Dwallpaper_manager.h164 void SetCustomWallpaper(const std::string& username,
/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_private_api.h139 scoped_ptr<extensions::api::wallpaper_private::SetCustomWallpaper::Params>
Dwallpaper_api.cc137 wallpaper_manager->SetCustomWallpaper(email_, in OnWallpaperDecoded()
Dwallpaper_private_api.cc43 namespace set_custom_wallpaper = wallpaper_private::SetCustomWallpaper;
546 wallpaper_manager->SetCustomWallpaper(email_, in OnWallpaperDecoded()