Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp46 COMPILE_ASSERT(sizeof(ElementData) == sizeof(SameSizeAsElementData), element_attribute_data_should_…
53 ElementData::ElementData() in ElementData() function in WebCore::ElementData
62 ElementData::ElementData(unsigned arraySize) in ElementData() function in WebCore::ElementData
71 ElementData::ElementData(const ElementData& other, bool isUnique) in ElementData() function in WebCore::ElementData
83 void ElementData::destroy() in destroy()
91 PassRefPtr<UniqueElementData> ElementData::makeUniqueCopy() const in makeUniqueCopy()
98 bool ElementData::isEquivalent(const ElementData* other) const in isEquivalent()
117 size_t ElementData::getAttrIndex(Attr* attr) const in getAttrIndex()
127 size_t ElementData::getAttributeItemIndexSlowCase(const AtomicString& name, bool shouldIgnoreAttrib… in getAttributeItemIndexSlowCase()
149 : ElementData(attributes.size()) in ShareableElementData()
[all …]
DElementData.h45 class ElementData : public RefCounted<ElementData> {
75 bool isEquivalent(const ElementData* other) const;
80 ElementData();
81 explicit ElementData(unsigned arraySize);
82 ElementData(const ElementData&, bool isUnique);
114 class ShareableElementData : public ElementData {
129 class UniqueElementData : public ElementData {
149 inline void ElementData::deref() in deref()
156 inline size_t ElementData::length() const in length()
163 inline const StylePropertySet* ElementData::presentationAttributeStyle() const in presentationAttributeStyle()
[all …]
DElement.h283 const ElementData* elementData() const { return m_elementData.get(); } in elementData()
681 RefPtr<ElementData> m_elementData;
DNode.cpp174 if (ElementData* elementData = element->elementData()) { in dumpStatistics()
260 … Elements with attribute storage: %zu [%zu]\n", elementsWithAttributeStorage, sizeof(ElementData)); in dumpStatistics()
DElement.cpp2677 if (const ElementData* elementData = toElement(n)->elementData()) { in computeInheritedLanguage()
3366 …const Attribute* attribute = const_cast<const ElementData*>(m_elementData.get())->attributeItem(i); in cloneAttributesFromElement()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk75 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-x86.mk75 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-mips.mk75 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-mips.mk75 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.darwin-arm.mk75 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dwebcore_dom.target.linux-arm.mk75 third_party/WebKit/Source/core/dom/ElementData.cpp \
Dcore.gypi1910 'dom/ElementData.cpp',
1911 'dom/ElementData.h',