HomeSort by relevance Sort by last modified time
    Searched refs:GetWallpaper (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 531 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(),
549 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(),
564 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(),
579 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(),
594 EXPECT_TRUE(ImageIsNearColor(controller_->GetWallpaper(),
611 EXPECT_TRUE(image.BackedBySameObjectAs(controller_->GetWallpaper()));
614 gfx::ImageSkia resized_image = controller_->GetWallpaper();
624 EXPECT_TRUE(resized_image.BackedBySameObjectAs(controller_->GetWallpaper()));
desktop_background_controller.h 94 gfx::ImageSkia GetWallpaper() const;
desktop_background_view.cc 97 gfx::ImageSkia wallpaper = controller->GetWallpaper();
187 if (controller->GetWallpaper().isNull())
desktop_background_controller.cc 170 gfx::ImageSkia DesktopBackgroundController::GetWallpaper() const {
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_browsertest.cc 178 gfx::ImageSkia wallpaper = controller_->GetWallpaper();
198 wallpaper = controller_->GetWallpaper();
210 wallpaper = controller_->GetWallpaper();

Completed in 40 milliseconds