/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
D | CustomElementRegistrationContext.cpp | 49 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()
|
D | CustomElementRegistrationContext.h | 51 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();
|
D | CustomElementMicrotaskResolutionStep.h | 43 class CustomElementRegistrationContext; variable 49 …ementMicrotaskResolutionStep> create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, Pas… 56 …CustomElementMicrotaskResolutionStep(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, Pas… 64 RefPtrWillBeMember<CustomElementRegistrationContext> m_context;
|
D | CustomElementScheduler.h | 47 class CustomElementRegistrationContext; variable 59 …static void resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, …
|
D | CustomElementMicrotaskResolutionStep.cpp | 39 …ementMicrotaskResolutionStep::create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> cont… in create() 44 …CustomElementMicrotaskResolutionStep(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> cont… in CustomElementMicrotaskResolutionStep()
|
D | CustomElementRegistry.h | 53 friend class CustomElementRegistrationContext;
|
D | CustomElementScheduler.cpp | 113 …heduler::resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> cont… in resolveOrScheduleResolution()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentInit.h | 41 class CustomElementRegistrationContext; variable 71 DocumentInit& withRegistrationContext(CustomElementRegistrationContext*); 73 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> registrationContext(Document*) const; 87 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
|
D | DocumentInit.cpp | 131 DocumentInit& DocumentInit::withRegistrationContext(CustomElementRegistrationContext* registrationC… in withRegistrationContext() 145 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> DocumentInit::registrationContext(Document… in registrationContext() 151 return CustomElementRegistrationContext::create(); in registrationContext()
|
D | Document.h | 76 class CustomElementRegistrationContext; variable 957 CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); } in registrationContext() 1342 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
|
D | Document.cpp | 796 … CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension); in createElement() 838 … CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension); in createElementNS()
|
D | Element.cpp | 1002 CustomElementRegistrationContext::setTypeExtension(this, newValue); in attributeChangedFromParserOrByCloning()
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | ElementFactory.cpp.tmpl | 15 #include "core/dom/custom/CustomElementRegistrationContext.h"
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.darwin-x86.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.linux-x86.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.darwin-arm64.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.linux-arm64.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.linux-mips.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.darwin-mips64.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.linux-mips64.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.darwin-x86_64.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.linux-x86_64.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.linux-arm.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 162 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
|