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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 79 bool isCaretOrRange() const { return selectionType() != NoSelection; }
81 bool isNonOrphanedCaretOrRange() const { return isCaretOrRange() && !start().isOrphan() && !end().isOrphan(); }
FrameSelection.h 148 bool isCaretOrRange() const { return m_selection.isCaretOrRange(); }
EditorCommand.cpp     [all...]
CompositeEditCommand.cpp     [all...]
EditingStyle.cpp 691 if (!selection.isCaretOrRange())
    [all...]
ReplaceSelectionCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 156 if (!selection.isCaretOrRange())
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 567 if (extendSelection && newSelection.isCaretOrRange()) {
    [all...]

Completed in 275 milliseconds