Searched defs:cssValue (Results 1 – 7 of 7) 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() const in cssValue() function in WebCore::StyleGeneratedImage
32 PassRefPtr<CSSValue> StyleCachedImage::cssValue() const in cssValue() function in WebCore::StyleCachedImage
46 virtual PassRefPtr<CSSValue> cssValue() const { return m_value; } in cssValue() function
921 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(CSSPropertyBackgroundColor); in hasTransparentBackgroundColor() local957 … RefPtr<CSSValue> cssValue = selectionStyle->style()->getPropertyCSSValue(CSSPropertyFontSize); in selectionStartCSSPropertyValue() local
2085 static bool parseBackgroundClip(CSSParserValue* parserValue, RefPtr<CSSValue>& cssValue, CSSPrimiti… in parseBackgroundClip()