Home
last modified time | relevance | path

Searched refs:CustomElementRegistrationContext (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementRegistrationContext.cpp49 CustomElementRegistrationContext::CustomElementRegistrationContext() in CustomElementRegistrationContext() function in blink::CustomElementRegistrationContext
54 void CustomElementRegistrationContext::registerElement(Document* document, CustomElementConstructor… in registerElement()
71 PassRefPtrWillBeRawPtr<Element> CustomElementRegistrationContext::createCustomTagElement(Document& … in createCustomTagElement()
91 void CustomElementRegistrationContext::didGiveTypeExtension(Element* element, const AtomicString& t… in didGiveTypeExtension()
96 void CustomElementRegistrationContext::resolveOrScheduleResolution(Element* element, const AtomicSt… in resolveOrScheduleResolution()
111 void CustomElementRegistrationContext::resolve(Element* element, const CustomElementDescriptor& des… in resolve()
122 void CustomElementRegistrationContext::setIsAttributeAndTypeExtension(Element* element, const Atomi… in setIsAttributeAndTypeExtension()
130 void CustomElementRegistrationContext::setTypeExtension(Element* element, const AtomicString& type) in setTypeExtension()
135 CustomElementRegistrationContext* context = element->document().registrationContext(); in setTypeExtension()
158 void CustomElementRegistrationContext::trace(Visitor* visitor) in trace()
DCustomElementRegistrationContext.h51 class CustomElementRegistrationContext FINAL : public RefCountedWillBeGarbageCollectedFinalized<Cus…
53 static PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> create() in create()
55 return adoptRefWillBeNoop(new CustomElementRegistrationContext()); in create()
58 ~CustomElementRegistrationContext() { } in ~CustomElementRegistrationContext()
72 CustomElementRegistrationContext();
DCustomElementMicrotaskResolutionStep.h43 class CustomElementRegistrationContext; variable
49 …ementMicrotaskResolutionStep> create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, Pas…
56 …CustomElementMicrotaskResolutionStep(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, Pas…
64 RefPtrWillBeMember<CustomElementRegistrationContext> m_context;
DCustomElementScheduler.h47 class CustomElementRegistrationContext; variable
59 …static void resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, …
DCustomElementMicrotaskResolutionStep.cpp39 …ementMicrotaskResolutionStep::create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> cont… in create()
44 …CustomElementMicrotaskResolutionStep(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> cont… in CustomElementMicrotaskResolutionStep()
DCustomElementRegistry.h53 friend class CustomElementRegistrationContext;
DCustomElementScheduler.cpp113 …heduler::resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> cont… in resolveOrScheduleResolution()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.h41 class CustomElementRegistrationContext; variable
71 DocumentInit& withRegistrationContext(CustomElementRegistrationContext*);
73 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> registrationContext(Document*) const;
87 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
DDocumentInit.cpp131 DocumentInit& DocumentInit::withRegistrationContext(CustomElementRegistrationContext* registrationC… in withRegistrationContext()
145 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> DocumentInit::registrationContext(Document… in registrationContext()
151 return CustomElementRegistrationContext::create(); in registrationContext()
DDocument.h76 class CustomElementRegistrationContext; variable
957 CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); } in registrationContext()
1342 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
DDocument.cpp796CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension); in createElement()
838CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension); in createElementNS()
DElement.cpp1002 CustomElementRegistrationContext::setTypeExtension(this, newValue); in attributeChangedFromParserOrByCloning()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DElementFactory.cpp.tmpl15 #include "core/dom/custom/CustomElementRegistrationContext.h"
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.linux-x86.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.darwin-arm64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.linux-arm64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.linux-mips.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.darwin-mips.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.darwin-mips64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.linux-mips64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.darwin-x86_64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.linux-x86_64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.linux-arm.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
Dwebcore_dom.target.darwin-arm.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \

12