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

  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.h 36 class ReplaceSelectionCommand : public CompositeEditCommand {
38 static PassRefPtr<ReplaceSelectionCommand> create(Document* document, PassRefPtr<DocumentFragment> fragment,
42 return adoptRef(new ReplaceSelectionCommand(document, fragment, selectReplacement, smartReplace, matchStyle, preventNesting, movingParagraph, action));
46 ReplaceSelectionCommand(Document*, PassRefPtr<DocumentFragment>,
ReplaceSelectionCommand.cpp 27 #include "ReplaceSelectionCommand.h"
324 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment,
347 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote)
372 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
391 void ReplaceSelectionCommand::removeNodePreservingChildren(Node* node)
401 void ReplaceSelectionCommand::removeNodeAndPruneAncestors(Node* node)
434 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination)
455 void ReplaceSelectionCommand::negateStyleRulesThatAffectAppearance()
477 void ReplaceSelectionCommand::removeUnrenderedTextNodesAtEnds(
    [all...]

Completed in 38 milliseconds