Searched defs:killRing (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/editing/ |
D | TypingCommand.cpp | 50 …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()
|
D | Editor.cpp | 226 …lectionController::EDirection direction, TextGranularity granularity, bool killRing, bool isTyping… in deleteWithDirection()
|