Searched defs:cacheSelection (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLTextAreaElement.h61 void cacheSelection(int s, int e) { m_cachedSelectionStart = s; m_cachedSelectionEnd = e; }; function in class:WebCore::HTMLTextAreaElement
H A DHTMLInputElement.cpp920 cacheSelection(max, max);
1248 void HTMLInputElement::cacheSelection(int start, int end) function in class:WebCore::HTMLInputElement
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlMultiLine.cpp114 void RenderTextControlMultiLine::cacheSelection(int start, int end) function in class:WebCore::RenderTextControlMultiLine
116 static_cast<HTMLTextAreaElement*>(node())->cacheSelection(start, end);
H A DRenderTextControlSingleLine.cpp709 void RenderTextControlSingleLine::cacheSelection(int start, int end) function in class:WebCore::RenderTextControlSingleLine
711 inputElement()->cacheSelection(start, end);
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.cpp160 cacheSelection(max, max);
326 void WMLInputElement::cacheSelection(int start, int end) function in class:WebCore::WMLInputElement

Completed in 353 milliseconds