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

  /external/chromium_org/ash/test/
test_user_wallpaper_delegate.cc 27 int TestUserWallpaperDelegate::GetUpdateWallpaperCountAndReset() {
test_user_wallpaper_delegate.h 28 int GetUpdateWallpaperCountAndReset();
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 456 EXPECT_EQ(0, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
462 EXPECT_EQ(0, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
468 EXPECT_EQ(1, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
475 EXPECT_EQ(1, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
481 EXPECT_EQ(1, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
487 EXPECT_EQ(1, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
494 EXPECT_EQ(1, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
500 EXPECT_EQ(1, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
505 EXPECT_EQ(1, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
510 EXPECT_EQ(0, wallpaper_delegate_->GetUpdateWallpaperCountAndReset());
    [all...]

Completed in 906 milliseconds