Home
last modified time | relevance | path

Searched refs:CommandOptions (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.h47 typedef unsigned CommandOptions; typedef
49 …d> create(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditA…
55 ReplaceSelectionCommand(Document*, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
DMoveSelectionCommand.cpp73 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in doApply()
DReplaceSelectionCommand.cpp344 …onCommand(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditA… in ReplaceSelectionCommand()
DCompositeEditCommand.cpp1012 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in moveParagraphs()
DEditor.cpp407 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting; in replaceSelectionWithFragment()
/external/webkit/Source/WebCore/page/
DDragController.cpp470 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in concludeEditDrag()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1068 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting;