Home
last modified time | relevance | path

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

/external/chromium_org/ash/desktop_background/
Dwallpaper_resizer_unittest.cc99 WALLPAPER_LAYOUT_TILE, in TEST_F()
134 gfx::ImageSkia tile = Resize(image, target_size, WALLPAPER_LAYOUT_TILE); in TEST_F()
Ddesktop_background_controller.h40 WALLPAPER_LAYOUT_TILE enumerator
Dwallpaper_resizer.cc51 case WALLPAPER_LAYOUT_TILE: in Resize()
Ddesktop_background_view.cc181 } else if (wallpaper_layout == WALLPAPER_LAYOUT_TILE) { in OnPaint()
/external/chromium_org/chrome/browser/ui/ash/
Dsolid_color_user_wallpaper_delegate.cc63 ->SetWallpaperImage(wallpaper, ash::WALLPAPER_LAYOUT_TILE); in UpdateWallpaper()