Home | History | Annotate | Download | only in dom

Lines Matching refs:registrationContext

487     , m_registrationContext(initializer.registrationContext(this))
763 if (CustomElement::isValidName(localName) && registrationContext()) {
764 element = registrationContext()->createCustomTagElement(*this, QualifiedName(nullAtom, localName, xhtmlNamespaceURI));
808 if (CustomElement::isValidName(qName.localName()) && registrationContext())
809 element = registrationContext()->createCustomTagElement(*this, qName);
826 if (!registrationContext()) {
832 registrationContext()->registerElement(this, &constructorBuilder, name, validNames, exceptionState);
3384 return XMLDocument::createXHTML(init.withRegistrationContext(registrationContext()));