Home
last modified time | relevance | path

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

/dports/www/py-django-otp/django-otp-1.0.4/src/django_otp/
H A Dmodels.py296 if (self.throttling_enabled and
339 def throttling_enabled(self): member in ThrottlingMixin
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/url_request/
H A Durl_request_context_builder.h274 void set_throttling_enabled(bool throttling_enabled) { in set_throttling_enabled() argument
275 throttling_enabled_ = throttling_enabled; in set_throttling_enabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Durl_request_context_builder.h274 void set_throttling_enabled(bool throttling_enabled) { in set_throttling_enabled() argument
275 throttling_enabled_ = throttling_enabled; in set_throttling_enabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dshill_property_handler.cc246 bool throttling_enabled, in SetNetworkThrottlingStatus() argument
251 throttling_enabled, in SetNetworkThrottlingStatus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dnetwork_handler.cc1320 bool throttling_enabled = offline || latency > 0 || download_throughput > 0 || in EmulateNetworkConditions() local
1322 if (throttling_enabled) { in EmulateNetworkConditions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dnetwork_handler.cc1368 bool throttling_enabled = offline || latency > 0 || download_throughput > 0 || in EmulateNetworkConditions() local
1370 if (throttling_enabled) { in EmulateNetworkConditions()