Searched defs:numProperties (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/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() 630 …tableStyleDeclaration::addParsedProperties(const CSSProperty* const* properties, int numProperties) in addParsedProperties()
|
D | CSSParser.cpp | 2097 bool CSSParser::parseFillShorthand(int propId, const int* properties, int numProperties, bool impor… in parseFillShorthand() 2252 const int numProperties = WTF_ARRAY_LENGTH(properties); in parseAnimationShorthand() local 2310 const int numProperties = WTF_ARRAY_LENGTH(properties); in parseTransitionShorthand() local 2362 bool CSSParser::parseShorthand(int propId, const int *properties, int numProperties, bool important) in parseShorthand()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | SerializedScriptValue.cpp | 237 void writeObject(uint32_t numProperties) in writeObject() 243 void writeSparseArray(uint32_t numProperties, uint32_t length) in writeSparseArray() 385 StateBase* writeObject(uint32_t numProperties, StateBase* state) in writeObject() 391 StateBase* writeSparseArray(uint32_t numProperties, uint32_t length, StateBase* state) in writeSparseArray() 558 virtual StateBase* objectDone(unsigned numProperties, Serializer& serializer) in objectDone() 572 virtual StateBase* objectDone(unsigned numProperties, Serializer& serializer) in objectDone() 819 uint32_t numProperties; in read() local 827 uint32_t numProperties; in read() local 1076 virtual bool createObject(uint32_t numProperties, v8::Handle<v8::Value>* value) in createObject() 1084 …virtual bool createSparseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>* val… in createSparseArray() [all …]
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ObjectConstructor.cpp | 174 size_t numProperties = properties.size(); in objectConstructorGetOwnPropertyNames() local 188 size_t numProperties = properties.size(); in objectConstructorKeys() local 301 size_t numProperties = propertyNames.size(); in defineProperties() local
|