Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebnavigationaction.cpp88 static void webkit_web_navigation_action_set_property(GObject* object, guint propertyId, const GVal… in webkit_web_navigation_action_set_property()
/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.cpp604 void CSSMutableStyleDeclaration::setStringProperty(int propertyId, const String &value, CSSPrimitiv… in setStringProperty()
612 void CSSMutableStyleDeclaration::setImageProperty(int propertyId, const String& url, bool important) in setImageProperty()
655 void CSSMutableStyleDeclaration::setLengthProperty(int propertyId, const String& value, bool import… in setLengthProperty()
DCSSStyleApplyProperty.cpp196 …ApplyPropertyFillLayer(CSSPropertyID propertyId, EFillLayerType fillLayerType, FillLayer* (RenderS… in ApplyPropertyFillLayer()
DCSSParser.cpp262 static inline bool isColorPropertyID(int propertyId) in isColorPropertyID()
289 static bool parseColorValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& … in parseColorValue()
325 static inline bool isSimpleLengthPropertyID(int propertyId, bool& acceptsNegativeNumbers) in isSimpleLengthPropertyID()
367 static bool parseSimpleLengthValue(CSSMutableStyleDeclaration* declaration, int propertyId, const S… in parseSimpleLengthValue()
409 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& s… in parseValue()
419 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& s… in parseValue()
/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp57 int propertyId = cssPropertyID(attrName.localName()); in mapAttributeToCSSProperty() local
/external/clang/lib/Parse/
DParseObjc.cpp1653 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertySynthesize() local
1707 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertyDynamic() local