Searched refs:blockSelectionGapsBounds (Results 1 – 3 of 3) sorted by relevance
1039 const IntRect blockSelectionGapsBounds = m_owningLayer.blockSelectionGapsBounds(); in updateScrollingBlockSelection() local1040 const bool shouldDrawContent = !blockSelectionGapsBounds.isEmpty(); in updateScrollingBlockSelection()1045 …const IntPoint position = blockSelectionGapsBounds.location() + m_owningLayer.scrollableArea()->ad… in updateScrollingBlockSelection()1046 …if (m_scrollingBlockSelectionLayer->size() == blockSelectionGapsBounds.size() && m_scrollingBlockS… in updateScrollingBlockSelection()1050 m_scrollingBlockSelectionLayer->setSize(blockSelectionGapsBounds.size()); in updateScrollingBlockSelection()1051 …m_scrollingBlockSelectionLayer->setOffsetFromRenderer(toIntSize(blockSelectionGapsBounds.location(… in updateScrollingBlockSelection()
182 IntRect blockSelectionGapsBounds() const;
3233 IntRect RenderLayer::blockSelectionGapsBounds() const in blockSelectionGapsBounds() function in WebCore::RenderLayer