Home
last modified time | relevance | path

Searched defs:killRing (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DTypingCommand.cpp50 …e, const String &textToInsert, bool selectInsertedText, TextGranularity granularity, bool killRing) in TypingCommand()
85 …:deleteKeyPressed(Document *document, bool smartDelete, TextGranularity granularity, bool killRing) in deleteKeyPressed()
103 …dDeleteKeyPressed(Document *document, bool smartDelete, TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed()
415 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing) in deleteKeyPressed()
507 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed()
DEditor.cpp226 …lectionController::EDirection direction, TextGranularity granularity, bool killRing, bool isTyping… in deleteWithDirection()