OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCachedSelection
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.h
106
bool
hasCachedSelection
() const { return m_cachedSelectionStart >= 0; }
HTMLTextFormControlElement.cpp
343
if (document().focusedElement() != this &&
hasCachedSelection
())
363
if (document().focusedElement() != this &&
hasCachedSelection
())
401
if (document().focusedElement() != this &&
hasCachedSelection
())
431
if (!renderer() || !isTextFormControl() || !
hasCachedSelection
())
HTMLTextAreaElement.cpp
241
if (!restorePreviousSelection || !
hasCachedSelection
()) {
HTMLInputElement.cpp
342
if (!restorePreviousSelection || !
hasCachedSelection
())
[
all
...]
Completed in 28 milliseconds