Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.h61 void cacheSelection(int s, int e) { m_cachedSelectionStart = s; m_cachedSelectionEnd = e; }; in cacheSelection() function
DHTMLInputElement.cpp1244 void HTMLInputElement::cacheSelection(int start, int end) in cacheSelection() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/rendering/
DRenderTextControlMultiLine.cpp114 void RenderTextControlMultiLine::cacheSelection(int start, int end) in cacheSelection() function in WebCore::RenderTextControlMultiLine
DRenderTextControlSingleLine.cpp709 void RenderTextControlSingleLine::cacheSelection(int start, int end) in cacheSelection() function in WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebCore/wml/
DWMLInputElement.cpp326 void WMLInputElement::cacheSelection(int start, int end) in cacheSelection() function in WebCore::WMLInputElement