HomeSort by relevance Sort by last modified time
    Searched refs:CSSValue (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp 340 RefPtr<CSSValue> value = cssValuePool().createIdentifierValue(valueID);
347 RefPtr<CSSValue> value = cssValuePool().createColorValue(color);
446 RefPtr<CSSValue> value = cssValuePool().createValue(number, unit);
    [all...]
CSSComputedStyleDeclaration.cpp 517 static PassRefPtr<CSSValue> valueForNinePieceImageRepeat(const NinePieceImage& image)
530 static PassRefPtr<CSSValue> valueForNinePieceImage(const NinePieceImage& image, const RenderStyle& style)
536 RefPtr<CSSValue> imageValue;
538 imageValue = image.image()->cssValue();
544 RefPtr<CSSValue> borderSlices = valueForNinePieceImageQuad(image.borderSlices(), style);
547 RefPtr<CSSValue> outset = valueForNinePieceImageQuad(image.outset(), style);
550 RefPtr<CSSValue> repeat = valueForNinePieceImageRepeat(image);
572 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle& style)
618 static PassRefPtr<CSSValue> valueForPositionOffset(RenderStyle& style, CSSPropertyID propertyID, const RenderObject* renderer, RenderView* renderView)
678 static PassRefPtr<CSSValue> valueForBorderRadiusCorner(LengthSize radius, const RenderStyle& style
    [all...]
CSSCursorImageValue.cpp 50 CSSCursorImageValue::CSSCursorImageValue(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot)
51 : CSSValue(CursorImageClass)
CSSPrimitiveValue.h 27 #include "core/css/CSSValue.h"
67 class CSSPrimitiveValue : public CSSValue {
249 * Computes a length in pixels out of the given CSSValue
335 : CSSValue(PrimitiveClass)
345 : CSSValue(PrimitiveClass)
351 : CSSValue(PrimitiveClass)
CSSCrossfadeValue.cpp 37 static bool subimageIsPending(CSSValue* value)
50 static bool subimageKnownToBeOpaque(CSSValue* value, const RenderObject* renderer)
63 static ImageResource* cachedImageForCSSValue(CSSValue* value, ResourceFetcher* fetcher)
SVGCSSComputedStyleDeclaration.cpp 49 static PassRefPtr<CSSValue> strokeDashArrayToCSSValueList(const Vector<SVGLength>& dashes)
62 static PassRefPtr<CSSValue> paintOrderToCSSValueList(EPaintOrder paintorder)
91 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const
StylePropertySerializer.cpp 388 RefPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(CSSPropertyMarkerStart);
402 RefPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
403 RefPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
542 Vector< RefPtr<CSSValue> > values(size);
568 RefPtr<CSSValue> value;
593 RefPtr<CSSValue> yValue;
594 RefPtr<CSSValue> nextValue = values[j + 1];
690 RefPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]);
719 RefPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]);
    [all...]
CSSParserValues.cpp 84 PassRefPtr<CSSValue> CSSParserValue::createCSSValue()
86 RefPtr<CSSValue> parsedValue;
CSSParserValues.h 33 class CSSValue;
164 PassRefPtr<CSSValue> createCSSValue();
CSSPrimitiveValue.cpp 232 : CSSValue(PrimitiveClass)
239 : CSSValue(PrimitiveClass)
246 : CSSValue(PrimitiveClass)
253 : CSSValue(PrimitiveClass)
261 : CSSValue(PrimitiveClass)
270 : CSSValue(PrimitiveClass)
277 : CSSValue(PrimitiveClass)
    [all...]
