Searched refs:setTypeExtension (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementRegistrationContext.h65 static void setTypeExtension(Element*, const AtomicString& type);
H A DCustomElementRegistrationContext.cpp127 setTypeExtension(element, type);
130 void CustomElementRegistrationContext::setTypeExtension(Element* element, const AtomicString& type) function in class:blink::CustomElementRegistrationContext
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp1002 CustomElementRegistrationContext::setTypeExtension(this, newValue);

Completed in 190 milliseconds