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

/external/webkit/WebCore/dom/
H A DInputElement.h105 int cachedSelectionStart() const { return m_cachedSelectionStart; } function in class:WebCore::InputElementData
/external/webkit/WebCore/html/
H A DHTMLTextAreaElement.h101 virtual int cachedSelectionStart() const { return m_cachedSelectionStart; } function in class:WebCore::HTMLTextAreaElement
H A DHTMLInputElement.h289 virtual int cachedSelectionStart() const { return m_data.cachedSelectionStart(); } function in class:WebCore::HTMLInputElement

Completed in 154 milliseconds