Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp468 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing) in deleteKeyPressed()
566 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed()
DEditor.h315 KillRing* killRing() const { return m_killRing.get(); } in killRing() function
DEditor.cpp291 …hDirection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTyping… in deleteWithDirection()