Searched refs:CSSValue (Results 51 - 75 of 145) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValue.h37 // FIXME: The current CSSValue and subclasses should be turned into internal types (StyleValue).
41 // Please don't expose more CSSValue types to the web.
42 class CSSValue : public RefCounted<CSSValue> { class in namespace:WebCore
108 PassRefPtr<CSSValue> cloneForCSSOM() const;
114 bool equals(const CSSValue&) const;
181 explicit CSSValue(ClassType classType, bool isCSSOMSafe = false) function in class:WebCore::CSSValue
195 ~CSSValue() { }
H A DCSSBorderImageSliceValue.h37 class CSSBorderImageSliceValue : public CSSValue {
H A DCSSCalculationValue.h36 #include "core/css/CSSValue.h"
93 class CSSCalcValue : public CSSValue {
119 : CSSValue(CalculationClass)
131 inline CSSCalcValue* toCSSCalcValue(CSSValue* value)
137 inline const CSSCalcValue* toCSSCalcValue(const CSSValue* value)
H A DCSSFunctionValue.h29 #include "core/css/CSSValue.h"
36 class CSSFunctionValue : public CSSValue {
H A DCSSLineBoxContainValue.h29 #include "core/css/CSSValue.h"
41 class CSSLineBoxContainValue : public CSSValue {
H A DCSSProperty.h25 #include "core/css/CSSValue.h"
56 CSSProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
64 CSSProperty(StylePropertyMetadata metadata, CSSValue* value)
76 CSSValue* value() const { return m_value.get(); }
87 RefPtr<CSSValue> m_value;
H A DCSSSVGDocumentValue.cpp39 : CSSValue(CSSSVGDocumentClass)
H A DCSSSVGDocumentValue.h28 #include "core/css/CSSValue.h"
36 class CSSSVGDocumentValue : public CSSValue {
H A DCSSFontFaceSrcValue.h29 #include "core/css/CSSValue.h"
40 class CSSFontFaceSrcValue : public CSSValue {
78 : CSSValue(FontFaceSrcClass)
H A DWebKitCSSFilterValue.idl47 [ImplementedAs=item] getter CSSValue([Default=Undefined] optional unsigned long index);
H A DWebKitCSSTransformValue.idl59 [ImplementedAs=item] getter CSSValue([Default=Undefined] optional unsigned long index);
H A DPropertySetCSSStyleDeclaration.cpp165 PassRefPtr<CSSValue> PropertySetCSSStyleDeclaration::getPropertyCSSValue(const String& propertyName)
249 PassRefPtr<CSSValue> PropertySetCSSStyleDeclaration::getPropertyCSSValueInternal(CSSPropertyID propertyID)
318 CSSValue* PropertySetCSSStyleDeclaration::cloneAndCacheForCSSOM(CSSValue* internalValue)
326 m_cssomCSSValueClones = adoptPtr(new HashMap<CSSValue*, RefPtr<CSSValue> >);
328 RefPtr<CSSValue>& clonedValue = m_cssomCSSValueClones->add(internalValue, RefPtr<CSSValue>()).iterator->value;
345 bool PropertySetCSSStyleDeclaration::cssPropertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const
H A DCSSPrimitiveValueMappings.h55 : CSSValue(PrimitiveClass)
71 : CSSValue(PrimitiveClass)
106 : CSSValue(PrimitiveClass)
122 : CSSValue(PrimitiveClass)
141 : CSSValue(PrimitiveClass)
180 : CSSValue(PrimitiveClass)
215 : CSSValue(PrimitiveClass)
246 : CSSValue(PrimitiveClass)
299 : CSSValue(PrimitiveClass)
387 : CSSValue(PrimitiveClas
[all...]
H A DCSSImageGeneratorValue.h29 #include "core/css/CSSValue.h"
54 class CSSImageGeneratorValue : public CSSValue {
H A DCSSImageSetValue.cpp60 CSSValue* imageValue = item(i);
65 CSSValue* scaleFactorValue = item(i);
143 const CSSValue* imageValue = item(i);
149 const CSSValue* scaleFactorValue = item(i);
H A DCSSLineBoxContainValue.cpp35 : CSSValue(LineBoxContainClass)
H A DStylePropertySet.cpp48 return sizeof(ImmutableStylePropertySet) - sizeof(void*) + sizeof(CSSValue*) * count + sizeof(StylePropertyMetadata) * count;
82 CSSValue** valueArray = const_cast<CSSValue**>(this->valueArray());
92 CSSValue** valueArray = const_cast<CSSValue**>(this->valueArray());
111 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID);
118 PassRefPtr<CSSValue> StylePropertySet::getPropertyCSSValue(CSSPropertyID propertyID) const
243 void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> prpValue, bool important)
253 RefPtr<CSSValue> value = prpValue;
288 CSSValue* cssValu
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableNumber.h64 static bool canCreateFrom(const CSSValue*);
65 static PassRefPtr<AnimatableNumber> create(CSSValue*);
70 PassRefPtr<CSSValue> toCSSValue() const;
H A DAnimatableNeutralTest.cpp50 RefPtr<CSSValue> cssValue = CSSArrayFunctionValue::create();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverState.h84 void setLineHeightValue(CSSValue* value) { m_lineHeightValue = value; }
85 CSSValue* lineHeightValue() { return m_lineHeightValue; }
97 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value)
147 CSSValue* m_lineHeightValue;
H A DStyleBuilderCustom.cpp111 void StyleBuilderFunctions::applyValueCSSPropertyClip(StyleResolverState& state, CSSValue* value)
143 void StyleBuilderFunctions::applyValueCSSPropertyCursor(StyleResolverState& state, CSSValue* value)
151 CSSValue* item = list->itemWithoutBoundsCheck(i);
170 void StyleBuilderFunctions::applyValueCSSPropertyDirection(StyleResolverState& state, CSSValue* value)
193 void StyleBuilderFunctions::applyValueCSSPropertyDisplay(StyleResolverState& state, CSSValue* value)
216 void StyleBuilderFunctions::applyValueCSSPropertyFontFamily(StyleResolverState& state, CSSValue* value)
231 void StyleBuilderFunctions::applyValueCSSPropertyFontSize(StyleResolverState& state, CSSValue* value)
246 void StyleBuilderFunctions::applyValueCSSPropertyFontWeight(StyleResolverState& state, CSSValue* value)
266 void StyleBuilderFunctions::applyValueCSSPropertyLineHeight(StyleResolverState& state, CSSValue* value)
295 void StyleBuilderFunctions::applyValueCSSPropertyListStyleImage(StyleResolverState& state, CSSValue* valu
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleGeneratedImage.h31 class CSSValue;
43 virtual PassRefPtr<CSSValue> cssValue() const;
H A DStyleImage.h27 #include "core/css/CSSValue.h"
38 class CSSValue;
52 virtual PassRefPtr<CSSValue> cssValue() const = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CSSValueCustom.cpp45 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp136 static bool isTransparentColorValue(CSSValue*);
139 static PassRefPtr<CSSValue> backgroundColorInEffect(Node*);
187 RefPtr<CSSValue> value = style->getPropertyCSSValue(m_propertyID);
222 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
243 virtual PassRefPtr<CSSValue> attributeValueAsCSSValue(Element*) const;
266 RefPtr<CSSValue> value = attributeValueAsCSSValue(element);
267 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
274 if (RefPtr<CSSValue> value = attributeValueAsCSSValue(element))
278 PassRefPtr<CSSValue> HTMLAttributeEquivalent::attributeValueAsCSSValue(Element* element) const
296 virtual PassRefPtr<CSSValue> attributeValueAsCSSValu
[all...]

Completed in 270 milliseconds

123456