Home
last modified time | relevance | path

Searched refs:ShouldShowWallpaperSetting (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/chromeos/
H A Dwallpaper_handler.cc43 WallpaperControllerClient::Get()->ShouldShowWallpaperSetting()); in HandleIsWallpaperSettingVisible()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/chromeos/
H A Dwallpaper_handler.cc45 WallpaperControllerClient::Get()->ShouldShowWallpaperSetting()); in HandleIsWallpaperSettingVisible()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Dwallpaper_controller_client.h94 bool ShouldShowWallpaperSetting();
H A Dtest_wallpaper_controller.h106 bool ShouldShowWallpaperSetting() override;
H A Dtest_wallpaper_controller.cc207 bool TestWallpaperController::ShouldShowWallpaperSetting() { in ShouldShowWallpaperSetting() function in TestWallpaperController
H A Dwallpaper_controller_client.cc442 bool WallpaperControllerClient::ShouldShowWallpaperSetting() { in ShouldShowWallpaperSetting() function in WallpaperControllerClient
443 return wallpaper_controller_->ShouldShowWallpaperSetting(); in ShouldShowWallpaperSetting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dwallpaper_controller.h268 virtual bool ShouldShowWallpaperSetting() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_controller_impl.h281 bool ShouldShowWallpaperSetting() override;
H A Dwallpaper_controller_impl.cc619 return ShouldShowWallpaperSetting() && in CanOpenWallpaperPicker()
1342 bool WallpaperControllerImpl::ShouldShowWallpaperSetting() { in ShouldShowWallpaperSetting() function in ash::WallpaperControllerImpl
H A Dwallpaper_controller_unittest.cc1477 EXPECT_FALSE(controller_->ShouldShowWallpaperSetting()); in TEST_F()