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 78 bool isCaretOrRange() const { return selectionType() != NoSelection; }
80 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 706 if (!selection.isCaretOrRange())
    [all...]
ReplaceSelectionCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 157 if (!selection.isCaretOrRange())
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 608 if (extendSelection && newSelection.isCaretOrRange()) {
    [all...]

Completed in 644 milliseconds