HomeSort by relevance Sort by last modified time
    Searched refs:ElementData (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 67 class ElementData : public RefCounted<ElementData> {
97 bool isEquivalent(const ElementData* other) const;
102 ElementData();
103 ElementData(unsigned arraySize);
104 ElementData(const ElementData&, bool isUnique);
134 class ShareableElementData : public ElementData {
149 class UniqueElementData : public ElementData {
299 size_t getAttributeItemIndex(const QualifiedName& name) const { return elementData()->getAttributeItemIndex(name);
    [all...]
Element.cpp 332 ASSERT(elementData());
333 const Attribute* attribute = elementData()->attributeItem(index);
347 ASSERT(elementData());
349 const Attribute* attribute = elementData()->attributeItem(index);
358 if (!elementData())
361 size_t index = elementData()->getAttributeItemIndex(name);
425 if (!elementData())
427 if (elementData()->m_styleAttributeIsDirty) {
431 if (elementData()->m_animatedSVGAttributesAreDirty) {
439 if (!elementData())
    [all...]
Node.cpp 170 if (ElementData* elementData = element->elementData()) {
171 attributes += elementData->length();
173 for (unsigned i = 0; i < elementData->length(); ++i) {
174 Attribute* attr = elementData->attributeItem(i);
256 printf(" Number of Elements with attribute storage: %zu [%zu]\n", elementsWithAttributeStorage, sizeof(ElementData));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 587 milliseconds