HomeSort by relevance Sort by last modified time
    Searched refs:hasCachedSelection (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.h 107 bool hasCachedSelection() const { return m_cachedSelectionStart >= 0; }
HTMLTextFormControlElement.cpp 355 if (document()->focusedElement() != this && hasCachedSelection())
375 if (document()->focusedElement() != this && hasCachedSelection())
413 if (document()->focusedElement() != this && hasCachedSelection())
443 if (!renderer() || !isTextFormControl() || !hasCachedSelection())
HTMLTextAreaElement.cpp 247 if (!restorePreviousSelection || !hasCachedSelection()) {
HTMLInputElement.cpp 372 if (!restorePreviousSelection || !hasCachedSelection())
    [all...]

Completed in 347 milliseconds