Searched defs:addProperty (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dregexp-enumerate-001.js53 for ( p in r ) { e[e.length] = { property:p, value:r[p] }; t.addProperty( p, r[p]) };
64 this.addProperty = addProperty;
66 function addProperty(name, value) { function
/external/webkit/WebCore/rendering/style/
H A DKeyframeList.h70 void addProperty(int prop) { m_properties.add(prop); } function in class:WebCore::KeyframeList
/external/webkit/WebCore/css/
H A DCSSParser.cpp422 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important) function in class:WebCore::CSSParser
608 addProperty(propId, CSSInheritedValue::create(), important);
614 addProperty(propId, CSSInitialValue::createExplicit(), important);
727 addProperty(CSSPropertyOverflowY, value, important);
815 addProperty(properties[1], value, important);
959 addProperty(propId1, val1.release(), important);
961 addProperty(propId2, val2.release(), important);
1205 addProperty(propId, values.release(), important);
1218 addProperty(propId, result, important);
1245 addProperty(propI
[all...]

Completed in 93 milliseconds