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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.h 76 void didGiveTypeExtension(Element*, const AtomicString& type);
CustomElementRegistrationContext.cpp 91 void CustomElementRegistrationContext::didGiveTypeExtension(Element* element, const AtomicString& type)
155 context->didGiveTypeExtension(element, type);

Completed in 38 milliseconds