Home | History | Annotate | Download | only in css

Lines Matching refs:cssPropertyID

629     switch (static_cast<CSSPropertyID>(propId)) {
2419 CSSPropertyID property = static_cast<CSSPropertyID>(propId);
2670 int result = cssPropertyID(value->string);
3703 ShadowParseContext(CSSPropertyID prop)
3800 CSSPropertyID property;
3821 ShadowParseContext context(static_cast<CSSPropertyID>(propId));
3832 if (static_cast<CSSPropertyID>(propId) == CSSPropertyWebkitSvgShadow)
5307 static int cssPropertyID(const UChar* propertyName, unsigned length)
5359 int cssPropertyID(const String& string)
5361 return cssPropertyID(string.characters(), string.length());
5364 int cssPropertyID(const CSSParserString& string)
5366 return cssPropertyID(string.characters, string.length);