/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ElementData.cpp | 45 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 …]
|
D | ElementData.h | 49 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 …]
|
D | Element.h | 496 const ElementData* elementData() const { return m_elementData.get(); } in elementData() 633 RefPtrWillBeMember<ElementData> m_elementData;
|
D | Node.cpp | 181 if (const ElementData* elementData = element->elementData()) { in dumpStatistics() 246 … Elements with attribute storage: %zu [%zu]\n", elementsWithAttributeStorage, sizeof(ElementData)); in dumpStatistics()
|
D | Element.cpp | 2440 if (const ElementData* elementData = toElement(n)->elementData()) { in computeInheritedLanguage()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.darwin-x86.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.linux-x86.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.darwin-arm64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.linux-arm64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.linux-mips.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.darwin-mips64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.linux-mips64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.darwin-x86_64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.linux-x86_64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.linux-arm.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
D | core.gypi | 2081 'dom/ElementData.cpp', 2082 'dom/ElementData.h',
|