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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 185 bool shouldDeleteSelection(const VisibleSelection&) const;
TypingCommand.cpp 493 if (selectionToDelete.isCaret() || !frame->selection()->shouldDeleteSelection(selectionToDelete))
586 if (selectionToDelete.isCaret() || !frame->selection()->shouldDeleteSelection(selectionToDelete))
FrameSelection.cpp     [all...]

Completed in 56 milliseconds