Home
last modified time | relevance | path

Searched refs:killRing (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/editing/
DTypingCommand.h46 …ocument*, bool smartDelete = false, TextGranularity = CharacterGranularity, bool killRing = false);
47 …ocument*, bool smartDelete = false, TextGranularity = CharacterGranularity, bool killRing = false);
64 void deleteKeyPressed(TextGranularity, bool killRing);
65 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
69 …ectInsertedText = false, TextGranularity granularity = CharacterGranularity, bool killRing = false)
71 …rn adoptRef(new TypingCommand(document, command, text, selectInsertedText, granularity, killRing));
74 …ent*, ETypingCommand, const String& text, bool selectInsertedText, TextGranularity, bool killRing);
DTypingCommand.cpp50 …e, const String &textToInsert, bool selectInsertedText, TextGranularity granularity, bool killRing) in TypingCommand() argument
58 m_killRing(killRing), in TypingCommand()
85 …:deleteKeyPressed(Document *document, bool smartDelete, TextGranularity granularity, bool killRing) in deleteKeyPressed() argument
94 static_cast<TypingCommand*>(lastEditCommand)->deleteKeyPressed(granularity, killRing); in deleteKeyPressed()
98 …mand> typingCommand = TypingCommand::create(document, DeleteKey, "", false, granularity, killRing); in deleteKeyPressed()
103 …dDeleteKeyPressed(Document *document, bool smartDelete, TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed() argument
113 … static_cast<TypingCommand*>(lastEditCommand)->forwardDeleteKeyPressed(granularity, killRing); in forwardDeleteKeyPressed()
117 …ypingCommand = TypingCommand::create(document, ForwardDeleteKey, "", false, granularity, killRing); in forwardDeleteKeyPressed()
415 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing) in deleteKeyPressed() argument
436 if (killRing && selection.isCaret() && granularity != CharacterGranularity) in deleteKeyPressed()
[all …]
DEditor.h135 …bool deleteWithDirection(SelectionController::EDirection, TextGranularity, bool killRing, bool isT…
DEditor.cpp227 …tionController::EDirection direction, TextGranularity granularity, bool killRing, bool isTypingAct… in deleteWithDirection() argument
237 if (killRing) in deleteWithDirection()
246 …mmand::forwardDeleteKeyPressed(m_frame->document(), canSmartCopyOrDelete(), granularity, killRing); in deleteWithDirection()
250 …ypingCommand::deleteKeyPressed(m_frame->document(), canSmartCopyOrDelete(), granularity, killRing); in deleteWithDirection()
259 if (killRing) in deleteWithDirection()
/external/webkit/WebKit/mac/
DChangeLog-2006-02-09947 (-[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 …]
DChangeLog-2007-10-1411155 (-[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