HomeSort by relevance Sort by last modified time
    Searched refs:toImmutableStylePropertySet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 190 inline ImmutableStylePropertySet* toImmutableStylePropertySet(const RefPtr<StylePropertySet>& set)
192 return toImmutableStylePropertySet(set.get());
259 return toImmutableStylePropertySet(m_propertySet).metadataArray()[m_index];
266 return toImmutableStylePropertySet(m_propertySet).valueArray()[m_index];
290 delete toImmutableStylePropertySet(this);
298 return toImmutableStylePropertySet(this)->findPropertyIndex(propertyID);
StylePropertySet.cpp 62 return toImmutableStylePropertySet(const_cast<StylePropertySet*>(this));
161 toImmutableStylePropertySet(this)->traceAfterDispatch(visitor);
170 toImmutableStylePropertySet(this)->~ImmutableStylePropertySet();

Completed in 146 milliseconds