Searched refs:hasViewportConstrainedPosition (Results 1 – 4 of 4) sorted by relevance
80 if (style()->hasViewportConstrainedPosition()) in willBeDestroyed()173 bool newStyleIsViewportConstained = style()->hasViewportConstrainedPosition(); in styleDidChange()174 bool oldStyleIsViewportConstrained = oldStyle && oldStyle->hasViewportConstrainedPosition(); in styleDidChange()
490 if (renderer()->style()->hasViewportConstrainedPosition()) in updateLayerPositionsAfterScroll()
1449 if (!renderer->style()->hasViewportConstrainedPosition()) in scrollContentsFastPath()
457 …bool hasViewportConstrainedPosition() const { return position() == FixedPosition || position() == … in hasViewportConstrainedPosition() function