Home
last modified time | relevance | path

Searched refs:IsPrefetchingEnabledInSettings (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dprefetch_prefs.h36 bool IsPrefetchingEnabledInSettings(PrefService* prefs);
H A Dprefetch_prefs.cc45 bool IsPrefetchingEnabledInSettings(PrefService* prefs) { in IsPrefetchingEnabledInSettings() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dprefetch_prefs.h36 bool IsPrefetchingEnabledInSettings(PrefService* prefs);
H A Dprefetch_prefs.cc45 bool IsPrefetchingEnabledInSettings(PrefService* prefs) { in IsPrefetchingEnabledInSettings() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/offline_pages/android/
H A Dprefetch_configuration_impl_android.cc64 prefetch_prefs::IsPrefetchingEnabledInSettings(key->GetPrefs())); in JNI_PrefetchConfiguration_IsPrefetchingEnabledInSettings()