Searched refs:m_currentNode (Results 1 - 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
H A DProfileGenerator.cpp53 m_currentNode = m_head = m_profile->head();
66 m_currentNode = ProfileNode::create(Profiler::createCallIdentifier(exec, function ? function.toThisObject(exec) : 0, sourceURL, lineNumber), m_head.get(), m_head.get());
67 m_head->insertNode(m_currentNode.get());
86 ASSERT_ARG(m_currentNode, m_currentNode);
87 m_currentNode = m_currentNode->willExecute(callIdentifier);
101 ASSERT_ARG(m_currentNode, m_currentNode);
102 if (m_currentNode
[all...]
H A DProfileGenerator.h72 RefPtr<ProfileNode> m_currentNode; member in class:JSC::ProfileGenerator
/external/webkit/WebCore/dom/
H A DXMLTokenizer.cpp85 ASSERT(m_currentNode);
88 m_currentNodeStack.append(m_currentNode);
89 m_currentNode = n;
94 if (!m_currentNode)
98 if (m_currentNode != m_doc)
99 m_currentNode->deref();
101 m_currentNode = m_currentNodeStack.last();
107 if (m_currentNode && m_currentNode != m_doc)
108 m_currentNode
[all...]
H A Dxml_expat_tokenizer.cpp261 , m_currentNode(_doc)
281 , m_currentNode(fragment)
342 m_currentNode->deref();
343 m_currentNode = n;
468 if (!m_currentNode->addChild(newElement.get())) {
490 Node* n = m_currentNode;
544 if (m_currentNode->isTextNode() || enterText()) {
546 static_cast<Text*>(m_currentNode)->appendData(toQString(s, len), ec);
553 if (!m_currentNode->addChild(newNode.get()))
564 if (!m_currentNode || !m_currentNod
[all...]
H A DXMLTokenizerQt.cpp85 , m_currentNode(_doc)
112 , m_currentNode(fragment)
416 if (m_currentNode->isTextNode() || enterText()) {
420 static_cast<Text*>(m_currentNode)->appendData(str, ec);
524 if (!m_currentNode->addChild(newElement.get())) {
541 Node* n = m_currentNode;
605 if (m_currentNode->isTextNode() || enterText()) {
607 static_cast<Text*>(m_currentNode)->appendData(m_stream.text(), ec);
625 if (!m_currentNode->addChild(pi.get()))
644 if (!m_currentNode
[all...]
H A DXMLTokenizer.h102 Node *m_currentNode; member in class:WebCore::XMLTokenizer
281 Node* m_currentNode;
H A DXMLTokenizerLibxml2.cpp533 , m_currentNode(_doc)
560 , m_currentNode(fragment)
807 if (!m_currentNode->addChild(newElement.get())) {
832 Node* n = m_currentNode;
903 if (m_currentNode->isTextNode() || enterText())
952 if (!m_currentNode->addChild(pi.get()))
979 if (!m_currentNode->addChild(newNode.get()))
998 m_currentNode->addChild(newNode.get());

Completed in 52 milliseconds