Home | History | Annotate | Download | only in css

Lines Matching defs:ImmutableStylePropertySet

38 class ImmutableStylePropertySet;
110 PassRefPtr<ImmutableStylePropertySet> immutableCopyIfNeeded() const;
154 class ImmutableStylePropertySet : public StylePropertySet {
156 ~ImmutableStylePropertySet();
157 static PassRefPtr<ImmutableStylePropertySet> create(const CSSProperty* properties, unsigned count, CSSParserMode);
175 ImmutableStylePropertySet(const CSSProperty*, unsigned count, CSSParserMode);
178 inline const RawPtrWillBeMember<CSSValue>* ImmutableStylePropertySet::valueArray() const
183 inline const StylePropertyMetadata* ImmutableStylePropertySet::metadataArray() const
188 DEFINE_TYPE_CASTS(ImmutableStylePropertySet, StylePropertySet, set, !set->isMutable(), !set.isMutable());
190 inline ImmutableStylePropertySet* toImmutableStylePropertySet(const RefPtr<StylePropertySet>& set)