EmbedderNames      57 Source/core/dom/custom/CustomElement.cpp     if (isValidName(lower, EmbedderNames))
EmbedderNames      64 Source/core/dom/custom/CustomElement.cpp     if ((validNames & EmbedderNames) && kNotFound != embedderCustomElementNames().find(name))
EmbedderNames      54 Source/core/dom/custom/CustomElement.h         AllNames = EmbedderNames | StandardNames
EmbedderNames     297 Source/web/WebDocument.cpp     ScriptValue constructor = document->registerElement(NewScriptState::current(isolate), name, dictionary, exceptionState, CustomElement::EmbedderNames);