Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1061 static Node* detachingNode; variable
1065 return detachingNode == this; in inDetach()
1072 ASSERT(!detachingNode); in detach()
1073 detachingNode = this; in detach()
1097 detachingNode = 0; in detach()