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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MoveSelectionCommand.cpp 30 #include "core/editing/ReplaceSelectionCommand.h"
63 // Fixes: <rdar://problem/3910425> REGRESSION (Mail): Crash in ReplaceSelectionCommand;
75 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
77 options |= ReplaceSelectionCommand::SmartReplace;
78 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
ReplaceSelectionCommand.h 37 class ReplaceSelectionCommand FINAL : public CompositeEditCommand {
50 static PassRefPtrWillBeRawPtr<ReplaceSelectionCommand> create(Document& document, PassRefPtrWillBeRawPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
52 return adoptRefWillBeNoop(new ReplaceSelectionCommand(document, fragment, options, action));
58 ReplaceSelectionCommand(Document&, PassRefPtrWillBeRawPtr<DocumentFragment>, CommandOptions, EditAction);
ReplaceSelectionCommand.cpp 28 #include "core/editing/ReplaceSelectionCommand.h"
330 inline void ReplaceSelectionCommand::InsertedNodes::respondToNodeInsertion(Node& node)
338 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNodePreservingChildren(Node& node)
346 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNode(Node& node)
358 inline void ReplaceSelectionCommand::InsertedNodes::didReplaceNode(Node& node, Node& newNode)
366 ReplaceSelectionCommand::ReplaceSelectionCommand(Document& document, PassRefPtrWillBeRawPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction)
388 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote)
413 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
452 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination
    [all...]
Editor.cpp 53 #include "core/editing/ReplaceSelectionCommand.h"
490 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | ReplaceSelectionCommand::SanitizeFragment;
492 options |= ReplaceSelectionCommand::SelectReplacement;
494 options |= ReplaceSelectionCommand::SmartReplace;
496 options |= ReplaceSelectionCommand::MatchStyle;
498 ReplaceSelectionCommand::create(*m_frame.document(), fragment, options, EditActionPaste)->apply();
    [all...]
CompositeEditCommand.cpp 53 #include "core/editing/ReplaceSelectionCommand.h"
    [all...]
EditorCommand.cpp 44 #include "core/editing/ReplaceSelectionCommand.h"
197 ReplaceSelectionCommand::create(*frame.document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified)->apply();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 44 #include "core/editing/ReplaceSelectionCommand.h"
508 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
510 options |= ReplaceSelectionCommand::SmartReplace;
512 options |= ReplaceSelectionCommand::MatchStyle;
514 ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), fragment, options)->apply();
524 ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)->apply()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 291 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
    [all...]

Completed in 674 milliseconds