HomeSort by relevance Sort by last modified time
    Searched defs:elementMatches (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
DocumentNameCollection.cpp 19 bool DocumentNameCollection::elementMatches(const HTMLElement& element) const
WindowNameCollection.cpp 17 bool WindowNameCollection::elementMatches(const Element& element) const
LabelsNodeList.cpp 48 bool LabelsNodeList::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
RadioNodeList.cpp 111 bool RadioNodeList::elementMatches(const Element& element) const
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);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NameNodeList.cpp 47 bool NameNodeList::elementMatches(const Element& element) const
TagCollection.cpp 50 bool TagCollection::elementMatches(const Element& testNode) const
ClassCollection.h 51 bool elementMatches(const Element&) const;
62 inline bool ClassCollection::elementMatches(const Element& testElement) const

Completed in 397 milliseconds