Searched refs:ShouldShowWallpaperSetting (Results 1 – 10 of 10) sorted by relevance
43 WallpaperControllerClient::Get()->ShouldShowWallpaperSetting()); in HandleIsWallpaperSettingVisible()
45 WallpaperControllerClient::Get()->ShouldShowWallpaperSetting()); in HandleIsWallpaperSettingVisible()
94 bool ShouldShowWallpaperSetting();
106 bool ShouldShowWallpaperSetting() override;
207 bool TestWallpaperController::ShouldShowWallpaperSetting() { in ShouldShowWallpaperSetting() function in TestWallpaperController
442 bool WallpaperControllerClient::ShouldShowWallpaperSetting() { in ShouldShowWallpaperSetting() function in WallpaperControllerClient443 return wallpaper_controller_->ShouldShowWallpaperSetting(); in ShouldShowWallpaperSetting()
268 virtual bool ShouldShowWallpaperSetting() = 0;
281 bool ShouldShowWallpaperSetting() override;
619 return ShouldShowWallpaperSetting() && in CanOpenWallpaperPicker()1342 bool WallpaperControllerImpl::ShouldShowWallpaperSetting() { in ShouldShowWallpaperSetting() function in ash::WallpaperControllerImpl
1477 EXPECT_FALSE(controller_->ShouldShowWallpaperSetting()); in TEST_F()