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

  /external/webkit/Source/WebCore/dom/
ClassNodeList.cpp 40 , m_classNames(classNames, m_rootNode->document()->inQuirksMode())
47 m_rootNode->removeCachedClassNodeList(this, m_originalClassNames);
DynamicNodeList.cpp 32 : m_rootNode(rootNode)
36 m_rootNode->registerDynamicNodeList(this);
40 : m_rootNode(rootNode)
44 m_rootNode->registerDynamicNodeList(this);
49 m_rootNode->unregisterDynamicNodeList(this);
59 for (Node* n = m_rootNode->firstChild(); n; n = n->traverseNextNode(m_rootNode.get()))
71 for (Node* n = start; n; n = n->traverseNextNode(m_rootNode.get())) {
89 for (Node* n = start; n; n = n->traversePreviousNode(m_rootNode.get())) {
107 Node* start = m_rootNode->firstChild()
    [all...]
ChildNodeList.cpp 41 for (Node* n = m_rootNode->firstChild(); n; n = n->nextSibling())
53 Node* n = m_rootNode->firstChild();
74 n = m_rootNode->lastChild();
106 return testNode->parentNode() == m_rootNode;
NameNodeList.cpp 42 m_rootNode->removeCachedNameNodeList(this, m_nodeName);
DynamicNodeList.h 63 Node* rootNode() const { return m_rootNode.get(); }
71 RefPtr<Node> m_rootNode;
TagNodeList.cpp 42 m_rootNode->removeCachedTagNodeList(this, QualifiedName(nullAtom, m_localName, m_namespaceURI));
  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.cpp 163 : m_rootNode(0)
183 ASSERT(m_rootNode);
206 m_rootNode = 0;
297 ASSERT(!m_rootNode);
298 m_rootNode = rootNode.get();
323 ASSERT(m_rootNode);
335 ASSERT(m_rootNode);
530 ASSERT(m_rootNode);
531 return toElement(m_rootNode);
548 ASSERT(m_rootNode);
    [all...]
HTMLElementStack.h 167 ContainerNode* m_rootNode;

Completed in 123 milliseconds