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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.h 89 typedef HashMap<Element*, RefPtr<CustomElementDefinition> > ElementDefinitionHashMap;
90 ElementDefinitionHashMap m_definitions;
CustomElement.cpp 156 DefinitionMap::ElementDefinitionHashMap::AddResult result = m_definitions.add(element, definition);

Completed in 1040 milliseconds