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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h 37 class ReplaceSelectionCommand : public CompositeEditCommand {
50 static PassRefPtr<ReplaceSelectionCommand> create(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
52 return adoptRef(new ReplaceSelectionCommand(document, fragment, options, action));
56 ReplaceSelectionCommand(Document*, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
ReplaceSelectionCommand.cpp 28 #include "core/editing/ReplaceSelectionCommand.h"
325 inline void ReplaceSelectionCommand::InsertedNodes::respondToNodeInsertion(Node* node)
336 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNodePreservingChildren(Node* node)
344 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNode(Node* node)
355 inline void ReplaceSelectionCommand::InsertedNodes::didReplaceNode(Node* node, Node* newNode)
363 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction)
385 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote)
410 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
446 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination
    [all...]

Completed in 200 milliseconds