Home
last modified time | relevance | path

Searched defs:valueList (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/css/
DMediaQueryExp.cpp39 inline MediaQueryExp::MediaQueryExp(const AtomicString& mediaFeature, CSSParserValueList* valueList) in MediaQueryExp()
DCSSParserValues.cpp58 void CSSParserValueList::extend(CSSParserValueList& valueList) in extend()
DCSSStyleApplyProperty.cpp251 CSSValueList* valueList = static_cast<CSSValueList*>(value); in applyValue() local
DCSSGrammar.y81 CSSParserValueList* valueList; member
DCSSParser.cpp2702 PassRefPtr<CSSValue> CSSParser::parseFillPositionX(CSSParserValueList* valueList) in parseFillPositionX()
2719 PassRefPtr<CSSValue> CSSParser::parseFillPositionY(CSSParserValueList* valueList) in parseFillPositionY()
2736 PassRefPtr<CSSValue> CSSParser::parseFillPositionComponent(CSSParserValueList* valueList, unsigned&… in parseFillPositionComponent()
2779 void CSSParser::parseFillPosition(CSSParserValueList* valueList, RefPtr<CSSValue>& value1, RefPtr<C… in parseFillPosition()
5484 bool CSSParser::parseGradientColorStops(CSSParserValueList* valueList, CSSGradientValue* gradient, … in parseGradientColorStops()
DCSSMutableStyleDeclaration.cpp323 CSSValueList* valueList = static_cast<CSSValueList*>(values[i].get()); in getLayeredShorthandValue() local
DMediaQueryEvaluator.cpp176 CSSValueList* valueList = static_cast<CSSValueList*>(value); in parseAspectRatio() local
DCSSStyleSelector.cpp6092 CSSValueList* valueList = static_cast<CSSValueList*>(value); in applyPageSizeProperty() local
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp316 static inline const TransformOperations* operationsAt(const KeyframeValueList& valueList, size_t in… in operationsAt()
321 void GraphicsLayer::fetchTransformOperationList(const KeyframeValueList& valueList, TransformOperat… in fetchTransformOperationList()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp233 static bool animationHasStepsTimingFunction(const KeyframeValueList& valueList, const Animation* an… in animationHasStepsTimingFunction()
605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, cons… in addAnimation()
1565 bool GraphicsLayerCA::createAnimationFromKeyframes(const KeyframeValueList& valueList, const Animat… in createAnimationFromKeyframes()
1593 bool GraphicsLayerCA::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, co… in createTransformAnimationsFromKeyframes()
1708 bool GraphicsLayerCA::setAnimationEndpoints(const KeyframeValueList& valueList, const Animation* an… in setAnimationEndpoints()
1730 bool GraphicsLayerCA::setAnimationKeyframes(const KeyframeValueList& valueList, const Animation* an… in setAnimationKeyframes()
1764 bool GraphicsLayerCA::setTransformAnimationEndpoints(const KeyframeValueList& valueList, const Anim… in setTransformAnimationEndpoints()
1823 bool GraphicsLayerCA::setTransformAnimationKeyframes(const KeyframeValueList& valueList, const Anim… in setTransformAnimationKeyframes()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp885 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList, in addAnimation()
912 bool GraphicsLayerAndroid::createAnimationFromKeyframes(const KeyframeValueList& valueList, in createAnimationFromKeyframes()
958 …ol GraphicsLayerAndroid::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, in createTransformAnimationsFromKeyframes()
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableTable.java62 @Nullable private transient volatile ImmutableList<V> valueList; field in RegularImmutableTable
DImmutableMultimap.java204 Collection<V> valueList = builderMultimap.get(checkNotNull(key)); in putAll() local
/external/protobuf/java/src/main/java/com/google/protobuf/
DFieldSet.java567 final List valueList = (List)value; in writeField() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableMultimap.java203 Collection<V> valueList = builderMultimap.get(checkNotNull(key)); in putAll() local