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

  /external/chromium_org/third_party/WebKit/Source/web/
WebCustomElement.cpp 34 #include "core/dom/custom/CustomElement.h"
43 CustomElement::addEmbedderCustomElementName(name);
WebDocument.cpp 302 ScriptValue constructor = document->registerElement(ScriptState::current(isolate), name, dictionary, exceptionState, CustomElement::EmbedderNames);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.cpp 32 #include "core/dom/custom/CustomElement.h"
44 CustomElementMicrotaskImportStep* CustomElement::didCreateImport(HTMLImportChild* import)
49 Vector<AtomicString>& CustomElement::embedderCustomElementNames()
55 void CustomElement::addEmbedderCustomElementName(const AtomicString& name)
63 bool CustomElement::isValidName(const AtomicString& name, NameSet validNames)
89 void CustomElement::define(Element* element, PassRefPtr<CustomElementDefinition> passDefinition)
106 void CustomElement::attributeDidChange(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
112 void CustomElement::didEnterDocument(Element* element, const Document& document)
120 void CustomElement::didLeaveDocument(Element* element, const Document& document)
128 void CustomElement::wasDestroyed(Element* element
    [all...]
CustomElement.h 49 class CustomElement {
73 CustomElement();
CustomElementRegistrationContext.cpp 39 #include "core/dom/custom/CustomElement.h"
54 void CustomElementRegistrationContext::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState& exceptionState)
68 CustomElement::define(*it, definition);
73 ASSERT(CustomElement::isValidName(tagName.localName()));
100 const AtomicString& type = CustomElement::isValidName(element->localName())
115 CustomElement::define(element, definition);
149 ASSERT(!CustomElement::isValidName(element->localName()));
151 if (!CustomElement::isValidName(type))
CustomElementRegistry.h 34 #include "core/dom/custom/CustomElement.h"
57 CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, CustomElement::NameSet validNames, ExceptionState&);
CustomElementRegistrationContext.h 62 void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
CustomElementRegistry.cpp 64 CustomElementDefinition* CustomElementRegistry::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& userSuppliedName, CustomElement::NameSet validNames, ExceptionState& exceptionState)
79 if (!CustomElement::isValidName(type, validNames)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportChild.cpp 35 #include "core/dom/custom/CustomElement.h"
152 m_customElementMicrotaskStep = CustomElement::didCreateImport(this);
154 m_customElementMicrotaskStep = CustomElement::didCreateImport(this)->weakPtr();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementWrapper.cpp 41 #include "core/dom/custom/CustomElement.h"
81 if (CustomElement::isValidName(element->localName()))
CustomElementConstructorBuilder.cpp 128 if (CustomElement::isValidName(localName)) {
295 ExceptionState exceptionState(ExceptionState::ConstructionContext, "CustomElement", info.Holder(), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 49 #include "core/dom/custom/CustomElement.h"
    [all...]
Element.cpp 67 #include "core/dom/custom/CustomElement.h"
149 CustomElement::wasDestroyed(this);
    [all...]
Document.cpp 763 if (CustomElement::isValidName(localName) && registrationContext()) {
808 if (CustomElement::isValidName(qName.localName()) && registrationContext())
824 ScriptValue Document::registerElement(WebCore::ScriptState* scriptState, const AtomicString& name, const Dictionary& options, ExceptionState& exceptionState, CustomElement::NameSet validNames)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-arm64.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-mips.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-x86.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-x86_64.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-arm.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-arm64.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-mips.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-x86.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-x86_64.mk 147 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \

Completed in 353 milliseconds