Home
last modified time | relevance | path

Searched refs:was_throttled (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dplugin_instance_throttler_impl.cc101 bool was_throttled = IsThrottled(); in MarkPluginEssential() local
108 if (was_throttled) { in MarkPluginEssential()
211 bool was_throttled = IsThrottled(); in ConsumeInputEvent() local
213 return was_throttled; in ConsumeInputEvent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/serial/
H A Dsymbolserial.c131 bool was_throttled; in symbol_unthrottle() local
135 was_throttled = priv->actually_throttled; in symbol_unthrottle()
139 if (was_throttled) { in symbol_unthrottle()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/serial/
H A Dsymbolserial.c131 bool was_throttled; in symbol_unthrottle() local
135 was_throttled = priv->actually_throttled; in symbol_unthrottle()
139 if (was_throttled) { in symbol_unthrottle()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/serial/
H A Dsymbolserial.c131 bool was_throttled; in symbol_unthrottle() local
135 was_throttled = priv->actually_throttled; in symbol_unthrottle()
139 if (was_throttled) { in symbol_unthrottle()
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/common/utils/
H A Drestutil.py389 was_throttled = False
399 if was_throttled \
433 was_throttled = True
/dports/net/gsk/gsk-1.0.63/src/programs/
H A Dgsk-throttle-proxy.c93 gboolean was_throttled = side->throttled; in update_read_block() local
102 if (side->throttled && !was_throttled) in update_read_block()
107 else if (!side->throttled && was_throttled) in update_read_block()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/runtime/
H A Druntime_api.cc364 bool was_throttled = false; in ScheduleDelayedRestart() local
376 was_throttled = true; in ScheduleDelayedRestart()
385 return was_throttled ? RestartAfterDelayStatus::FAILED_THROTTLED in ScheduleDelayedRestart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/runtime/
H A Druntime_api.cc368 bool was_throttled = false; in ScheduleDelayedRestart() local
380 was_throttled = true; in ScheduleDelayedRestart()
389 return was_throttled ? RestartAfterDelayStatus::FAILED_THROTTLED in ScheduleDelayedRestart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/frame_sinks/
H A Dbegin_frame_source.cc159 const bool was_throttled = in SetIsGpuBusy() local
162 if (was_throttled) in SetIsGpuBusy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/frame_sinks/
H A Dbegin_frame_source.cc153 const bool was_throttled = in SetIsGpuBusy() local
156 if (was_throttled) in SetIsGpuBusy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dlocal_frame_view.cc4283 bool was_throttled = CanThrottleRendering(); in UpdateRenderThrottlingStatus() local
4286 if (was_throttled != CanThrottleRendering()) in UpdateRenderThrottlingStatus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dlocal_frame_view.cc4517 bool was_throttled = CanThrottleRendering(); in UpdateRenderThrottlingStatus() local
4520 if (was_throttled != CanThrottleRendering()) in UpdateRenderThrottlingStatus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument.cc7400 bool was_throttled = current_frame_is_throttled_; in RunPostAnimationFrameCallbacks() local
7402 if (was_throttled) in RunPostAnimationFrameCallbacks()