Home
last modified time | relevance | path

Searched defs:cssValue (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleFetchedShader.cpp46 PassRefPtr<CSSValue> StyleFetchedShader::cssValue() const in cssValue() function in WebCore::StyleFetchedShader
DStylePendingShader.h46 virtual PassRefPtr<CSSValue> cssValue() const { return m_value; } in cssValue() function
DStyleGeneratedImage.cpp40 PassRefPtr<CSSValue> StyleGeneratedImage::cssValue() const in cssValue() function in WebCore::StyleGeneratedImage
DStyleFetchedImage.cpp44 PassRefPtr<CSSValue> StyleFetchedImage::cssValue() const in cssValue() function in WebCore::StyleFetchedImage
DStylePendingImage.h48 virtual PassRefPtr<CSSValue> cssValue() const { return m_value; } in cssValue() function
DStyleFetchedImageSet.cpp50 PassRefPtr<CSSValue> StyleFetchedImageSet::cssValue() const in cssValue() function in WebCore::StyleFetchedImageSet
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableNeutralTest.cpp50 RefPtr<CSSValue> cssValue = CSSArrayFunctionValue::create(); in TEST() local
DAnimatableUnknownTest.cpp54 RefPtr<CSSValue> cssValue; member in __anone56583390111::AnimationAnimatableUnknownTest
DAnimatableLengthTest.cpp78 PassRefPtr<CSSValue> toCSSValue(CSSValue* cssValue) in toCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp70 RefPtr<CSSValue> cssValue = toAnimatableUnknown(value)->toCSSValue(); in animatableValueToLength() local
81 RefPtr<CSSValue> cssValue = toAnimatableUnknown(value)->toCSSValue(); in animatableValueToBorderImageLength() local
DFilterOperationResolver.cpp476 CSSValue* cssValue = filterValue->itemWithoutBoundsCheck(0); in createFilterOperations() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DReferenceFilterBuilder.cpp85 RefPtr<CSSValue> cssValue = svgElement->getPresentationAttribute( in getSVGElementColorSpace() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaQueryExp.cpp208 RefPtr<CSSValue> cssValue; in create() local
DMediaList.cpp282 CSSValue* cssValue = expression->value(); in reportMediaQueryWarningIfNeeded() local
DStylePropertySet.cpp290 const CSSValue* cssValue = m_propertyVector.at(index).value(); in setVariableValue() local
DCSSParser-in.cpp2858 static bool parseBackgroundClip(CSSParserValue* parserValue, RefPtr<CSSValue>& cssValue) in parseBackgroundClip()
3039 RefPtr<CSSValue> cssValue = value->valueAt(i)->createCSSValue(); in storeVariableDeclaration() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp344 RefPtr<CSSValue> cssValue = styleDeclaration->propertyAt(i).value(); in retrieveResourcesForProperties() local
349 void PageSerializer::retrieveResourcesForCSSValue(CSSValue* cssValue, Document* document) in retrieveResourcesForCSSValue()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp213 …RefPtr<CSSValue> cssValue = imp->getPropertyCSSValueInternal(static_cast<CSSPropertyID>(propInfo->… in namedPropertyGetterCustom() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1242 RefPtr<CSSValue> cssValue = m_mutableStyle->getPropertyCSSValue(CSSPropertyFontSize); in legacyFontSize() local
1624 bool isTransparentColorValue(CSSValue* cssValue) in isTransparentColorValue()
1638 RefPtr<CSSValue> cssValue = style->getPropertyCSSValueInternal(CSSPropertyBackgroundColor); in hasTransparentBackgroundColor() local
1644 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(CSSPropertyBackgroundColor); in hasTransparentBackgroundColor() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp294 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(propertyID); in getPresentationAttribute() local