Searched defs:propertyId (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebnavigationaction.cpp | 88 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/ |
D | CSSMutableStyleDeclaration.cpp | 604 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()
|
D | CSSStyleApplyProperty.cpp | 196 …ApplyPropertyFillLayer(CSSPropertyID propertyId, EFillLayerType fillLayerType, FillLayer* (RenderS… in ApplyPropertyFillLayer()
|
D | CSSParser.cpp | 262 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/ |
D | SVGStyledElement.cpp | 57 int propertyId = cssPropertyID(attrName.localName()); in mapAttributeToCSSProperty() local
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1653 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertySynthesize() local 1707 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertyDynamic() local
|