HomeSort by relevance Sort by last modified time
    Searched full: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 324 inline void ReplaceSelectionCommand::InsertedNodes::respondToNodeInsertion(Node& node)
332 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNodePreservingChildren(Node& node)
340 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNode(Node& node)
352 inline void ReplaceSelectionCommand::InsertedNodes::didReplaceNode(Node& node, Node& newNode)
464 void ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes& insertedNodes)
466 RefPtr<Node> pastEndNode = insertedNodes.pastLastLeaf();
468 for (RefPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) {
489 insertedNodes.didReplaceNode(*htmlElement, *node);
511 insertedNodes.willRemoveNodePreservingChildren(*element)
    [all...]

Completed in 3238 milliseconds