Searched defs:elementMatches (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDocumentNameCollection.cpp19 bool DocumentNameCollection::elementMatches(const HTMLElement& element) const function in class:blink::DocumentNameCollection
H A DHTMLOptionsCollection.h52 bool elementMatches(const HTMLElement&) const;
62 inline bool HTMLOptionsCollection::elementMatches(const HTMLElement& element) const function in class:blink::HTMLOptionsCollection
H A DLabelsNodeList.cpp48 bool LabelsNodeList::elementMatches(const Element& element) const function in class:blink::LabelsNodeList
H A DWindowNameCollection.cpp17 bool WindowNameCollection::elementMatches(const Element& element) const function in class:blink::WindowNameCollection
H A DHTMLDataListOptionsCollection.h23 bool elementMatches(const HTMLElement&) const;
32 inline bool HTMLDataListOptionsCollection::elementMatches(const HTMLElement& element) const function in class:blink::HTMLDataListOptionsCollection
H A DHTMLTagCollection.h42 bool elementMatches(const Element&) const;
52 inline bool HTMLTagCollection::elementMatches(const Element& testElement) const function in class:blink::HTMLTagCollection
H A DRadioNodeList.cpp111 bool RadioNodeList::elementMatches(const Element& element) const function in class:blink::RadioNodeList
H A DHTMLCollection.cpp215 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 function in class:blink::HTMLCollection
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);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNameNodeList.cpp47 bool NameNodeList::elementMatches(const Element& element) const function in class:blink::NameNodeList
H A DTagCollection.cpp50 bool TagCollection::elementMatches(const Element& testNode) const function in class:blink::TagCollection
H A DClassCollection.h51 bool elementMatches(const Element&) const;
62 inline bool ClassCollection::elementMatches(const Element& testElement) const function in class:blink::ClassCollection

Completed in 2013 milliseconds