Home
last modified time | relevance | path

Searched defs:numProperties (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/css/
DCSSPropertyLonghand.h34 CSSPropertyLonghand(const int* firstProperty, unsigned numProperties) in CSSPropertyLonghand()
DCSSMutableStyleDeclaration.h68 …leDeclaration> create(CSSRule* parentRule, const CSSProperty* const* properties, int numProperties) in create()
DCSSMutableStyleDeclaration.cpp75 …SMutableStyleDeclaration(CSSRule* parent, const CSSProperty* const * properties, int numProperties) in CSSMutableStyleDeclaration()
593 …tableStyleDeclaration::addParsedProperties(const CSSProperty* const* properties, int numProperties) in addParsedProperties()
DCSSParser.cpp1809 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/
DObjectConstructor.cpp138 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