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

  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.h 61 void cacheSelection(int s, int e) { m_cachedSelectionStart = s; m_cachedSelectionEnd = e; };
76 virtual int cachedSelectionStart() const { return m_cachedSelectionStart; }
110 int m_cachedSelectionStart;
  /external/webkit/Source/WebCore/dom/
InputElement.h 134 int cachedSelectionStart() const { return m_cachedSelectionStart; }
135 void setCachedSelectionStart(int value) { m_cachedSelectionStart = value; }
155 int m_cachedSelectionStart;

Completed in 456 milliseconds