registerElement   788 Source/core/dom/Document.cpp     return registerElement(scriptState, name, Dictionary(), exceptionState);
registerElement   799 Source/core/dom/Document.cpp     registrationContext()->registerElement(this, &constructorBuilder, name, validNames, exceptionState);
registerElement   982 Source/core/dom/Document.h     ScriptValue registerElement(WebCore::NewScriptState*, const AtomicString& name, ExceptionState&);
registerElement   983 Source/core/dom/Document.h     ScriptValue registerElement(WebCore::NewScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames);
registerElement    50 Source/core/dom/custom/CustomElementRegistrationContext.cpp     CustomElementDefinition* definition = m_registry.registerElement(document, constructorBuilder, type, validNames, exceptionState);
registerElement    58 Source/core/dom/custom/CustomElementRegistrationContext.h     void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
registerElement    57 Source/core/dom/custom/CustomElementRegistry.h     CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, CustomElement::NameSet validNames, ExceptionState&);
registerElement   297 Source/web/WebDocument.cpp     ScriptValue constructor = document->registerElement(NewScriptState::current(isolate), name, dictionary, exceptionState, CustomElement::EmbedderNames);