Searched defs:cssValue (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleCachedImage.cpp32 PassRefPtr<CSSValue> StyleCachedImage::cssValue() const function in class:WebCore::StyleCachedImage
H A DStyleGeneratedImage.cpp32 PassRefPtr<CSSValue> StyleGeneratedImage::cssValue() const function in class:WebCore::StyleGeneratedImage
H A DStylePendingImage.h46 virtual PassRefPtr<CSSValue> cssValue() const { return m_value; } function in class:WebCore::StylePendingImage
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp921 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(CSSPropertyBackgroundColor); local
922 if (!cssValue)
925 if (!cssValue->isPrimitiveValue())
927 CSSPrimitiveValue* value = static_cast<CSSPrimitiveValue*>(cssValue.get());
957 RefPtr<CSSValue> cssValue = selectionStyle->style()->getPropertyCSSValue(CSSPropertyFontSize); local
958 if (cssValue->isPrimitiveValue()) {
959 value = String::number(legacyFontSizeFromCSSValue(m_frame->document(), static_cast<CSSPrimitiveValue*>(cssValue.get()),
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp2085 static bool parseBackgroundClip(CSSParserValue* parserValue, RefPtr<CSSValue>& cssValue, CSSPrimitiveValueCache* primitiveValueCache) argument
2089 cssValue = primitiveValueCache->createIdentifierValue(parserValue->id);

Completed in 144 milliseconds