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

  /external/webkit/Source/WebCore/editing/
MoveSelectionCommand.cpp 30 #include "ReplaceSelectionCommand.h"
63 // Fixes: <rdar://problem/3910425> REGRESSION (Mail): Crash in ReplaceSelectionCommand;
73 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
75 options |= ReplaceSelectionCommand::SmartReplace;
76 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
ReplaceSelectionCommand.h 37 class ReplaceSelectionCommand : public CompositeEditCommand {
49 static PassRefPtr<ReplaceSelectionCommand> create(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
51 return adoptRef(new ReplaceSelectionCommand(document, fragment, options, action));
55 ReplaceSelectionCommand(Document*, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
SpellingCorrectionCommand.cpp 32 #include "ReplaceSelectionCommand.h"
101 applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting, EditActionPaste));
ReplaceSelectionCommand.cpp 27 #include "ReplaceSelectionCommand.h"
344 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction)
365 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote)
390 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
409 void ReplaceSelectionCommand::removeNodePreservingChildren(Node* node)
419 void ReplaceSelectionCommand::removeNodeAndPruneAncestors(Node* node)
452 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination)
473 void ReplaceSelectionCommand::negateStyleRulesThatAffectAppearance()
495 void ReplaceSelectionCommand::removeUnrenderedTextNodesAtEnds(
    [all...]
EditingAllInOne.cpp 61 #include <ReplaceSelectionCommand.cpp>
CompositeEditCommand.cpp 52 #include "ReplaceSelectionCommand.h"
    [all...]
Editor.cpp 73 #include "ReplaceSelectionCommand.h"
407 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting;
409 options |= ReplaceSelectionCommand::SelectReplacement;
411 options |= ReplaceSelectionCommand::SmartReplace;
413 options |= ReplaceSelectionCommand::MatchStyle;
414 applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, options, EditActionPaste));
    [all...]
EditorCommand.cpp 53 #include "ReplaceSelectionCommand.h"
194 applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified));
    [all...]
  /external/webkit/Source/WebCore/page/
DragController.cpp 61 #include "ReplaceSelectionCommand.h"
470 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
472 options |= ReplaceSelectionCommand::SmartReplace;
474 options |= ReplaceSelectionCommand::MatchStyle;
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 61 #include "ReplaceSelectionCommand.h"
282 RefPtr<ReplaceSelectionCommand> command = ReplaceSelectionCommand::create(document, createFragmentFromMarkup(document, item->title(), ""), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 83 #import <WebCore/ReplaceSelectionCommand.h>
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 82 #include "DocumentFragment.h" // Only needed for ReplaceSelectionCommand.h :(
115 #include "ReplaceSelectionCommand.h"
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 99 #include <WebCore/ReplaceSelectionCommand.h>
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 255 editing/ReplaceSelectionCommand.cpp \
    [all...]

Completed in 276 milliseconds