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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementRegistrationContext.cpp 55 const CustomElementUpgradeCandidateMap::ElementSet& upgradeCandidates = m_candidates.takeUpgradeCandidatesFor(definition->descriptor());
111 m_candidates.add(descriptor, element);
116 m_candidates.remove(element);
CustomElementRegistrationContext.h 81 CustomElementUpgradeCandidateMap m_candidates; member in class:WebCore::CustomElementRegistrationContext

Completed in 503 milliseconds