Searched defs:numProperties (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/css/ |
D | CSSPropertyLonghand.h | 34 CSSPropertyLonghand(const int* firstProperty, unsigned numProperties) in CSSPropertyLonghand()
|
D | CSSMutableStyleDeclaration.h | 68 …leDeclaration> create(CSSRule* parentRule, const CSSProperty* const* properties, int numProperties) in create()
|
D | CSSMutableStyleDeclaration.cpp | 75 …SMutableStyleDeclaration(CSSRule* parent, const CSSProperty* const * properties, int numProperties) in CSSMutableStyleDeclaration() 593 …tableStyleDeclaration::addParsedProperties(const CSSProperty* const* properties, int numProperties) in addParsedProperties()
|
D | CSSParser.cpp | 1809 bool CSSParser::parseFillShorthand(int propId, const int* properties, int numProperties, bool impor… in parseFillShorthand() 1954 const int numProperties = sizeof(properties) / sizeof(properties[0]); in parseAnimationShorthand() local 2012 const int numProperties = sizeof(properties) / sizeof(properties[0]); in parseTransitionShorthand() local 2064 bool CSSParser::parseShorthand(int propId, const int *properties, int numProperties, bool important) in parseShorthand()
|
/external/webkit/JavaScriptCore/runtime/ |
D | ObjectConstructor.cpp | 138 size_t numProperties = properties.size(); in objectConstructorGetOwnPropertyNames() local 152 size_t numProperties = properties.size(); in objectConstructorKeys() local 265 size_t numProperties = propertyNames.size(); in defineProperties() local
|