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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h178 inline ImmutableStylePropertySet* toImmutableStylePropertySet(const RefPtr<StylePropertySet>& set) function in namespace:WebCore
180 return toImmutableStylePropertySet(set.get());
271 return toImmutableStylePropertySet(m_propertySet).metadataArray()[m_index];
278 return toImmutableStylePropertySet(m_propertySet).valueArray()[m_index];
301 delete toImmutableStylePropertySet(this);
H A DStylePropertySet.cpp60 return toImmutableStylePropertySet(const_cast<StylePropertySet*>(this));

Completed in 159 milliseconds