HomeSort by relevance Sort by last modified time
    Searched full:nodematches (Results 1 - 16 of 16) sorted by null

  /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...]
  /external/webkit/Source/WebCore/dom/
ChildNodeList.h 45 virtual bool nodeMatches(Element*) const;
DynamicNodeList.cpp 60 length += n->isElementNode() && nodeMatches(static_cast<Element*>(n));
72 if (n->isElementNode() && nodeMatches(static_cast<Element*>(n))) {
90 if (n->isElementNode() && nodeMatches(static_cast<Element*>(n))) {
126 if (node && nodeMatches(node)) {
NameNodeList.cpp 45 bool NameNodeList::nodeMatches(Element* testNode) const
NameNodeList.h 46 virtual bool nodeMatches(Element*) const;
ClassNodeList.cpp 50 bool ClassNodeList::nodeMatches(Element* testNode) const
ClassNodeList.h 51 virtual bool nodeMatches(Element*) const;
TagNodeList.cpp 45 bool TagNodeList::nodeMatches(Element* testNode) const
TagNodeList.h 45 virtual bool nodeMatches(Element*) const;
ChildNodeList.cpp 101 bool ChildNodeList::nodeMatches(Element* testNode) const
DynamicNodeList.h 69 virtual bool nodeMatches(Element*) const = 0;
  /external/webkit/Source/WebCore/html/
LabelsNodeList.cpp 45 bool LabelsNodeList::nodeMatches(Element* testNode) const
LabelsNodeList.h 44 virtual bool nodeMatches(Element*) const;
  /external/webkit/Source/WebCore/
ChangeLog-2009-06-16     [all...]
ChangeLog-2003-10-25     [all...]
ChangeLog-2008-08-10     [all...]

Completed in 233 milliseconds