Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DTagNodeList.cpp34 , m_namespaceURI(namespaceURI) in TagNodeList()
37 ASSERT(m_namespaceURI.isNull() || !m_namespaceURI.isEmpty()); in TagNodeList()
42 if (m_namespaceURI != starAtom && m_namespaceURI != testNode->namespaceURI()) in nodeMatches()
DTagNodeList.h45 AtomicString m_namespaceURI; variable
/external/webkit/WebCore/xml/
DXPathStep.h60 …ing& data, const String& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) … in NodeTest()
64 const AtomicString& namespaceURI() const { return m_namespaceURI; } in namespaceURI()
71 AtomicString m_namespaceURI; variable
/external/webkit/WebCore/
DChangeLog-2006-12-3150593 Add m_namespaceURI.
DChangeLog-2007-10-1446312 Move m_namespaceURI to NodeTest, where it belongs. Removed unused m_nodeTestData (oops!).