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

  /external/webkit/Source/WebCore/editing/
SetSelectionCommand.cpp 45 if (selectionController->shouldChangeSelection(m_selectionToSet) && m_selectionToSet.isNonOrphanedCaretOrRange()) {
56 if (selectionController->shouldChangeSelection(startingSelection()) && startingSelection().isNonOrphanedCaretOrRange())
RemoveFormatCommand.cpp 82 if (!frame->selection()->selection().isNonOrphanedCaretOrRange())
VisibleSelection.h 78 bool isNonOrphanedCaretOrRange() const { return isCaretOrRange() && !start().isOrphan() && !end().isOrphan(); }
InsertLineBreakCommand.cpp 92 if (!selection.isNonOrphanedCaretOrRange())
InsertTextCommand.cpp 110 if (!endingSelection().isNonOrphanedCaretOrRange())
ApplyBlockElementCommand.cpp 58 if (!endingSelection().isNonOrphanedCaretOrRange())
InsertParagraphSeparatorCommand.cpp 149 if (!endingSelection().isNonOrphanedCaretOrRange())
InsertListCommand.cpp 108 if (!endingSelection().isNonOrphanedCaretOrRange())
TypingCommand.cpp 283 if (!endingSelection().isNonOrphanedCaretOrRange())
ReplaceSelectionCommand.cpp     [all...]
EditorCommand.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 388 if (!selection->selection().isNonOrphanedCaretOrRange()
399 // selection->selection().isNonOrphanedCaretOrRange() would have returned false
    [all...]

Completed in 88 milliseconds