HomeSort by relevance Sort by last modified time
    Searched refs:shouldPaintSelectionGaps (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.cpp 52 if (m_renderBlock.hasOverflowClip() && !m_renderBlock.hasControlClip() && !(m_renderBlock.shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret())
428 if (m_renderBlock.shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 162 virtual bool shouldPaintSelectionGaps() const OVERRIDE FINAL;
RenderObject.h     [all...]
RenderBlock.cpp     [all...]
RenderLayer.cpp     [all...]

Completed in 579 milliseconds