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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.h 101 m_cachedSelectionStart = start;
107 bool hasCachedSelection() const { return m_cachedSelectionStart >= 0; }
140 int m_cachedSelectionStart;
HTMLTextFormControlElement.cpp 56 , m_cachedSelectionStart(-1)
356 return m_cachedSelectionStart;
446 int start = m_cachedSelectionStart;
484 setSelectionRange(m_cachedSelectionStart, m_cachedSelectionEnd, m_cachedSelectionDirection);

Completed in 390 milliseconds