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

/external/webkit/WebCore/html/
H A DHTMLTextAreaElement.h87 void cacheSelection(int s, int e) { m_cachedSelectionStart = s; m_cachedSelectionEnd = e; }; function in class:WebCore::HTMLTextAreaElement
H A DHTMLInputElement.cpp1599 cacheSelection(max, max);
2517 void HTMLInputElement::cacheSelection(int start, int end) function in class:WebCore::HTMLInputElement
/external/webkit/WebCore/rendering/
H A DRenderTextControlMultiLine.cpp111 void RenderTextControlMultiLine::cacheSelection(int start, int end) function in class:WebCore::RenderTextControlMultiLine
113 static_cast<HTMLTextAreaElement*>(node())->cacheSelection(start, end);
H A DRenderTextControlSingleLine.cpp486 void RenderTextControlSingleLine::cacheSelection(int start, int end) function in class:WebCore::RenderTextControlSingleLine
488 inputElement()->cacheSelection(start, end);
/external/webkit/WebCore/wml/
H A DWMLInputElement.cpp154 cacheSelection(max, max);
315 void WMLInputElement::cacheSelection(int start, int end) function in class:WebCore::WMLInputElement

Completed in 135 milliseconds