OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeMatches
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/dom/
ChildNodeList.h
45
virtual bool
nodeMatches
(Element*) const;
ClassNodeList.h
51
virtual bool
nodeMatches
(Element*) const;
NameNodeList.cpp
45
bool NameNodeList::
nodeMatches
(Element* testNode) const
ClassNodeList.cpp
50
bool ClassNodeList::
nodeMatches
(Element* testNode) const
NameNodeList.h
46
virtual bool
nodeMatches
(Element*) const;
TagNodeList.h
45
virtual bool
nodeMatches
(Element*) const;
TagNodeList.cpp
45
bool TagNodeList::
nodeMatches
(Element* testNode) 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)) {
DynamicNodeList.h
69
virtual bool
nodeMatches
(Element*) const = 0;
ChildNodeList.cpp
101
bool ChildNodeList::
nodeMatches
(Element* testNode) const
/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/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 194 milliseconds