Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLayer.h319 void repaintBlockSelectionGaps();
DRenderView.cpp563 m_layer->repaintBlockSelectionGaps(); in clearSelection()
DRenderLayer.cpp2925 void RenderLayer::repaintBlockSelectionGaps() in repaintBlockSelectionGaps() function in WebCore::RenderLayer
2928 child->repaintBlockSelectionGaps(); in repaintBlockSelectionGaps()
/external/webkit/WebCore/
DChangeLog-2010-01-2924661 (WebCore::RenderLayer::repaintBlockSelectionGaps): Added. Recursively invalidates the
24667 (WebCore::RenderView::clearSelection): Changed to call repaintBlockSelectionGaps().