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

  /external/webkit/Source/WebCore/dom/
ClassNodeList.cpp 50 bool ClassNodeList::nodeMatches(Element* testNode) const
NameNodeList.cpp 45 bool NameNodeList::nodeMatches(Element* testNode) const
TagNodeList.cpp 45 bool TagNodeList::nodeMatches(Element* testNode) const
ChildNodeList.cpp 101 bool ChildNodeList::nodeMatches(Element* testNode) const
  /external/webkit/Source/WebCore/html/
LabelsNodeList.cpp 45 bool LabelsNodeList::nodeMatches(Element* testNode) const
  /external/webkit/Source/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 70 milliseconds