Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/css/
DCSSMutableStyleDeclaration.cpp567 void CSSMutableStyleDeclaration::setStringProperty(int propertyId, const String &value, CSSPrimitiv… in setStringProperty()
575 void CSSMutableStyleDeclaration::setImageProperty(int propertyId, const String& url, bool important) in setImageProperty()
620 void CSSMutableStyleDeclaration::setLengthProperty(int propertyId, const String& value, bool import… in setLengthProperty()
/external/webkit/WebCore/svg/
DSVGStyledElement.cpp52 int propertyId = cssPropertyID(attrName.localName()); in mapAttributeToCSSProperty() local
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebnavigationaction.cpp92 static void webkit_web_navigation_action_set_property(GObject* object, guint propertyId, const GVal… in webkit_web_navigation_action_set_property()