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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextInsertionBaseCommand.cpp 50 applyCommand(command);
TypingCommand.cpp 209 applyCommand(TypingCommand::create(document, InsertLineBreak, "", options));
220 applyCommand(TypingCommand::create(document, InsertParagraphSeparatorInQuotedContent));
232 applyCommand(TypingCommand::create(document, InsertParagraphSeparator, "", options));
CompositeEditCommand.h 178 void applyCommand(PassRefPtr<CompositeEditCommand>);
ModifySelectionListLevel.cpp 292 applyCommand(create(document));
Editor.cpp 343 applyCommand(DeleteSelectionCommand::create(m_frame->document(), smartDelete));
414 applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, options, EditActionPaste));
598 applyCommand(RemoveFormatCommand::create(m_frame->document()));
658 applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), editingAction));
677 applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties));
725 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Indent));
730 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Outdent));
    [all...]
EditorCommand.cpp 195 applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified));
292 applyCommand(CreateLinkCommand::create(frame->document(), value));
450 applyCommand(command);
480 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Indent));
541 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList));
564 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList));
    [all...]
CompositeEditCommand.cpp 156 void applyCommand(PassRefPtr<CompositeEditCommand> command)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 502 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete));
510 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), fragment, options));
520 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting));
    [all...]

Completed in 4082 milliseconds