Home
last modified time | relevance | path

Searched refs:WALLPAPER_LAYOUT_TILE (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ash/desktop_background/
Dwallpaper_resizer_unittest.cc102 WALLPAPER_LAYOUT_TILE, in TEST_F()
137 gfx::ImageSkia tile = Resize(image, target_size, WALLPAPER_LAYOUT_TILE); in TEST_F()
Ddesktop_background_controller.h41 WALLPAPER_LAYOUT_TILE, enumerator
Dwallpaper_resizer.cc52 case WALLPAPER_LAYOUT_TILE: in Resize()
Ddesktop_background_view.cc143 } else if (wallpaper_layout == WALLPAPER_LAYOUT_TILE) { in OnPaint()
Ddesktop_background_controller.cc218 WallpaperLayout resource_layout = WALLPAPER_LAYOUT_TILE; in SetDefaultWallpaper()
/external/chromium_org/chrome/browser/ui/ash/
Duser_wallpaper_delegate_win.cc52 SetCustomWallpaper(wallpaper, ash::WALLPAPER_LAYOUT_TILE); in UpdateWallpaper()