Home
last modified time | relevance | path

Searched refs:cacheSelection (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTextControlMultiLine.cpp114 void RenderTextControlMultiLine::cacheSelection(int start, int end) in cacheSelection() function in WebCore::RenderTextControlMultiLine
116 static_cast<HTMLTextAreaElement*>(node())->cacheSelection(start, end); in cacheSelection()
DRenderTextControlMultiLine.h49 virtual void cacheSelection(int start, int end);
DRenderTextControl.h78 virtual void cacheSelection(int start, int end) = 0;
DRenderTextControlSingleLine.h95 virtual void cacheSelection(int start, int end);
DRenderTextControl.cpp248 control->cacheSelection(start, end); in setSelectionRange()
603 cacheSelection(selectionStart(), selectionEnd()); in selectionChanged()
DRenderTextControlSingleLine.cpp709 void RenderTextControlSingleLine::cacheSelection(int start, int end) in cacheSelection() function in WebCore::RenderTextControlSingleLine
711 inputElement()->cacheSelection(start, end); in cacheSelection()
/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.h61 void cacheSelection(int s, int e) { m_cachedSelectionStart = s; m_cachedSelectionEnd = e; }; in cacheSelection() function
DHTMLInputElement.h267 virtual void cacheSelection(int start, int end);
DHTMLInputElement.cpp916 cacheSelection(max, max); in setValue()
1244 void HTMLInputElement::cacheSelection(int start, int end) in cacheSelection() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/wml/
DWMLInputElement.h90 virtual void cacheSelection(int start, int end);
DWMLInputElement.cpp160 cacheSelection(max, max); in setValue()
326 void WMLInputElement::cacheSelection(int start, int end) in cacheSelection() function in WebCore::WMLInputElement
/external/webkit/Source/WebCore/dom/
DInputElement.h71 virtual void cacheSelection(int start, int end) = 0;
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1651812 (WebCore::WMLInputElement::cacheSelection):
52006 … (WebCore::HTMLInputElement::cacheSelection): Move functionality to InputElement::cacheSelection.
52028 (WebCore::RenderTextControlSingleLine::cacheSelection):
59811 (WebCore::RenderTextControlMultiLine::cacheSelection):
59836 (WebCore::RenderTextControlSingleLine::cacheSelection):
DChangeLog-2006-12-3147762 * html/HTMLInputElement.h: (WebCore::HTMLInputElement::cacheSelection): Added.
47769 * html/HTMLTextAreaElement.h: (WebCore::HTMLTextAreaElement::cacheSelection): Added.
DChangeLog2837 (WebCore::HTMLInputElement::cacheSelection):