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

  /external/webkit/Source/WebCore/editing/
EditAction.h 58 EditActionPaste,
ReplaceSelectionCommand.h 49 static PassRefPtr<ReplaceSelectionCommand> create(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
SpellingCorrectionCommand.cpp 101 applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting, EditActionPaste));
EditCommand.cpp 68 case EditActionPaste:
Editor.cpp 414 applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, options, EditActionPaste));
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 128 case EditActionPaste:
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 515 case EditActionPaste: return WEB_UI_STRING_KEY("Paste", "Paste (Undo action name)", "Undo action name");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 518 case EditActionPaste: return UI_STRING_KEY_INTERNAL("Paste", "Paste (Undo action name)", "Undo action name");
    [all...]

Completed in 48 milliseconds