Home
last modified time | relevance | path

Searched refs:should_ignore_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/navigation_interception/
H A Dintercept_navigation_throttle.cc31 DCHECK(!should_ignore_); in WillStartRequest()
37 if (should_ignore_) in WillRedirectRequest()
45 if (should_ignore_) in WillProcessResponse()
91 should_ignore_ |= should_ignore; in RunCheckAsync()
H A Dintercept_navigation_throttle.h83 bool should_ignore_ = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/navigation_interception/
H A Dintercept_navigation_throttle.cc31 DCHECK(!should_ignore_); in WillStartRequest()
37 if (should_ignore_) in WillRedirectRequest()
45 if (should_ignore_) in WillProcessResponse()
91 should_ignore_ |= should_ignore; in RunCheckAsync()
H A Dintercept_navigation_throttle.h83 bool should_ignore_ = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/metrics/
H A Dframe_sorter.h33 bool should_ignore() const { return should_ignore_; } in should_ignore()
39 bool should_ignore_ = false; // Flags if there was a reset prior to acks. variable
H A Dframe_sorter.cc23 should_ignore_ = true; in OnReset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dpaint_timing_detector.h282 IgnorePaintTimingScope() : auto_reset_(&should_ignore_, true) {} in IgnorePaintTimingScope()
285 static bool ShouldIgnore() { return should_ignore_; } in ShouldIgnore()
289 static bool should_ignore_; variable
H A Dpaint_timing_detector.cc66 bool IgnorePaintTimingScope::should_ignore_ = false; member in blink::IgnorePaintTimingScope