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 61 class InsertedNodes {
77 Node* insertAsListItems(PassRefPtr<HTMLElement> listElement, Node* insertionNode, const Position&, InsertedNodes&);
88 void removeUnrenderedTextNodesAtEnds(InsertedNodes&);
90 void removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes&);
91 void makeInsertedContentRoundTrippableWithHTMLTreeBuilder(InsertedNodes&);
93 void handleStyleSpans(InsertedNodes&);
ReplaceSelectionCommand.cpp 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)
467 void ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes& insertedNodes)
469 RefPtr<Node> pastEndNode = insertedNodes.pastLastLeaf();
471 for (RefPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) {
491 insertedNodes.didReplaceNode(htmlElement, node.get());
513 insertedNodes.willRemoveNodePreservingChildren(element)
    [all...]

Completed in 44 milliseconds