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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h 63 class InsertedNodes {
80 Node* insertAsListItems(PassRefPtrWillBeRawPtr<HTMLElement> listElement, Node* insertionNode, const Position&, InsertedNodes&);
91 void removeUnrenderedTextNodesAtEnds(InsertedNodes&);
93 void removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes&);
94 void makeInsertedContentRoundTrippableWithHTMLTreeBuilder(const InsertedNodes&);
96 void handleStyleSpans(InsertedNodes&);
ReplaceSelectionCommand.cpp 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)
473 void ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes& insertedNodes)
475 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf();
477 for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) {
499 insertedNodes.didReplaceNode(*htmlElement, *node);
521 insertedNodes.willRemoveNodePreservingChildren(*element)
    [all...]

Completed in 198 milliseconds