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

  /external/webkit/Source/WebCore/editing/
EditCommand.h 87 friend void applyCommand(PassRefPtr<EditCommand>);
95 void applyCommand(PassRefPtr<EditCommand>);
EditCommand.cpp 222 void applyCommand(PassRefPtr<EditCommand> command)
TypingCommand.cpp 211 applyCommand(cmd);
233 applyCommand(TypingCommand::create(document, InsertLineBreak, "", options));
249 applyCommand(TypingCommand::create(document, InsertParagraphSeparatorInQuotedContent));
267 applyCommand(TypingCommand::create(document, InsertParagraphSeparator, "", options));
ModifySelectionListLevel.cpp 292 applyCommand(create(document));
EditorCommand.cpp 194 applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified));
294 applyCommand(CreateLinkCommand::create(frame->document(), value));
443 applyCommand(command);
473 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Indent));
534 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList));
557 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList));
    [all...]
DeleteButtonController.cpp 354 applyCommand(RemoveNodeCommand::create(element.release()));
Editor.cpp 339 applyCommand(DeleteSelectionCommand::create(m_frame->document(), smartDelete));
414 applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, options, EditActionPaste));
780 applyCommand(RemoveFormatCommand::create(m_frame->document()));
836 applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), editingAction));
855 applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties));
    [all...]
SpellingCorrectionController.cpp 228 applyCommand(SpellingCorrectionCommand::create(rangeToBeReplaced, m_correctionPanelInfo.replacementString));
  /external/webkit/Source/WebCore/page/
DragController.cpp 467 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete));
475 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), fragment, options));
487 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting));
    [all...]
ContextMenuController.cpp 283 applyCommand(command);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]

Completed in 853 milliseconds