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

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

Completed in 546 milliseconds