Home
last modified time | relevance | path

Searched refs:IsCustomBackgroundPrefValid (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/search/
H A Dinstant_service.h274 bool IsCustomBackgroundPrefValid(GURL& custom_background_url);
H A Dinstant_service.cc770 if (!IsCustomBackgroundPrefValid(custom_background_url)) { in ApplyOrResetCustomBackgroundNtpTheme()
861 if (!IsCustomBackgroundPrefValid(custom_background_url)) in IsCustomBackgroundSet()
933 bool InstantService::IsCustomBackgroundPrefValid(GURL& custom_background_url) { in IsCustomBackgroundPrefValid() function in InstantService