HomeSort by relevance Sort by last modified time
    Searched refs:CommandOptions (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.h 47 typedef unsigned CommandOptions;
49 static PassRefPtr<ReplaceSelectionCommand> create(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
55 ReplaceSelectionCommand(Document*, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
MoveSelectionCommand.cpp 73 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp 344 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction)
    [all...]