Searched refs:elementData (Results 1 – 11 of 11) sorted by relevance
80 RefPtr<ShareableElementData> elementData; in cachedShareableElementDataWithAttributes() local82 elementData = cacheIterator->value->value; in cachedShareableElementDataWithAttributes()84 elementData = ShareableElementData::createWithAttributes(attributes); in cachedShareableElementDataWithAttributes()87 return elementData.release(); in cachedShareableElementDataWithAttributes()89 …ataCacheEntry(ShareableElementDataCacheKey(elementData->m_attributeArray, elementData->length()), … in cachedShareableElementDataWithAttributes()91 return elementData.release(); in cachedShareableElementDataWithAttributes()
160 …size_t getAttributeItemIndex(const QualifiedName& name) const { return elementData()->getAttribute… in getAttributeItemIndex()161 …nst AtomicString& name, bool shouldIgnoreAttributeCase) const { return elementData()->getAttribute… in getAttributeItemIndex()250 …const StylePropertySet* inlineStyle() const { return elementData() ? elementData()->m_inlineStyle.… in inlineStyle()283 const ElementData* elementData() const { return m_elementData.get(); } in elementData() function721 return elementData() && getAttributeItem(name); in fastHasAttribute()727 if (elementData()) { in fastGetAttribute()736 return elementData() && !elementData()->isEmpty(); in hasAttributesWithoutUpdate()742 return elementData()->idForStyleResolution(); in idForStyleResolution()791 ASSERT(elementData()); in classNames()792 return elementData()->classNames(); in classNames()[all …]
322 ASSERT(elementData()); in detachAttribute()323 const Attribute* attribute = elementData()->attributeItem(index); in detachAttribute()337 ASSERT(elementData()); in detachAttrNodeAtIndex()339 const Attribute* attribute = elementData()->attributeItem(index); in detachAttrNodeAtIndex()348 if (!elementData()) in removeAttribute()351 size_t index = elementData()->getAttributeItemIndex(name); in removeAttribute()415 if (!elementData()) in synchronizeAllAttributes()417 if (elementData()->m_styleAttributeIsDirty) { in synchronizeAllAttributes()421 if (elementData()->m_animatedSVGAttributesAreDirty) { in synchronizeAllAttributes()429 if (!elementData()) in synchronizeAttribute()[all …]
203 ASSERT(m_element->elementData()); in elementAttribute()
174 if (ElementData* elementData = element->elementData()) { in dumpStatistics() local175 attributes += elementData->length(); in dumpStatistics()177 for (unsigned i = 0; i < elementData->length(); ++i) { in dumpStatistics()178 Attribute* attr = elementData->attributeItem(i); in dumpStatistics()
288 E elementData(int index) { in elementData() method in MinMaxPriorityQueue293 return isEmpty() ? null : elementData(0); in peek()362 return isEmpty() ? null : elementData(getMaxElementIndex()); in peekLast()388 E actualLastElement = elementData(size); in removeAt()391 E toTrickle = elementData(size); in removeAt()428 ? new MoveDesc<E>(toTrickle, elementData(index)) in fillHole()448 E value = elementData(index); in removeAndGet()496 return ordering.compare(elementData(a), elementData(b)); in compareElements()519 parent = elementData(removeIndex); in tryCrossOverAndBubbleUp()521 parent = elementData(getParentIndex(removeIndex)); in tryCrossOverAndBubbleUp()[all …]
70 return m_element->elementData()->classNames(); in classNames()
460 ASSERT(elementData()); in updateType()
117 if (element().elementData() == candidate.elementData()) in sharingCandidateHasIdenticalStyleAffectingAttributes()
1023 if (!elementData() || !elementData()->m_animatedSVGAttributesAreDirty) in synchronizeAnimatedSVGAttribute()1029 elementData()->m_animatedSVGAttributesAreDirty = false; in synchronizeAnimatedSVGAttribute()
395 if (!element->elementData() || !element->getAttributeItem(tokenAttribute.name())) in mergeAttributesFromTokenIntoElement()