Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dweb_preferences.h327 net::EffectiveConnectionType low_priority_iframes_threshold; member
H A Dweb_preferences.cc230 low_priority_iframes_threshold(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in WebPreferences()
H A Dcommon_param_traits_macros.h243 IPC_STRUCT_TRAITS_MEMBER(low_priority_iframes_threshold)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/web_preferences/
H A Dweb_preferences.h304 net::EffectiveConnectionType low_priority_iframes_threshold; member
H A Dweb_preferences_mojom_traits.h730 static net::EffectiveConnectionType low_priority_iframes_threshold(
732 return r.low_priority_iframes_threshold;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/web_preferences/
H A Dweb_preferences.cc205 low_priority_iframes_threshold(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in WebPreferences()
H A Dweb_preferences_mojom_traits.cc168 &out->low_priority_iframes_threshold) || in Read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/webpreferences/
H A Dweb_preferences.mojom392 EffectiveConnectionType low_priority_iframes_threshold;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_view_impl.cc861 prefs.low_priority_iframes_threshold)); in ApplyWebPreferences()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc1687 prefs.low_priority_iframes_threshold)); in ApplyWebPreferences()