• Home
  • Raw
  • Download

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);
87 …bool parseFillProperty(int propId, int& propId1, int& propId2, RefPtr<CSSValue>&, RefPtr<CSSValue>…
88 … bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important);
105 bool parseAnimationProperty(int propId, RefPtr<CSSValue>&);
109 bool parseDashboardRegions(int propId, bool important);
111 bool parseShape(int propId, bool important);
116 bool parseCounter(int propId, int defaultValue, bool important);
134 bool parseSVGValue(int propId, bool important);
141 bool parseShadow(int propId, bool important);
142 bool parseBorderImage(int propId, bool important, RefPtr<CSSValue>&);
143 bool parseBorderRadius(int propId, bool important);
145 bool parseReflect(int propId, bool important);
152 …bool parseTransformOrigin(int propId, int& propId1, int& propId2, int& propId3, RefPtr<CSSValue>&,…
153 …bool parsePerspectiveOrigin(int propId, int& propId1, int& propId2, RefPtr<CSSValue>&, RefPtr<CSS…
155 …void parsePropertyWithResolvedVariables(int propId, bool important, CSSMutableStyleDeclaration*, C…
192 void addUnresolvedProperty(int propId, bool important);
291 ShorthandScope(CSSParser* parser, int propId) : m_parser(parser) in ShorthandScope() argument
294 m_parser->m_currentShorthand = propId; in ShorthandScope()