OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ismatchingelement
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp
180
inline bool
isMatchingElement
(const NodeListType*, Element*);
182
template <> inline bool
isMatchingElement
(const HTMLCollection* htmlCollection, Element* element)
241
template <> inline bool
isMatchingElement
(const LiveNodeList* nodeList, Element* element)
246
template <> inline bool
isMatchingElement
(const HTMLTagNodeList* nodeList, Element* element)
251
template <> inline bool
isMatchingElement
(const ClassNodeList* nodeList, Element* element)
281
if (current->isElementNode() &&
isMatchingElement
(static_cast<const LiveNodeList*>(this), toElement(current)))
284
if (current->isElementNode() &&
isMatchingElement
(static_cast<const HTMLCollection*>(this), toElement(current)))
308
while (element && !
isMatchingElement
(nodeList, element))
319
} while (next && !
isMatchingElement
(nodeList, next));
531
while (element && !
isMatchingElement
(nodeList, element)
[
all
...]
Completed in 31 milliseconds