Home
last modified time | relevance | path

Searched refs:blockSelectionGapsBounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp1039 const IntRect blockSelectionGapsBounds = m_owningLayer.blockSelectionGapsBounds(); in updateScrollingBlockSelection() local
1040 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()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h182 IntRect blockSelectionGapsBounds() const;
DRenderLayer.cpp3233 IntRect RenderLayer::blockSelectionGapsBounds() const in blockSelectionGapsBounds() function in WebCore::RenderLayer