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

  /external/webkit/WebCore/dom/
ClassNodeList.cpp 44 bool ClassNodeList::nodeMatches(Element* testNode) const
NameNodeList.cpp 40 bool NameNodeList::nodeMatches(Element* testNode) const
TagNodeList.cpp 40 bool TagNodeList::nodeMatches(Element* testNode) const
ChildNodeList.cpp 101 bool ChildNodeList::nodeMatches(Element* testNode) const
  /external/webkit/WebCore/xml/
XPathStep.cpp 212 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest)
245 if (nodeMatches(n, ChildAxis, m_nodeTest))
253 if (nodeMatches(n, DescendantAxis, m_nodeTest))
259 if (nodeMatches(n, ParentAxis, m_nodeTest))
263 if (n && nodeMatches(n, ParentAxis, m_nodeTest))
271 if (nodeMatches(n, AncestorAxis, m_nodeTest))
275 if (nodeMatches(n, AncestorAxis, m_nodeTest))
286 if (nodeMatches(n, FollowingSiblingAxis, m_nodeTest))
295 if (nodeMatches(n, PrecedingSiblingAxis, m_nodeTest))
304 if (nodeMatches(p, FollowingAxis, m_nodeTest)
    [all...]

Completed in 209 milliseconds