Home | History | Annotate | Download | only in editing

Lines Matching refs:serializeNodes

126     Node* serializeNodes(Node* startNode, Node* pastEnd);
320 Node* StyledMarkupAccumulator::serializeNodes(Node* startNode, Node* pastEnd)
592 Node* lastClosed = accumulator.serializeNodes(startNode, pastEnd);
701 return accumulator.serializeNodes(const_cast<Node*>(node), deleteButtonContainerElement, childrenOnly);