Home
last modified time | relevance | path

Searched refs:repaintBlockSelectionGaps (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h322 void repaintBlockSelectionGaps();
DRenderView.cpp577 m_layer->repaintBlockSelectionGaps(); in clearSelection()
DRenderLayer.cpp3589 void RenderLayer::repaintBlockSelectionGaps() in scrollTo() function in WebCore::RenderLayer
3592 child->repaintBlockSelectionGaps(); in scrollTo()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2924661 (WebCore::RenderLayer::repaintBlockSelectionGaps): Added. Recursively invalidates the
24667 (WebCore::RenderView::clearSelection): Changed to call repaintBlockSelectionGaps().