/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ElementData.cpp | 32 #include "core/dom/ElementData.h" 45 COMPILE_ASSERT(sizeof(ElementData) == sizeof(SameSizeAsElementData), element_attribute_data_should_stay_small); 52 ElementData::ElementData() 61 ElementData::ElementData(unsigned arraySize) 70 ElementData::ElementData(const ElementData& other, bool isUnique) 83 void ElementData::finalizeGarbageCollectedObject( [all...] |
ElementData.h | 47 // ElementData represents very common, but not necessarily unique to an element, 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 { [all...] |
Element.h | 34 #include "core/dom/ElementData.h" 253 const StylePropertySet* inlineStyle() const { return elementData() ? elementData()->m_inlineStyle.get() : 0; } 289 bool sharesSameElementData(const Element& other) const { return elementData() == other.elementData(); } 496 const ElementData* elementData() const { return m_elementData.get(); } 633 RefPtrWillBeMember<ElementData> m_elementData; 679 return elementData() && elementData()->attributes().findIndex(name) != kNotFound [all...] |
Node.cpp | 181 if (const ElementData* elementData = element->elementData()) { 182 attributes += elementData->attributes().size(); 246 printf(" Number of Elements with attribute storage: %zu [%zu]\n", elementsWithAttributeStorage, sizeof(ElementData)); [all...] |
Element.cpp | 285 ASSERT(elementData()); 286 const Attribute& attribute = elementData()->attributes().at(index); 300 ASSERT(elementData()); 302 const Attribute& attribute = elementData()->attributes().at(index); 310 if (!elementData()) 313 size_t index = elementData()->attributes().findIndex(name); 374 if (!elementData()) 379 if (elementData()->m_styleAttributeIsDirty) { 383 if (elementData()->m_animatedSVGAttributesAreDirty) { 391 if (!elementData()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_dom.target.darwin-arm.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.darwin-arm64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.darwin-mips.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.darwin-mips64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.darwin-x86.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.darwin-x86_64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.linux-arm.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.linux-arm64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.linux-mips.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.linux-mips64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.linux-x86.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
webcore_dom.target.linux-x86_64.mk | 79 third_party/WebKit/Source/core/dom/ElementData.cpp \
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |