Searched refs:toImmutableStylePropertySet (Results 1 – 2 of 2) sorted by relevance
178 inline ImmutableStylePropertySet* toImmutableStylePropertySet(const RefPtr<StylePropertySet>& set) in toImmutableStylePropertySet() function180 return toImmutableStylePropertySet(set.get()); in toImmutableStylePropertySet()271 return toImmutableStylePropertySet(m_propertySet).metadataArray()[m_index]; in propertyMetadata()278 return toImmutableStylePropertySet(m_propertySet).valueArray()[m_index]; in propertyValue()301 delete toImmutableStylePropertySet(this); in deref()
60 return toImmutableStylePropertySet(const_cast<StylePropertySet*>(this)); in immutableCopyIfNeeded()