Searched refs:killRing (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | TypingCommand.h | 79 void deleteKeyPressed(TextGranularity, bool killRing); 80 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
|
D | TypingCommand.cpp | 468 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing) in deleteKeyPressed() argument 491 if (killRing && selection.isCaret() && granularity != CharacterGranularity) in deleteKeyPressed() 554 if (killRing) in deleteKeyPressed() 566 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed() argument 587 if (killRing && selection.isCaret() && granularity != CharacterGranularity) in forwardDeleteKeyPressed() 639 if (killRing) in forwardDeleteKeyPressed()
|
D | Editor.h | 157 … bool deleteWithDirection(SelectionDirection, TextGranularity, bool killRing, bool isTypingAction); 315 KillRing* killRing() const { return m_killRing.get(); } in killRing() function
|
D | Editor.cpp | 291 …rection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAct… in deleteWithDirection() argument 301 if (killRing) in deleteWithDirection() 310 if (killRing) in deleteWithDirection() 328 if (killRing) in deleteWithDirection() 2551 killRing()->startNewSequence(); in addToKillRing() 2555 killRing()->prepend(text); in addToKillRing() 2557 killRing()->append(text); in addToKillRing()
|
D | EditorCommand.cpp | 1101 … frame->editor()->insertTextWithoutSendingTextEvent(frame->editor()->killRing()->yank(), false, 0); in executeYank() 1102 frame->editor()->killRing()->setToYankedState(); in executeYank() 1108 … frame->editor()->insertTextWithoutSendingTextEvent(frame->editor()->killRing()->yank(), true, 0); in executeYankAndSelect() 1109 frame->editor()->killRing()->setToYankedState(); in executeYankAndSelect()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 947 (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:]): 6514 …* WebView.subproj/WebHTMLView.m: (-[WebHTMLView _deleteWithDirection:granularity:killRing:isTyping… 6639 …through _deleteRange:killRing:... made this feature regress. Previous to that change, the backward… 6649 …(-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:]): Passes NO for closeT… 7066 …(-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:]): Merged _handleKillRi… 7073 …(-[WebHTMLView _deleteWithDirection:granularity:killRing:isTypingAction:]): Refactor to use the _d… 7257 … (-[WebHTMLView _deleteWithDirection:granularity:killRing:isTypingAction:]): Call _handleKillRing 7652 (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:isTypingAction:]): 7654 (-[WebHTMLView _deleteWithDirection:granularity:killRing:isTypingAction:]): 7724 (-[WebHTMLView _deleteWithDirection:granularity:killRing:isTypingAction:]): [all …]
|
D | ChangeLog-2007-10-14 | 11155 (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:granularity:]): 11218 … (-[WebHTMLView _deleteWithDirection:SelectionController::granularity:killRing:isTypingAction:]): 13323 (-[NSArray _deleteWithDirection:granularity:killRing:isTypingAction:]): 18627 (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:granularity:]): 19108 (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:granularity:]): 19110 (-[WebHTMLView _deleteWithDirection:granularity:killRing:isTypingAction:]): 19134 (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:]): 19135 (-[WebHTMLView _deleteWithDirection:granularity:killRing:isTypingAction:]): 23266 (-[WebHTMLView _deleteWithDirection:granularity:killRing:isTypingAction:]): Pass NO for
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 132716 (WebCore::Editor::killRing):
|