Searched refs:killRing (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TypingCommand.cpp | 404 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing) in deleteKeyPressed() argument 431 if (killRing && selection->isCaret() && granularity != CharacterGranularity) in deleteKeyPressed() 496 if (killRing) in deleteKeyPressed() 508 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed() argument 533 if (killRing && selection->isCaret() && granularity != CharacterGranularity) in forwardDeleteKeyPressed() 588 if (killRing) in forwardDeleteKeyPressed()
|
D | TypingCommand.h | 75 void deleteKeyPressed(TextGranularity, bool killRing); 76 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
|
D | Editor.h | 122 … bool deleteWithDirection(SelectionDirection, TextGranularity, bool killRing, bool isTypingAction); 191 KillRing& killRing() const { return *m_killRing; } in killRing() function
|
D | Editor.cpp | 289 …rection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAct… in deleteWithDirection() argument 300 if (killRing) in deleteWithDirection() 309 if (killRing) in deleteWithDirection() 329 if (killRing) in deleteWithDirection() 1084 killRing().startNewSequence(); in addToKillRing() 1088 killRing().prepend(text); in addToKillRing() 1090 killRing().append(text); in addToKillRing()
|
D | EditorCommand.cpp | 1136 frame.editor().insertTextWithoutSendingTextEvent(frame.editor().killRing().yank(), false, 0); in executeYank() 1137 frame.editor().killRing().setToYankedState(); in executeYank() 1143 frame.editor().insertTextWithoutSendingTextEvent(frame.editor().killRing().yank(), true, 0); in executeYankAndSelect() 1144 frame.editor().killRing().setToYankedState(); in executeYankAndSelect()
|