Searched refs:selectionGapRectsForPaintInvalidation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSelectionInfo.h100 m_rects = block()->selectionGapRectsForPaintInvalidation(m_paintInvalidationContainer);
H A DRenderBlock.h163 GapRects selectionGapRectsForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const;
395 return selectionGapRectsForPaintInvalidation(paintInvalidationContainer);
H A DRenderBlock.cpp1841 GapRects RenderBlock::selectionGapRectsForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:blink::RenderBlock
H A DRenderLayer.cpp3010 LayoutRect gapRects = renderBlock->selectionGapRectsForPaintInvalidation(renderBlock);

Completed in 474 milliseconds