Home
last modified time | relevance | path

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

/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller_unittest.cc531 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(), in TEST_F()
549 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(), in TEST_F()
564 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(), in TEST_F()
579 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(), in TEST_F()
594 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(), in TEST_F()
611 EXPECT_TRUE(image.BackedBySameObjectAs(controller_->GetWallpaper())); in TEST_F()
614 gfx::ImageSkia resized_image = controller_->GetWallpaper(); in TEST_F()
624 EXPECT_TRUE(resized_image.BackedBySameObjectAs(controller_->GetWallpaper())); in TEST_F()
Ddesktop_background_view.cc97 gfx::ImageSkia wallpaper = controller->GetWallpaper(); in OnPaint()
187 if (controller->GetWallpaper().isNull()) in CreateDesktopBackground()
Ddesktop_background_controller.h94 gfx::ImageSkia GetWallpaper() const;
Ddesktop_background_controller.cc170 gfx::ImageSkia DesktopBackgroundController::GetWallpaper() const { in GetWallpaper() function in ash::DesktopBackgroundController
/external/chromium_org/chrome/browser/chromeos/login/
Dwallpaper_manager_browsertest.cc178 gfx::ImageSkia wallpaper = controller_->GetWallpaper(); in IN_PROC_BROWSER_TEST_F()
198 wallpaper = controller_->GetWallpaper(); in IN_PROC_BROWSER_TEST_F()
210 wallpaper = controller_->GetWallpaper(); in IN_PROC_BROWSER_TEST_F()