Searched refs:cachedSelectionStart (Results 1 – 10 of 10) sorted by relevance
686 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()
294 virtual int cachedSelectionStart() const { return m_data.cachedSelectionStart(); } in cachedSelectionStart() function
76 virtual int cachedSelectionStart() const { return m_cachedSelectionStart; } in cachedSelectionStart() function
230 virtual int cachedSelectionStart() const = 0;
85 if (!restorePreviousSelection || data.cachedSelectionStart() == -1) in updateFocusAppearance()89 …updateSelectionRange(inputElement, element, data.cachedSelectionStart(), data.cachedSelectionEnd()… in updateFocusAppearance()
134 int cachedSelectionStart() const { return m_cachedSelectionStart; } in cachedSelectionStart() function
463 cursorPosition = m_data.cachedSelectionStart(); in isConformedToInputMask()
51333 - Introduce cachedSelectionStart() and cachedSelectionEnd().51357 (WebCore::HTMLInputElement::cachedSelectionStart):51362 (WebCore::HTMLTextAreaElement::cachedSelectionStart):
2856 (WebCore::HTMLInputElement::cachedSelectionStart):
51981 (WebCore::InputElementData::cachedSelectionStart):