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.h727 IntRect m_blockSelectionGapsBounds; variable
DRenderLayer.cpp2971 m_blockSelectionGapsBounds.unite(enclosingIntRect(bounds)); in addBlockSelectionGapsBounds()
2977 m_blockSelectionGapsBounds = IntRect(); in clearBlockSelectionGapsBounds()
2988 if (m_blockSelectionGapsBounds.isEmpty()) in invalidatePaintForBlockSelectionGaps()
2991 LayoutRect rect = m_blockSelectionGapsBounds; in invalidatePaintForBlockSelectionGaps()