Home
last modified time | relevance | path

Searched refs:containsMultipleElementsWithId (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DTreeScope.h45 bool containsMultipleElementsWithId(const AtomicString& id) const;
94 inline bool TreeScope::containsMultipleElementsWithId(const AtomicString& id) const in containsMultipleElementsWithId() function
DSelectorNodeList.cpp53 …or && onlySelector->m_match == CSSSelector::Id && !document->containsMultipleElementsWithId(onlySe… in createSelectorNodeList()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-108347 …(WebCore::Document::containsMultipleElementsWithId): Added to allow optimizing the common case of …