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/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h
61
bool
containsMultipleElementsWithId
(const AtomicString& id) const;
178
inline bool TreeScope::
containsMultipleElementsWithId
(const AtomicString& id) const
SelectorQuery.cpp
251
if (selector->m_match == CSSSelector::Id && !rootNode.document().
containsMultipleElementsWithId
(selector->value())) {
324
if (rootNode.document().
containsMultipleElementsWithId
(firstSelector->value()))
385
if (selector->m_match == CSSSelector::Id && !rootNode.document().
containsMultipleElementsWithId
(selector->value())) {
439
if (rootNode.document().
containsMultipleElementsWithId
(selector->value()))
Completed in 487 milliseconds