HomeSort by relevance Sort by last modified time
    Searched defs:setTreeScope (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
NodeRareData.h 104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; }
Node.cpp 484 void Node::setTreeScope(TreeScope* newTreeScope)
492 rareData()->setTreeScope(0);
498 ensureRareData()->setTreeScope(newTreeScope);
521 node->setTreeScope(newTreeScope);
    [all...]

Completed in 58 milliseconds