OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elementMatches
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
NameNodeList.cpp
47
bool NameNodeList::
elementMatches
(const Element& element) const
ClassCollection.h
51
bool
elementMatches
(const Element&) const;
62
inline bool ClassCollection::
elementMatches
(const Element& testElement) const
NameNodeList.h
46
virtual bool
elementMatches
(const Element&) const OVERRIDE;
TagCollection.cpp
50
bool TagCollection::
elementMatches
(const Element& testNode) const
TagCollection.h
49
bool
elementMatches
(const Element&) const;
LiveNodeList.cpp
38
return m_list.
elementMatches
(element);
LiveNodeList.h
46
virtual bool
elementMatches
(const Element&) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/
LabelsNodeList.cpp
48
bool LabelsNodeList::
elementMatches
(const Element& element) const
LabelsNodeList.h
46
virtual bool
elementMatches
(const Element&) const OVERRIDE;
WindowNameCollection.cpp
17
bool WindowNameCollection::
elementMatches
(const Element& element) const
HTMLDataListOptionsCollection.h
23
bool
elementMatches
(const HTMLElement&) const;
32
inline bool HTMLDataListOptionsCollection::
elementMatches
(const HTMLElement& element) const
HTMLOptionsCollection.h
52
bool
elementMatches
(const HTMLElement&) const;
62
inline bool HTMLOptionsCollection::
elementMatches
(const HTMLElement& element) const
HTMLTagCollection.h
42
bool
elementMatches
(const Element&) const;
52
inline bool HTMLTagCollection::
elementMatches
(const Element& testElement) const
WindowNameCollection.h
20
bool
elementMatches
(const Element&) const;
DocumentNameCollection.cpp
19
bool DocumentNameCollection::
elementMatches
(const HTMLElement& element) const
DocumentNameCollection.h
23
bool
elementMatches
(const HTMLElement&) const;
RadioNodeList.h
57
virtual bool
elementMatches
(const Element&) const OVERRIDE;
HTMLCollection.cpp
215
return toDocumentNameCollection(htmlCollection).
elementMatches
(element);
223
return toHTMLOptionsCollection(htmlCollection).
elementMatches
(element);
227
return toHTMLDataListOptionsCollection(htmlCollection).
elementMatches
(element);
255
inline bool HTMLCollection::
elementMatches
(const Element& element) const
263
return toClassCollection(*this).
elementMatches
(element);
265
return toTagCollection(*this).
elementMatches
(element);
267
return toHTMLTagCollection(*this).
elementMatches
(element);
269
return toWindowNameCollection(*this).
elementMatches
(element);
289
return m_list.
elementMatches
(element);
RadioNodeList.cpp
111
bool RadioNodeList::
elementMatches
(const Element& element) const
HTMLCollection.h
59
bool
elementMatches
(const Element&) const;
Completed in 873 milliseconds