Home | History | Annotate | Download | only in css

Lines Matching refs:propId

61         bool parseValue(CSSMutableStyleDeclaration*, int propId, const String&, bool important);
69 void addProperty(int propId, PassRefPtr<CSSValue>, bool important);
73 bool parseValue(int propId, bool important);
74 bool parseShorthand(int propId, const int* properties, int numProperties, bool important);
75 bool parse4Values(int propId, const int* properties, bool important);
76 bool parseContent(int propId, bool important);
86 PassRefPtr<CSSValue> parseFillSize(int propId, bool &allowComma);
88 bool parseFillProperty(int propId, int& propId1, int& propId2, RefPtr<CSSValue>&, RefPtr<CSSValue>&);
89 bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important);
106 bool parseAnimationProperty(int propId, RefPtr<CSSValue>&);
110 bool parseDashboardRegions(int propId, bool important);
112 bool parseShape(int propId, bool important);
117 bool parseCounter(int propId, int defaultValue, bool important);
135 bool parseSVGValue(int propId, bool important);
142 bool parseShadow(int propId, bool important);
143 bool parseBorderImage(int propId, bool important, RefPtr<CSSValue>&);
144 bool parseBorderRadius(int propId, bool important);
146 bool parseReflect(int propId, bool important);
153 bool parseTransformOrigin(int propId, int& propId1, int& propId2, int& propId3, RefPtr<CSSValue>&, RefPtr<CSSValue>&, RefPtr<CSSValue>&);
154 bool parsePerspectiveOrigin(int propId, int& propId1, int& propId2, RefPtr<CSSValue>&, RefPtr<CSSValue>&);
156 void parsePropertyWithResolvedVariables(int propId, bool important, CSSMutableStyleDeclaration*, CSSParserValueList*);
195 void addUnresolvedProperty(int propId, bool important);
302 ShorthandScope(CSSParser* parser, int propId) : m_parser(parser)
305 m_parser->m_currentShorthand = propId;