Home | History | Annotate | Download | only in editing

Lines Matching refs:m_absCaretBounds

1121     return m_absCaretBounds;
1156 IntRect oldAbsCaretBounds = m_absCaretBounds;
1158 m_absCaretBounds = absoluteBoundsForLocalRect(m_caretRect);
1161 if (oldAbsCaretBounds == m_absCaretBounds)