Home
last modified time | relevance | path

Searched defs:cachedSelectionStart (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.h76 virtual int cachedSelectionStart() const { return m_cachedSelectionStart; } in cachedSelectionStart() function
DHTMLInputElement.h294 virtual int cachedSelectionStart() const { return m_data.cachedSelectionStart(); } in cachedSelectionStart() function
/external/webkit/Source/WebCore/dom/
DInputElement.h134 int cachedSelectionStart() const { return m_cachedSelectionStart; } in cachedSelectionStart() function