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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementRegistrationContext.cpp155 context->didGiveTypeExtension(element, element->document().convertLocalName(type));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1039 AtomicString convertLocalName(const AtomicString&);
H A DDocument.cpp760 AtomicString Document::convertLocalName(const AtomicString& name) function in class:blink::Document
773 return HTMLElementFactory::createHTMLElement(convertLocalName(name), *this, 0, false);
788 element = registrationContext()->createCustomTagElement(*this, QualifiedName(nullAtom, convertLocalName(localName), xhtmlNamespaceURI));

Completed in 77 milliseconds