Home | History | Annotate | Download | only in css

Lines Matching refs:properties

68     static PassRefPtr<CSSMutableStyleDeclaration> create(CSSRule* parentRule, const CSSProperty* const* properties, int numProperties)
70 return adoptRef(new CSSMutableStyleDeclaration(parentRule, properties, numProperties));
72 static PassRefPtr<CSSMutableStyleDeclaration> create(const Vector<CSSProperty>& properties, unsigned variableDependentValueCount)
74 return adoptRef(new CSSMutableStyleDeclaration(0, properties, variableDependentValueCount));
118 // Besides adding the properties, this also removes any existing properties with these IDs.
149 String getShorthandValue(const int* properties, int number) const;
150 String getCommonValue(const int* properties, int number) const;
151 String getLayeredShorthandValue(const int* properties, unsigned number) const;
152 String get4Values(const int* properties) const;