Searched defs:cssValue (Results 1 – 5 of 5) sorted by relevance
56 String cssValue; in constructorCallback() local
171 RefPtr<CSSValue> cssValue = imp->getPropertyCSSValue(propInfo->propID); in namedPropertyGetter() local
32 PassRefPtr<CSSValue> StyleGeneratedImage::cssValue() in cssValue() function in WebCore::StyleGeneratedImage
32 PassRefPtr<CSSValue> StyleCachedImage::cssValue() in cssValue() function in WebCore::StyleCachedImage
1798 static bool parseBackgroundClip(CSSParserValue* parserValue, RefPtr<CSSValue>& cssValue) in parseBackgroundClip()