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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.cpp 155 context->didGiveTypeExtension(element, element->document().convertLocalName(type));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]
Document.cpp 760 AtomicString Document::convertLocalName(const AtomicString& name)
773 return HTMLElementFactory::createHTMLElement(convertLocalName(name), *this, 0, false);
788 element = registrationContext()->createCustomTagElement(*this, QualifiedName(nullAtom, convertLocalName(localName), xhtmlNamespaceURI));
    [all...]

Completed in 73 milliseconds