Home
last modified time | relevance | path

Searched refs:IsCustomBackgroundDisabledByPolicy (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/search/
H A Dlocal_ntp_backgrounds_browsertest.cc473 EXPECT_FALSE(instant_service->IsCustomBackgroundDisabledByPolicy()); in IN_PROC_BROWSER_TEST_F()
485 EXPECT_TRUE(observer.IsCustomBackgroundDisabledByPolicy()); in IN_PROC_BROWSER_TEST_F()
497 EXPECT_FALSE(observer.IsCustomBackgroundDisabledByPolicy()); in IN_PROC_BROWSER_TEST_F()
506 EXPECT_FALSE(observer.IsCustomBackgroundDisabledByPolicy()); in IN_PROC_BROWSER_TEST_F()
H A Dlocal_ntp_browsertest_base.h34 bool IsCustomBackgroundDisabledByPolicy();
H A Dlocal_ntp_browsertest_base.cc86 bool TestInstantServiceObserver::IsCustomBackgroundDisabledByPolicy() { in IsCustomBackgroundDisabledByPolicy() function in TestInstantServiceObserver
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/search/
H A Dinstant_service.cc406 IsCustomBackgroundDisabledByPolicy(); in UpdateNtpTheme()
434 if (IsCustomBackgroundDisabledByPolicy()) { in SetCustomBackgroundInfo()
485 if (IsCustomBackgroundDisabledByPolicy()) { in SelectLocalBackgroundImage()
843 bool InstantService::IsCustomBackgroundDisabledByPolicy() { in IsCustomBackgroundDisabledByPolicy() function in InstantService
H A Dinstant_service.h176 bool IsCustomBackgroundDisabledByPolicy();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/new_tab_page/
H A Dnew_tab_page_ui.cc316 instant_service_->IsCustomBackgroundDisabledByPolicy()); in NewTabPageUI()