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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.h 57 bool shouldUpdateCaretRect() const { return m_caretRectNeedsUpdate; }
58 void setCaretRectNeedsUpdate() { m_caretRectNeedsUpdate = true; }
70 bool m_caretRectNeedsUpdate; // true if m_caretRect (and m_absCaretBounds in FrameSelection) need to be calculated
Caret.cpp 40 : m_caretRectNeedsUpdate(true)
138 m_caretRectNeedsUpdate = false;
226 m_caretRectNeedsUpdate = true;

Completed in 41 milliseconds