Home
last modified time | relevance | path

Searched refs:addProperty (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
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/Source/WebCore/css/
DCSSParser.cpp582 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important) in addProperty() function in WebCore::CSSParser
776 addProperty(propId, CSSInheritedValue::create(), important); in parseValue()
782 addProperty(propId, CSSInitialValue::createExplicit(), important); in parseValue()
892 addProperty(CSSPropertyOverflowY, value, important); in parseValue()
985 addProperty(properties[1], value, important); in parseValue()
1134 addProperty(propId1, val1.release(), important); in parseValue()
1136 addProperty(propId2, val2.release(), important); in parseValue()
1383 addProperty(propId, result, important); in parseValue()
1410 addProperty(propId, val.release(), important); in parseValue()
1550 addProperty(propId, val, important); in parseValue()
[all …]
DSVGCSSParser.cpp286 addProperty(CSSPropertyMarkerMid, value, important); in parseSVGValue()
287 addProperty(CSSPropertyMarkerEnd, value, important); in parseSVGValue()
312 addProperty(propId, parsedValue.release(), important); in parseSVGValue()
DCSSParser.h77 void addProperty(int propId, PassRefPtr<CSSValue>, bool important);
DCSSStyleSelector.cpp1555 keyframe.addProperty(property); in styleForKeyframe()
/external/webkit/Source/WebCore/rendering/style/
DKeyframeList.h46 void addProperty(int prop) { m_properties.add(prop); } in addProperty() function
80 void addProperty(int prop) { m_properties.add(prop); } in addProperty() function
/external/skia/src/xml/
DSkJSDisplayable.cpp202 gDisplayableClasses[type].addProperty = JS_PropertyStub; in JS_INIT()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-191928 (CSSParser::addProperty):
11072 (CSSParser::addProperty):
DChangeLog-2003-10-2511686 (CSSParser::addProperty):
DChangeLog-2009-06-167504 … * css/CSSParser.cpp: (WebCore::CSSParser::addProperty): Don't leak the property even if there
37190 (WebCore::CSSParser::addProperty):
83377 (WebCore::KeyframeList::addProperty):
DChangeLog-2008-08-1014711 (WebCore::CSSParser::addProperty):
14734 (WebCore::CSSParser::addProperty):
DChangeLog-2010-05-2445542 (WebCore::CSSParser::addProperty):
DChangeLog-2006-12-3126066 (WebCore::CSSParser::addProperty): Take care of reset/increment
DChangeLog-2005-08-2351504 (CSSParser::addProperty):
DChangeLog11239 (WebCore::CSSParser::addProperty):
DChangeLog-2010-01-2940956 (WebCore::SynchronizableProperties::addProperty):
DChangeLog-2010-12-06106371 (WebCore::CSSParser::addProperty): Ditto.