OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containsMultipleElementsWithId
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
TreeScope.h
45
bool
containsMultipleElementsWithId
(const AtomicString& id) const;
94
inline bool TreeScope::
containsMultipleElementsWithId
(const AtomicString& id) const
SelectorNodeList.cpp
53
if (strictParsing && rootNode->inDocument() && onlySelector && onlySelector->m_match == CSSSelector::Id && !document->
containsMultipleElementsWithId
(onlySelector->value())) {
Completed in 106 milliseconds