/external/webkit/Source/WebCore/css/ |
D | MediaQueryExp.cpp | 39 inline MediaQueryExp::MediaQueryExp(const AtomicString& mediaFeature, CSSParserValueList* valueList) in MediaQueryExp()
|
D | CSSParserValues.cpp | 58 void CSSParserValueList::extend(CSSParserValueList& valueList) in extend()
|
D | CSSStyleApplyProperty.cpp | 251 CSSValueList* valueList = static_cast<CSSValueList*>(value); in applyValue() local
|
D | CSSGrammar.y | 81 CSSParserValueList* valueList; member
|
D | CSSParser.cpp | 2702 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()
|
D | CSSMutableStyleDeclaration.cpp | 323 CSSValueList* valueList = static_cast<CSSValueList*>(values[i].get()); in getLayeredShorthandValue() local
|
D | MediaQueryEvaluator.cpp | 176 CSSValueList* valueList = static_cast<CSSValueList*>(value); in parseAspectRatio() local
|
D | CSSStyleSelector.cpp | 6092 CSSValueList* valueList = static_cast<CSSValueList*>(value); in applyPageSizeProperty() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 316 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/ |
D | GraphicsLayerCA.cpp | 233 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/ |
D | GraphicsLayerAndroid.cpp | 885 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/ |
D | RegularImmutableTable.java | 62 @Nullable private transient volatile ImmutableList<V> valueList; field in RegularImmutableTable
|
D | ImmutableMultimap.java | 204 Collection<V> valueList = builderMultimap.get(checkNotNull(key)); in putAll() local
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | FieldSet.java | 567 final List valueList = (List)value; in writeField() local
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableMultimap.java | 203 Collection<V> valueList = builderMultimap.get(checkNotNull(key)); in putAll() local
|