Home
last modified time | relevance | path

Searched refs:m_blockSelectionGapsBounds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h743 IntRect m_blockSelectionGapsBounds; variable
DRenderLayer.cpp3378 m_blockSelectionGapsBounds.unite(enclosingIntRect(bounds)); in addBlockSelectionGapsBounds()
3383 m_blockSelectionGapsBounds = IntRect(); in clearBlockSelectionGapsBounds()
3393 if (m_blockSelectionGapsBounds.isEmpty()) in repaintBlockSelectionGaps()
3396 LayoutRect rect = m_blockSelectionGapsBounds; in repaintBlockSelectionGaps()
3411 return !m_blockSelectionGapsBounds.isEmpty(); in hasBlockSelectionGapBounds()