Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h61 bool containsMultipleElementsWithId(const AtomicString& id) const;
178 inline bool TreeScope::containsMultipleElementsWithId(const AtomicString& id) const in containsMultipleElementsWithId() function
DSelectorQuery.cpp251 …selector->m_match == CSSSelector::Id && !rootNode.document().containsMultipleElementsWithId(select… in findTraverseRoots()
324 if (rootNode.document().containsMultipleElementsWithId(firstSelector->value())) in executeQueryAll()
385 …selector->m_match == CSSSelector::Id && !rootNode.document().containsMultipleElementsWithId(select… in findTraverseRoot()
439 if (rootNode.document().containsMultipleElementsWithId(selector->value())) in executeQueryFirst()