Home
last modified time | relevance | path

Searched refs:toImmutableStylePropertySet (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h178 inline ImmutableStylePropertySet* toImmutableStylePropertySet(const RefPtr<StylePropertySet>& set) in toImmutableStylePropertySet() function
180 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()
DStylePropertySet.cpp60 return toImmutableStylePropertySet(const_cast<StylePropertySet*>(this)); in immutableCopyIfNeeded()