Searched refs:toMutableStylePropertySet (Results 1 – 7 of 7) sorted by relevance
241 inline MutableStylePropertySet* toMutableStylePropertySet(const RefPtrWillBeRawPtr<StylePropertySet… in toMutableStylePropertySet() function243 return toMutableStylePropertySet(set.get()); in toMutableStylePropertySet()246 inline MutableStylePropertySet* toMutableStylePropertySet(const Persistent<StylePropertySet>& set) in toMutableStylePropertySet() function248 return toMutableStylePropertySet(set.get()); in toMutableStylePropertySet()251 inline MutableStylePropertySet* toMutableStylePropertySet(const Member<StylePropertySet>& set) in toMutableStylePropertySet() function253 return toMutableStylePropertySet(set.get()); in toMutableStylePropertySet()259 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).metadata(); in propertyMetadata()266 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).value(); in propertyValue()273 return toMutableStylePropertySet(this)->m_propertyVector.size(); in propertyCount()289 delete toMutableStylePropertySet(this); in deref()[all …]
273 return *toMutableStylePropertySet(m_properties.get()); in mutableProperties()307 return *toMutableStylePropertySet(m_properties.get()); in mutableProperties()340 return *toMutableStylePropertySet(m_properties); in mutableProperties()436 return *toMutableStylePropertySet(m_properties); in mutableProperties()471 return *toMutableStylePropertySet(m_properties); in mutableProperties()
63 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this); in immutableCopyIfNeeded()131 m_propertyVector = toMutableStylePropertySet(other).m_propertyVector; in MutableStylePropertySet()159 toMutableStylePropertySet(this)->traceAfterDispatch(visitor); in trace()168 toMutableStylePropertySet(this)->~MutableStylePropertySet(); in finalizeGarbageCollectedObject()
99 return *toMutableStylePropertySet(m_properties.get()); in mutableProperties()
187 …nt.collectStyleForPresentationAttribute(it->name(), it->value(), toMutableStylePropertySet(style)); in computePresentationAttributeStyle()
3056 return *toMutableStylePropertySet(inlineStyle); in ensureMutableInlineStyle()
1384 MutableStylePropertySet* mutableAttributeStyle = toMutableStylePropertySet(attributeStyle); in buildObjectForAttributesStyle()