OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomElementRegistrationContext
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.h
50
class
CustomElementRegistrationContext
: public RefCounted<
CustomElementRegistrationContext
> {
52
static PassRefPtr<
CustomElementRegistrationContext
> create();
54
~
CustomElementRegistrationContext
() { }
64
CustomElementRegistrationContext
() { }
CustomElementRegistrationContext.cpp
32
#include "core/dom/custom/
CustomElementRegistrationContext
.h"
48
void
CustomElementRegistrationContext
::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState& exceptionState)
61
PassRefPtr<Element>
CustomElementRegistrationContext
::createCustomTagElement(Document& document, const QualifiedName& tagName)
81
void
CustomElementRegistrationContext
::didGiveTypeExtension(Element* element, const AtomicString& type)
86
void
CustomElementRegistrationContext
::resolve(Element* element, const AtomicString& typeExtension)
103
void
CustomElementRegistrationContext
::didResolveElement(CustomElementDefinition* definition, Element* element)
108
void
CustomElementRegistrationContext
::didCreateUnresolvedElement(const CustomElementDescriptor& descriptor, Element* element)
114
PassRefPtr<
CustomElementRegistrationContext
>
CustomElementRegistrationContext
::create()
116
return adoptRef(new
CustomElementRegistrationContext
());
[
all
...]
CustomElementRegistry.h
53
friend class
CustomElementRegistrationContext
;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.h
40
class
CustomElementRegistrationContext
;
68
DocumentInit& withRegistrationContext(
CustomElementRegistrationContext
*);
70
PassRefPtr<
CustomElementRegistrationContext
> registrationContext(Document*) const;
84
RefPtr<
CustomElementRegistrationContext
> m_registrationContext;
DocumentInit.cpp
33
#include "core/dom/custom/
CustomElementRegistrationContext
.h"
139
DocumentInit& DocumentInit::withRegistrationContext(
CustomElementRegistrationContext
* registrationContext)
146
PassRefPtr<
CustomElementRegistrationContext
> DocumentInit::registrationContext(Document* document) const
157
return
CustomElementRegistrationContext
::create();
Document.h
77
class
CustomElementRegistrationContext
;
[
all
...]
Document.cpp
98
#include "core/dom/custom/
CustomElementRegistrationContext
.h"
711
CustomElementRegistrationContext
::setIsAttributeAndTypeExtension(element.get(), typeExtension);
735
CustomElementRegistrationContext
::setIsAttributeAndTypeExtension(element.get(), typeExtension);
[
all
...]
Element.cpp
64
#include "core/dom/custom/
CustomElementRegistrationContext
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk
132
third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext
.cpp \
webcore_dom.target.darwin-mips.mk
132
third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext
.cpp \
webcore_dom.target.darwin-x86.mk
132
third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext
.cpp \
webcore_dom.target.linux-arm.mk
132
third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext
.cpp \
webcore_dom.target.linux-mips.mk
132
third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext
.cpp \
webcore_dom.target.linux-x86.mk
132
third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext
.cpp \
Completed in 288 milliseconds