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

  /external/webkit/Source/WebCore/editing/
SelectionController.h 166 bool shouldDeleteSelection(const VisibleSelection&) const;
TypingCommand.cpp 551 if (selectionToDelete.isCaret() || !document()->frame()->selection()->shouldDeleteSelection(selectionToDelete))
636 if (selectionToDelete.isCaret() || !document()->frame()->selection()->shouldDeleteSelection(selectionToDelete))
SelectionController.cpp     [all...]

Completed in 108 milliseconds