CSSImageGeneratorValue.cpp 37 : CSSValue(classType)
MediaQueryExp.cpp 200 MediaQueryExp::MediaQueryExp(const AtomicString& mediaFeature, PassRefPtr<CSSValue> value)
208 RefPtr<CSSValue> cssValue;
218 cssValue = CSSPrimitiveValue::createIdentifier(value->id);
219 if (!featureWithValidIdent(mediaFeature, toCSSPrimitiveValue(cssValue.get())->getValueID()))
220 cssValue.clear();
223 cssValue = CSSPrimitiveValue::create(value->fValue, (CSSPrimitiveValue::UnitTypes) value->unit);
226 cssValue = CSSPrimitiveValue::create(value->fValue, (CSSPrimitiveValue::UnitTypes) value->unit);
229 cssValue = CSSPrimitiveValue::create(value->fValue, CSSPrimitiveValue::CSS_NUMBER);
232 cssValue = CSSPrimitiveValue::create(value->fValue, CSSPrimitiveValue::CSS_NUMBER)
    [all...]
CSSMatrix.cpp 64 RefPtr<CSSValue> value = styleDeclaration->getPropertyCSSValue(CSSPropertyWebkitTransform);
MediaList.cpp 282 CSSValue* cssValue = expression->value();
283 if (cssValue && cssValue->isPrimitiveValue()) {
284 CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(cssValue);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 130 RefPtr<CSSValue> value = m_propertySet->getPropertyCSSValue(id);
180 RefPtr<CSSValue> value = m_propertySet->getPropertyCSSValue(id);
ElementStyleResources.cpp 41 PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, Color currentColor, CSSPropertyID property, CSSValue* value)
FontBuilder.cpp 160 void FontBuilder::setFontFamilyValue(CSSValue* value, float effectiveZoom)
175 CSSValue* item = i.value();
281 void FontBuilder::setFontSizeValue(CSSValue* value, RenderStyle* parentStyle, const RenderStyle* rootElementStyle, float effectiveZoom)
388 void FontBuilder::setFontVariantLigaturesValue(CSSValue* value)
399 CSSValue* item = valueList->itemWithoutBoundsCheck(i);
491 void FontBuilder::setFeatureSettingsValue(CSSValue* value)
499 CSSValue* item = list->itemWithoutBoundsCheck(i);
StyleResolver.h 55 class CSSValue;
96 CSSPropertyValue(CSSPropertyID property, CSSValue* value)
101 CSSValue* value;
TransformBuilder.cpp 88 bool TransformBuilder::createTransformOperations(CSSValue* inValue, const CSSToLengthConversionData& conversionData, TransformOperations& outOperations)
98 CSSValue* currValue = i.value();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLength.cpp 40 PassRefPtr<AnimatableLength> AnimatableLength::create(CSSValue* value)
62 bool AnimatableLength::canCreateFrom(const CSSValue* value)
77 PassRefPtr<CSSValue> AnimatableLength::toCSSValue(NumberRange range) const
84 // Avoid creating a CSSValue in the common cases
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.h 106 class CSSValue;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
ReferenceFilterBuilder.cpp 85 RefPtr<CSSValue> cssValue = svgElement->getPresentationAttribute(
87 if (cssValue.get() && cssValue->isPrimitiveValue()) {
88 const CSSPrimitiveValue& primitiveValue = *((CSSPrimitiveValue*)cssValue.get());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 57 PassRefPtr<CSSValue> getPresentationAttribute(const String& name);
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 344 RefPtr<CSSValue> cssValue = styleDeclaration->propertyAt(i).value();
345 retrieveResourcesForCSSValue(cssValue.get(), document);
349 void PageSerializer::retrieveResourcesForCSSValue(CSSValue* cssValue, Document* document)
351 if (cssValue->isImageValue()) {
352 CSSImageValue* imageValue = toCSSImageValue(cssValue);
359 } else if (cssValue->isFontFaceSrcValue()) {
360 CSSFontFaceSrcValue* fontFaceSrcValue = toCSSFontFaceSrcValue(cssValue);
366 } else if (cssValue->isValueList())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 40 #include "core/css/CSSValue.h"
213 RefPtr<CSSValue> cssValue = imp->getPropertyCSSValueInternal(static_cast<CSSPropertyID>(propInfo->propID));
214 if (cssValue) {
215 v8SetReturnValueStringOrNull(info, cssValue->cssText(), info.GetIsolate());

Completed in 1048 milliseconds

1 2 3 45 6 7