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

  /external/webkit/WebCore/page/
Frame.h 236 bool shouldDeleteSelection(const VisibleSelection&) const;
Frame.cpp 852 bool Frame::shouldDeleteSelection(const VisibleSelection& selection) const
    [all...]
  /external/webkit/WebCore/editing/
TypingCommand.cpp 496 if (selectionToDelete.isCaret() || !document()->frame()->shouldDeleteSelection(selectionToDelete))
579 if (selectionToDelete.isCaret() || !document()->frame()->shouldDeleteSelection(selectionToDelete))

Completed in 44 milliseconds