Home
last modified time | relevance | path

Searched refs:containsMultiple (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentOrderedMap.h53 bool containsMultiple(const AtomicString&) const;
92 inline bool DocumentOrderedMap::containsMultiple(const AtomicString& id) const in containsMultiple() function
DTreeScope.h204 return m_elementsById && m_elementsById->containsMultiple(id); in containsMultipleElementsWithId()