Home
last modified time | relevance | path

Searched refs:cachedSelectionStart (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp686 if (document()->focusedNode() != this && cachedSelectionStart() >= 0) in selectionStart()
687 return cachedSelectionStart(); in selectionStart()
706 … if (!renderer() || !isTextFormControl() || cachedSelectionStart() < 0 || cachedSelectionEnd() < 0) in selection()
708 return toRenderTextControl(renderer())->selection(cachedSelectionStart(), cachedSelectionEnd()); in selection()
DHTMLInputElement.h294 virtual int cachedSelectionStart() const { return m_data.cachedSelectionStart(); } in cachedSelectionStart() function
DHTMLTextAreaElement.h76 virtual int cachedSelectionStart() const { return m_cachedSelectionStart; } in cachedSelectionStart() function
DHTMLFormControlElement.h230 virtual int cachedSelectionStart() const = 0;
/external/webkit/Source/WebCore/dom/
DInputElement.cpp85 if (!restorePreviousSelection || data.cachedSelectionStart() == -1) in updateFocusAppearance()
89 …updateSelectionRange(inputElement, element, data.cachedSelectionStart(), data.cachedSelectionEnd()… in updateFocusAppearance()
DInputElement.h134 int cachedSelectionStart() const { return m_cachedSelectionStart; } in cachedSelectionStart() function
/external/webkit/Source/WebCore/wml/
DWMLInputElement.cpp463 cursorPosition = m_data.cachedSelectionStart(); in isConformedToInputMask()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2951333 - Introduce cachedSelectionStart() and cachedSelectionEnd().
51357 (WebCore::HTMLInputElement::cachedSelectionStart):
51362 (WebCore::HTMLTextAreaElement::cachedSelectionStart):
DChangeLog2856 (WebCore::HTMLInputElement::cachedSelectionStart):
DChangeLog-2009-06-1651981 (WebCore::InputElementData::cachedSelectionStart):