HomeSort by relevance Sort by last modified time
    Searched refs:containsMultipleElementsWithId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 61 bool containsMultipleElementsWithId(const AtomicString& id) const;
202 inline bool TreeScope::containsMultipleElementsWithId(const AtomicString& id) const
SelectorQuery.cpp 213 if (selector->match() == CSSSelector::Id && !rootNode.document().containsMultipleElementsWithId(selector->value())) {
429 if (rootNode.treeScope().containsMultipleElementsWithId(idToMatch)) {

Completed in 653 milliseconds