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

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 36 DeleteSelection,
60 static void deleteSelection(Document*, Options = 0);
81 void deleteSelection(bool smartDelete);
TypingCommand.cpp 80 void TypingCommand::deleteSelection(Document* document, Options options)
94 lastTypingCommand->deleteSelection(options & SmartDelete);
98 TypingCommand::create(document, DeleteSelection, "", options)->apply();
291 case DeleteSelection:
292 deleteSelection(m_smartDelete);
561 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
643 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
648 void TypingCommand::deleteSelection(bool smartDelete)
650 CompositeEditCommand::deleteSelection(smartDelete);
651 typingAddedToOpenCommand(DeleteSelection);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 57 milliseconds