Searched refs:m_blockSelectionGapsBounds (Results 1 – 2 of 2) sorted by relevance
743 IntRect m_blockSelectionGapsBounds; variable
3378 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()