Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h48 typedef unsigned CommandOptions; typedef
50 …d> create(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditA…
56 ReplaceSelectionCommand(Document&, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
DMoveSelectionCommand.cpp75 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in doApply()
DEditor.cpp494 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | Replac… in replaceSelectionWithFragment()
DCompositeEditCommand.cpp1266 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in moveParagraphs()
DReplaceSelectionCommand.cpp360 …onCommand(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditA… in ReplaceSelectionCommand()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp510 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in concludeEditDrag()