Searched refs:WALLPAPER_LAYOUT_STRETCH (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/ash/desktop_background/ |
D | wallpaper_resizer_unittest.cc | 101 WALLPAPER_LAYOUT_STRETCH, in TEST_F() 135 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH); in TEST_F() 151 WallpaperResizer resizer(image, gfx::Size(10, 20), WALLPAPER_LAYOUT_STRETCH); in TEST_F()
|
D | desktop_background_controller.h | 39 WALLPAPER_LAYOUT_STRETCH, enumerator
|
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 | wallpaper_resizer.cc | 57 case WALLPAPER_LAYOUT_STRETCH: in Resize()
|
D | desktop_background_view.cc | 145 } else if (wallpaper_layout == WALLPAPER_LAYOUT_STRETCH) { in OnPaint()
|
/external/chromium_org/ash/test/ |
D | test_user_wallpaper_delegate.cc | 22 custom_wallpaper_, WALLPAPER_LAYOUT_STRETCH); in UpdateWallpaper()
|
/external/chromium_org/ash/accelerators/ |
D | debug_commands.cc | 49 WALLPAPER_LAYOUT_STRETCH); in CycleDesktopBackgroundMode()
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | wallpaper_api.cc | 170 ash::WALLPAPER_LAYOUT_STRETCH, in GenerateThumbnail()
|
D | wallpaper_private_api.cc | 304 if (params->layout != wallpaper_private::WALLPAPER_LAYOUT_STRETCH && in RunImpl() 579 ash::WALLPAPER_LAYOUT_STRETCH, in GenerateThumbnail()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | wallpaper_manager.cc | 372 } else if (layout == ash::WALLPAPER_LAYOUT_STRETCH) { in ResizeWallpaper() 802 if (info.layout != ash::WALLPAPER_LAYOUT_STRETCH && in LoadWallpaper() 1032 ash::WALLPAPER_LAYOUT_STRETCH, in SaveCustomWallpaper()
|