Searched defs:shouldPaintSelectionGaps (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h931 virtual bool shouldPaintSelectionGaps() const { return false; } function in class:blink::RenderObject
H A DRenderBlock.cpp1810 bool RenderBlock::shouldPaintSelectionGaps() const function in class:blink::RenderBlock
1845 if (!shouldPaintSelectionGaps())
1964 bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventually we won't special-case table like this.

Completed in 97 milliseconds