Searched refs:nodeMatches (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLNameCollection.h51 bool nodeMatches(Element* element) const { return nodeMatches(element, m_name); } function in class:WebCore::WindowNameCollection
55 static bool nodeMatches(Element*, const AtomicString&);
74 bool nodeMatches(Element* element) const { return nodeMatches(element, m_name); } function in class:WebCore::DocumentNameCollection
76 static bool nodeMatches(Element*, const AtomicString&);
H A DLabelsNodeList.cpp46 bool LabelsNodeList::nodeMatches(Element* testNode) const function in class:WebCore::LabelsNodeList
H A DLabelsNodeList.h45 virtual bool nodeMatches(Element*) const;
H A DRadioNodeList.h51 virtual bool nodeMatches(Element*) const;
H A DHTMLNameCollection.cpp58 bool WindowNameCollection::nodeMatches(Element* element, const AtomicString& name) function in class:WebCore::WindowNameCollection
80 bool DocumentNameCollection::nodeMatches(Element* element, const AtomicString& name) function in class:WebCore::DocumentNameCollection
H A DRadioNodeList.cpp100 bool RadioNodeList::nodeMatches(Element* testElement) const function in class:WebCore::RadioNodeList
H A DHTMLCollection.cpp249 return static_cast<const DocumentNameCollection*>(htmlCollection)->nodeMatches(element);
251 return static_cast<const WindowNameCollection*>(htmlCollection)->nodeMatches(element);
274 return nodeList->nodeMatches(element);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DChildNodeList.cpp41 bool ChildNodeList::nodeMatches(Element* testNode) const function in class:WebCore::ChildNodeList
H A DClassNodeList.cpp51 bool ClassNodeList::nodeMatches(Element* testNode) const function in class:WebCore::ClassNodeList
H A DNameNodeList.cpp46 bool NameNodeList::nodeMatches(Element* testNode) const function in class:WebCore::NameNodeList
H A DTagNodeList.cpp49 bool TagNodeList::nodeMatches(Element* testNode) const function in class:WebCore::TagNodeList
64 bool HTMLTagNodeList::nodeMatches(Element* testNode) const function in class:WebCore::HTMLTagNodeList
H A DChildNodeList.h44 virtual bool nodeMatches(Element*) const;
H A DClassNodeList.h54 virtual bool nodeMatches(Element*) const;
H A DMicroDataItemList.cpp58 bool MicroDataItemList::nodeMatches(Element* testNode) const function in class:WebCore::MicroDataItemList
H A DMicroDataItemList.h51 virtual bool nodeMatches(Element*) const;
H A DNameNodeList.h47 virtual bool nodeMatches(Element*) const;
H A DPropertyNodeList.h60 virtual bool nodeMatches(Element*) const OVERRIDE;
H A DTagNodeList.h53 virtual bool nodeMatches(Element*) const;
72 virtual bool nodeMatches(Element*) const;
H A DPropertyNodeList.cpp79 bool PropertyNodeList::nodeMatches(Element* testElement) const function in class:WebCore::PropertyNodeList
H A DLiveNodeList.cpp103 if (element && nodeMatches(element) && element->isDescendantOf(rootNode))
H A DDocumentOrderedMap.cpp72 return WindowNameCollection::nodeMatches(element, key);
77 return DocumentNameCollection::nodeMatches(element, key);
H A DLiveNodeList.h201 virtual bool nodeMatches(Element*) const = 0;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathStep.cpp210 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) function in namespace:WebCore::XPath
243 if (nodeMatches(n, ChildAxis, m_nodeTest))
251 if (nodeMatches(n, DescendantAxis, m_nodeTest))
257 if (nodeMatches(n, ParentAxis, m_nodeTest))
261 if (n && nodeMatches(n, ParentAxis, m_nodeTest))
269 if (nodeMatches(n, AncestorAxis, m_nodeTest))
273 if (nodeMatches(n, AncestorAxis, m_nodeTest))
284 if (nodeMatches(n, FollowingSiblingAxis, m_nodeTest))
293 if (nodeMatches(n, PrecedingSiblingAxis, m_nodeTest))
302 if (nodeMatches(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c5287 int rc, i, j, currentPos = 0, nodeMatches, docOrder = 1; local
5587 nodeMatches = 0;
5600 nodeMatches = 1;
5603 nodeMatches = 1;
5607 /* if nodeMatches == false we don't have to continue to filter */
5608 if (!nodeMatches) {
5633 nodeMatches = 0;
5648 nodeMatches = 1;
5651 nodeMatches = 1;
5653 if (nodeMatches) {
[all...]

Completed in 193 milliseconds