Searched refs:scrollsOverflow (Results 1 – 13 of 13) sorted by relevance
138 if (parentLayerOnContainingBlockChain->scrollsOverflow()) in updateRecursive()163 if (layer->scrollsOverflow()) in updateRecursive()
696 if (m_owningLayer.scrollableArea() && m_owningLayer.scrollableArea()->scrollsOverflow()) in updateGraphicsLayerGeometry()
172 bool scrollsOverflow() const { return m_scrollsOverflow; } in scrollsOverflow() function
393 bool onlyScrolledCompositedLayers = scrollsOverflow() in setScrollOffset()1416 if (didScrollOverflow == scrollsOverflow()) in updateScrollableAreaSet()1453 return layer->scrollsOverflow() in layerNeedsCompositedScrolling()
398 bool scrollsOverflow() const;
485 bool scrollsOverflow() const { return scrollsOverflowX() || scrollsOverflowY(); } in scrollsOverflow() function
3554 bool RenderLayer::scrollsOverflow() const in scrollsOverflow() function in blink::RenderLayer3557 return scrollableArea->scrollsOverflow(); in scrollsOverflow()3649 if (renderBox() && renderBox()->scrollsOverflow()) { in computeSelfHitTestRects()
929 …ndant->isReplaced() || (cellDescendant->isBox() && toRenderBox(cellDescendant)->scrollsOverflow()); in shouldFlexCellChild()
2353 if (!scrollsOverflow()) in isPointInOverflowControl()
690 if (scrollsOverflow() && hasScrollableOverflow) in canBeProgramaticallyScrolled()
377 ASSERT(!scrollsOverflow()); in layout()
800 if (parent->scrollsOverflow()) in accumulateDocumentTouchEventTargetRects()
1339 if (scrollableArea->scrollsOverflow()) in associatedScrollableArea()3798 if (renderer->isBox() && toRenderBox(renderer)->scrollsOverflow()) in computeEffectiveTouchAction()