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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.cpp 217 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest)
250 if (nodeMatches(n, ChildAxis, m_nodeTest))
258 if (nodeMatches(n, DescendantAxis, m_nodeTest))
264 if (nodeMatches(n, ParentAxis, m_nodeTest))
268 if (n && nodeMatches(n, ParentAxis, m_nodeTest))
276 if (nodeMatches(n, AncestorAxis, m_nodeTest))
280 if (nodeMatches(n, AncestorAxis, m_nodeTest))
291 if (nodeMatches(n, FollowingSiblingAxis, m_nodeTest))
300 if (nodeMatches(n, PrecedingSiblingAxis, m_nodeTest))
309 if (nodeMatches(p, FollowingAxis, m_nodeTest)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TagNodeList.cpp 48 bool TagNodeList::nodeMatches(Element* testNode) const
63 bool HTMLTagNodeList::nodeMatches(Element* testNode) const
TagNodeList.h 53 virtual bool nodeMatches(Element*) const;
72 virtual bool nodeMatches(Element*) const OVERRIDE;
ChildNodeList.cpp 41 bool ChildNodeList::nodeMatches(Element* testNode) const
ChildNodeList.h 44 virtual bool nodeMatches(Element*) const OVERRIDE;
NameNodeList.cpp 45 bool NameNodeList::nodeMatches(Element* testNode) const
ClassNodeList.cpp 50 bool ClassNodeList::nodeMatches(Element* testNode) const
NameNodeList.h 47 virtual bool nodeMatches(Element*) const OVERRIDE;
ClassNodeList.h 54 virtual bool nodeMatches(Element*) const OVERRIDE;
LiveNodeList.cpp 76 if (element && nodeMatches(element) && element->isDescendantOf(&rootNode))
LiveNodeList.h 197 virtual bool nodeMatches(Element*) const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelsNodeList.h 46 virtual bool nodeMatches(Element*) const;
LabelsNodeList.cpp 46 bool LabelsNodeList::nodeMatches(Element* testNode) const
RadioNodeList.h 52 virtual bool nodeMatches(Element*) const OVERRIDE;
RadioNodeList.cpp 99 bool RadioNodeList::nodeMatches(Element* testElement) const
HTMLCollection.cpp 243 return nodeList->nodeMatches(element);

Completed in 100 milliseconds