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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.h 52 class CustomElementRegistrationContext FINAL : public RefCountedWillBeGarbageCollectedFinalized<CustomElementRegistrationContext> {
54 static PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> create()
56 return adoptRefWillBeNoop(new CustomElementRegistrationContext());
59 ~CustomElementRegistrationContext() { }
73 CustomElementRegistrationContext();
CustomElementMicrotaskResolutionStep.h 43 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;
CustomElementRegistrationContext.cpp 32 #include "core/dom/custom/CustomElementRegistrationContext.h"
49 CustomElementRegistrationContext::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::setTypeExtension(Element* element, const AtomicString& type
    [all...]
CustomElementMicrotaskResolutionStep.cpp 35 #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)
CustomElementScheduler.h 46 class CustomElementRegistrationContext;
57 static void resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, PassRefPtrWillBeRawPtr<Element>, const CustomElementDescriptor&);
CustomElementRegistry.h 53 friend class CustomElementRegistrationContext;
CustomElementScheduler.cpp 42 #include "core/dom/custom/CustomElementRegistrationContext.h"
69 void CustomElementScheduler::resolveOrScheduleResolution(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> context, PassRefPtrWillBeRawPtr<Element> element, const CustomElementDescriptor& descriptor)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.h 41 class CustomElementRegistrationContext;
70 DocumentInit& withRegistrationContext(CustomElementRegistrationContext*);
72 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> registrationContext(Document*) const;
86 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
DocumentInit.cpp 32 #include "core/dom/custom/CustomElementRegistrationContext.h"
129 DocumentInit& DocumentInit::withRegistrationContext(CustomElementRegistrationContext* registrationContext)
143 PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> DocumentInit::registrationContext(Document* document) const
149 return CustomElementRegistrationContext::create();
Document.h 80 class CustomElementRegistrationContext;
    [all...]
Document.cpp 97 #include "core/dom/custom/CustomElementRegistrationContext.h"
772 CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension);
814 CustomElementRegistrationContext::setIsAttributeAndTypeExtension(element.get(), typeExtension);
    [all...]
Element.cpp 68 #include "core/dom/custom/CustomElementRegistrationContext.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.darwin-arm64.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.darwin-mips.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.darwin-x86.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.darwin-x86_64.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.linux-arm.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.linux-arm64.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.linux-mips.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.linux-x86.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \
webcore_dom.target.linux-x86_64.mk 160 third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp \

Completed in 617 milliseconds