HomeSort by relevance Sort by last modified time
    Searched full:customelement (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.cpp 32 #include "core/dom/custom/CustomElement.h"
45 CustomElementMicrotaskImportStep* CustomElement::didCreateImport(HTMLImportChild* import)
50 void CustomElement::didFinishLoadingImport(Document& master)
55 Vector<AtomicString>& CustomElement::embedderCustomElementNames()
61 void CustomElement::addEmbedderCustomElementName(const AtomicString& name)
69 bool CustomElement::isValidName(const AtomicString& name, NameSet validNames)
95 void CustomElement::define(Element* element, PassRefPtr<CustomElementDefinition> passDefinition)
112 void CustomElement::attributeDidChange(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
118 void CustomElement::didAttach(Element* element, const Document& document)
126 void CustomElement::didDetach(Element* element, const Document& document
    [all...]
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))
CustomElement.h 49 class CustomElement {
74 CustomElement();
CustomElementRegistry.h 34 #include "core/dom/custom/CustomElement.h"
57 CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, 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)) {
CustomElementObserver.h 45 // API for CustomElement to kick off notifications
CustomElementRegistrationContext.h 61 void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/web/
WebCustomElement.cpp 34 #include "core/dom/custom/CustomElement.h"
41 CustomElement::addEmbedderCustomElementName(name);
WebDocument.cpp 335 ScriptValue constructor = document->registerElement(ScriptState::current(isolate), name, dictionary, exceptionState, CustomElement::EmbedderNames);
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportChild.cpp 35 #include "core/dom/custom/CustomElement.h"
94 CustomElement::didFinishLoadingImport(*(root()->document()));
148 m_customElementMicrotaskStep = CustomElement::didCreateImport(this);
150 m_customElementMicrotaskStep = CustomElement::didCreateImport(this)->weakPtr();
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
ElementFactory.cpp.tmpl 14 #include "core/dom/custom/CustomElement.h"
94 if (document.registrationContext() && CustomElement::isValidName(localName)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
CustomElementConstructorBuilder.cpp 127 if (CustomElement::isValidName(localName)) {
286 ExceptionState exceptionState(ExceptionState::ConstructionContext, "CustomElement", info.Holder(), info.GetIsolate());
V8CustomElementLifecycleCallbacks.cpp 59 ASSERT(V8HiddenValue::getHiddenValue(isolate, prototype, V8HiddenValue::customElement##Name(isolate)).IsEmpty()); \
61 V8HiddenValue::setHiddenValue(isolate, prototype, V8HiddenValue::customElement##Name(isolate), Value);
  /external/chromium_org/third_party/WebKit/
WATCHLISTS 50 'filepath': 'Source/core/dom/CustomElement' \
51 '|Source/bindings/v8/.*CustomElement',
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 47 #include "core/dom/custom/CustomElement.h"
    [all...]
Element.cpp 71 #include "core/dom/custom/CustomElement.h"
157 CustomElement::wasDestroyed(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-arm64.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-mips.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-mips64.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-x86.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.darwin-x86_64.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-arm.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-arm64.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \
webcore_dom.target.linux-mips.mk 149 third_party/WebKit/Source/core/dom/custom/CustomElement.cpp \

Completed in 6670 milliseconds

1 2