Home
last modified time | relevance | path

Searched refs:ElementData (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp45 COMPILE_ASSERT(sizeof(ElementData) == sizeof(SameSizeAsElementData), element_attribute_data_should_…
52 ElementData::ElementData() in ElementData() function in blink::ElementData
61 ElementData::ElementData(unsigned arraySize) in ElementData() function in blink::ElementData
70 ElementData::ElementData(const ElementData& other, bool isUnique) in ElementData() function in blink::ElementData
83 void ElementData::finalizeGarbageCollectedObject() in finalizeGarbageCollectedObject()
91 void ElementData::destroy() in destroy()
100 PassRefPtrWillBeRawPtr<UniqueElementData> ElementData::makeUniqueCopy() const in makeUniqueCopy()
107 bool ElementData::isEquivalent(const ElementData* other) const in isEquivalent()
126 void ElementData::trace(Visitor* visitor) in trace()
134 void ElementData::traceAfterDispatch(Visitor* visitor) in traceAfterDispatch()
[all …]
DElementData.h49 class ElementData : public RefCountedWillBeGarbageCollectedFinalized<ElementData> {
78 bool isEquivalent(const ElementData* other) const;
86 ElementData();
87 explicit ElementData(unsigned arraySize);
88 ElementData(const ElementData&, bool isUnique);
116 DEFINE_TYPE_CASTS(thisType, ElementData, data, pointerPredicate, referencePredicate)
127 class ShareableElementData FINAL : public ElementData {
135 void traceAfterDispatch(Visitor* visitor) { ElementData::traceAfterDispatch(visitor); } in traceAfterDispatch()
164 class UniqueElementData FINAL : public ElementData {
189 inline void ElementData::deref() in deref()
[all …]
DElement.h496 const ElementData* elementData() const { return m_elementData.get(); } in elementData()
633 RefPtrWillBeMember<ElementData> m_elementData;
DNode.cpp181 if (const ElementData* elementData = element->elementData()) { in dumpStatistics()
246 … Elements with attribute storage: %zu [%zu]\n", elementsWithAttributeStorage, sizeof(ElementData)); in dumpStatistics()
DElement.cpp2440 if (const ElementData* elementData = toElement(n)->elementData()) { in computeInheritedLanguage()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-x86.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-arm64.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-arm64.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-mips.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-mips.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-mips64.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-mips64.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-x86_64.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-x86_64.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-arm.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-arm.mk79 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dcore.gypi2081 'dom/ElementData.cpp',
2082 'dom/ElementData.h',