Home
last modified time | relevance | path

Searched refs:ConnectedToView (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/display_lock/
H A Ddisplay_lock_context.cc206 state_ == ESubtreeVisibility::kAuto && ConnectedToView(); in UpdateActivationObservationIfNeeded()
256 if (!ConnectedToView()) in Lock()
373 DCHECK(ConnectedToView()); in CommitForActivationWithSignal()
395 if (ConnectedToView()) in NotifyIsIntersectingViewport()
408 if (!ConnectedToView()) { in NotifyIsNotIntersectingViewport()
476 if (!ConnectedToView()) in Unlock()
647 DCHECK(ConnectedToView()); in MarkPaintLayerNeedsRepaint()
661 if (!ConnectedToView()) in MarkForCompositingUpdatesIfNeeded()
872 bool DisplayLockContext::ConnectedToView() const { in ConnectedToView() function in blink::DisplayLockContext
885 if (!ConnectedToView()) { in DetermineIfSubtreeHasFocus()
[all …]
H A Ddisplay_lock_context.h287 bool ConnectedToView() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/display_lock/
H A Ddisplay_lock_context.cc229 state_ == EContentVisibility::kAuto && ConnectedToView(); in UpdateActivationObservationIfNeeded()
283 if (!ConnectedToView()) in Lock()
393 DCHECK(ConnectedToView()); in CommitForActivationWithSignal()
434 if (ConnectedToView()) in NotifyIsIntersectingViewport()
449 if (!ConnectedToView()) { in NotifyIsNotIntersectingViewport()
518 if (!ConnectedToView()) in Unlock()
692 DCHECK(ConnectedToView()); in MarkNeedsRepaintAndPaintArtifactCompositorUpdate()
702 if (!ConnectedToView()) in MarkForCompositingUpdatesIfNeeded()
955 bool DisplayLockContext::ConnectedToView() const { in ConnectedToView() function in blink::DisplayLockContext
968 if (!ConnectedToView()) { in DetermineIfSubtreeHasFocus()
[all …]
H A Ddisplay_lock_context.h289 bool ConnectedToView() const;