Searched refs:CustomElementRegistrationContext (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementRegistrationContext.h51 class CustomElementRegistrationContext FINAL : public RefCountedWillBeGarbageCollectedFinalized<CustomElementRegistrationContext> {
53 static PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> create()
55 return adoptRefWillBeNoop(new CustomElementRegistrationContext());
58 ~CustomElementRegistrationContext() { }
72 CustomElementRegistrationContext();
H A DCustomElementMicrotaskResolutionStep.h43 class CustomElementRegistrationContext;
49 static PassOwnPtrWillBeRawPtr<CustomElementMicrotaskResolutionStep> create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, PassRefPtrWillBeRawPtr<Element>, const CustomElementDescriptor&);
56 CustomElementMicrotaskResolutionStep(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, PassRefPtrWillBeRawPtr<Element>, const CustomElementDescriptor&);
64 RefPtrWillBeMember<CustomElementRegistrationContext> m_context;
H A DCustomElementRegistrationContext.cpp32 #include "core/dom/custom/CustomElementRegistrationContext.h"
49 CustomElementRegistrationContext::CustomElementRegistrationContext() function in class:blink::CustomElementRegistrationContext
54 void CustomElementRegistrationContext::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState& exceptionState)
71 PassRefPtrWillBeRawPtr<Element> CustomElementRegistrationContext::createCustomTagElement(Document& document, const QualifiedName& tagName)
91 void CustomElementRegistrationContext::didGiveTypeExtension(Element* element, const AtomicString& type)
96 void CustomElementRegistrationContext::resolveOrScheduleResolution(Element* element, const AtomicString& typeExtension)
111 void CustomElementRegistrationContext::resolve(Element* element, const CustomElementDescriptor& descriptor)
122 void CustomElementRegistrationContext::setIsAttributeAndTypeExtension(Element* element, const AtomicString& type)
130 void CustomElementRegistrationContext
[all...]
H A DCustomElementMicrotaskResolutionStep.cpp35 #include "core/dom/custom/CustomElementRegistrationContext.h"
39 PassOwnPtrWillBeRawPtr<CustomElementMicrotaskResolutionStep> CustomElementMicrotaskResolutionStep::create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> context, PassRefPtrWillBeRawPtr<Element> element, const CustomElementDescriptor& descriptor)
44 CustomElementMicrotaskResolutionStep::CustomElementMicrotaskResolutionStep(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> context, PassRefPtrWillBeRawPtr<Element> element, const CustomElementDescriptor& descriptor)
H A DCustomElementScheduler.h47 class CustomElementRegistrationContext;
59 static void resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, PassRefPtrWillBeRawPtr<Element>, const CustomElementDescriptor&);
H A DCustomElementRegistry.h53 friend class CustomElementRegistrationContext;
H A DCustomElementScheduler.cpp43 #include "core/dom/custom/CustomElementRegistrationContext.h"
113 void CustomElementScheduler::resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> context, PassRefPtrWillBeRawPtr<Element> element, const CustomElementDescriptor& descriptor)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentInit.h41 class CustomElementRegistrationContext;
71 DocumentInit& withRegistrationContext(CustomElementRegistrationContext*);
73 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> registrationContext(Document*) const;
87 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
H A DDocumentInit.cpp32 #include "core/dom/custom/CustomElementRegistrationContext.h"
131 DocumentInit& DocumentInit::withRegistrationContext(CustomElementRegistrationContext* registrationContext)
145 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> DocumentInit::registrationContext(Document* document) const
151 return CustomElementRegistrationContext::create();
H A DDocument.h76 class CustomElementRegistrationContext;
957 CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); }
1342 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
H A DDocument.cpp100 #include "core/dom/custom/CustomElementRegistrationContext.h"
796 CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension);
838 CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension);
H A DElement.cpp72 #include "core/dom/custom/CustomElementRegistrationContext.h"
1002 CustomElementRegistrationContext::setTypeExtension(this, newValue);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.darwin-arm64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.darwin-mips.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.darwin-mips64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.darwin-x86.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.darwin-x86_64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.linux-arm.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.linux-arm64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.linux-mips.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.linux-mips64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.linux-x86.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
H A Dwebcore_dom.target.linux-x86_64.mk162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \

Completed in 152 milliseconds