Home
last modified time | relevance | path

Searched refs:ChildrenChangeSource (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h159 enum ChildrenChangeSource { ChildrenChangeSourceAPI, ChildrenChangeSourceParser }; enum
163 static ChildrenChange forInsertion(Node& node, ChildrenChangeSource byParser) in forInsertion()
174 …nge forRemoval(Node& node, Node* previousSibling, Node* nextSibling, ChildrenChangeSource byParser) in forRemoval()
192 ChildrenChangeSource byParser;
235 void notifyNodeInserted(Node&, ChildrenChangeSource = ChildrenChangeSourceAPI);
DContainerNode.cpp770 void ContainerNode::notifyNodeInserted(Node& root, ChildrenChangeSource source) in notifyNodeInserted()