HomeSort by relevance Sort by last modified time
    Searched refs:CSSValue (Results 26 - 50 of 71) sorted by null

12 3

  /external/webkit/Source/WebCore/css/
CSSUnicodeRangeValue.h 29 #include "CSSValue.h"
35 class CSSUnicodeRangeValue : public CSSValue {
MediaQueryExp.h 32 #include "CSSValue.h"
49 CSSValue* value() const { return m_value.get(); }
77 RefPtr<CSSValue> m_value;
CSSBorderImageValue.cpp 29 CSSBorderImageValue::CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> imageRect, int horizontalRule, int verticalRule)
CSSFontFaceSrcValue.h 29 #include "CSSValue.h"
39 class CSSFontFaceSrcValue : public CSSValue {
CSSImageGeneratorValue.h 29 #include "CSSValue.h"
41 class CSSImageGeneratorValue : public CSSValue {
ShadowValue.h 24 #include "CSSValue.h"
33 class ShadowValue : public CSSValue {
CSSStyleDeclaration.idl 34 CSSValue getPropertyCSSValue(in DOMString propertyName);
CSSStyleDeclaration.cpp 40 PassRefPtr<CSSValue> CSSStyleDeclaration::getPropertyCSSValue(const String& propertyName)
126 RefPtr<CSSValue> value = getPropertyCSSValue(property->id());
155 RefPtr<CSSValue> value = getPropertyCSSValue(set[i]);
CSSParserValues.cpp 64 PassRefPtr<CSSValue> CSSParserValue::createCSSValue()
66 RefPtr<CSSValue> parsedValue;
CSSParserValues.h 29 class CSSValue;
61 PassRefPtr<CSSValue> createCSSValue();
CSSPrimitiveValue.idl 22 interface CSSPrimitiveValue : CSSValue {
CSSTimingFunctionValue.h 29 #include "CSSValue.h"
34 class CSSTimingFunctionValue : public CSSValue {
SVGCSSParser.cpp 50 RefPtr<CSSValue> parsedValue;
285 CSSValue* value = m_parsedProperties[m_numParsedProperties - 1]->value();
316 PassRefPtr<CSSValue> CSSParser::parseSVGStrokeDasharray()
338 PassRefPtr<CSSValue> CSSParser::parseSVGPaint()
346 PassRefPtr<CSSValue> CSSParser::parseSVGColor()
CSSMutableStyleDeclaration.cpp 110 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID);
259 RefPtr<CSSValue> value = getPropertyCSSValue(CSSPropertyMarkerStart);
284 RefPtr<CSSValue> horizontalValue = getPropertyCSSValue(properties[0]);
285 RefPtr<CSSValue> verticalValue = getPropertyCSSValue(properties[1]);
301 RefPtr<CSSValue> topValue = getPropertyCSSValue(properties[0]);
302 RefPtr<CSSValue> rightValue = getPropertyCSSValue(properties[1]);
303 RefPtr<CSSValue> bottomValue = getPropertyCSSValue(properties[2]);
304 RefPtr<CSSValue> leftValue = getPropertyCSSValue(properties[3]);
330 Vector< RefPtr<CSSValue> > values(size);
352 RefPtr<CSSValue> value
    [all...]
CSSStyleApplyProperty.cpp 64 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const
78 virtual void applyValue(CSSStyleSelector*, CSSValue*) const
104 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const
138 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const
162 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const
184 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const
199 void (CSSStyleSelector::*mapFill)(CSSPropertyID, FillLayer*, CSSValue*))
245 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const
283 void (CSSStyleSelector::*m_mapFill)(CSSPropertyID, FillLayer*, CSSValue*);
CSSParser.cpp 488 CSSValue* value = parser.m_parsedProperties[0]->value();
489 if (value->cssValueType() != CSSValue::CSS_PRIMITIVE_VALUE)
636 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important)
841 RefPtr<CSSValue> parsedValue;
945 CSSValue* value = m_parsedProperties[m_numParsedProperties - 1]->value();
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
StyleCachedImage.h 41 virtual PassRefPtr<CSSValue> cssValue() const;
StylePendingImage.h 46 virtual PassRefPtr<CSSValue> cssValue() const { return m_value; }
StyleCachedImage.cpp 32 PassRefPtr<CSSValue> StyleCachedImage::cssValue() const
StyleGeneratedImage.cpp 32 PassRefPtr<CSSValue> StyleGeneratedImage::cssValue() const
  /external/webkit/Source/WebCore/svg/
SVGColor.idl 24 interface [Conditional=SVG] SVGColor : CSSValue {
SVGColor.h 26 #include "CSSValue.h"
34 class SVGColor : public CSSValue {
SVGStyledElement.h 45 virtual PassRefPtr<CSSValue> getPresentationAttribute(const String& name);
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 139 RefPtr<CSSValue> value = style->getPropertyCSSValue(m_propertyID);
167 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
186 virtual PassRefPtr<CSSValue> attributeValueAsCSSValue(Element*) const;
209 RefPtr<CSSValue> value = attributeValueAsCSSValue(element);
210 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
219 if (RefPtr<CSSValue> value = attributeValueAsCSSValue(element))
223 PassRefPtr<CSSValue> HTMLAttributeEquivalent::attributeValueAsCSSValue(Element* element) const
241 virtual PassRefPtr<CSSValue> attributeValueAsCSSValue(Element*) const;
252 PassRefPtr<CSSValue> HTMLFontSizeEquivalent::attributeValueAsCSSValue(Element* element) const
363 RefPtr<CSSValue> value = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitFontSizeDelta)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 31 #include "CSSValue.h"
161 RefPtr<CSSValue> v = thisObj->impl()->getPropertyCSSValue(prop);
163 if (pixelOrPos && v->cssValueType() == CSSValue::CSS_PRIMITIVE_VALUE)

Completed in 874 milliseconds

12 3