Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 – 25 of 44) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DPropertiesHelper.java21 String propertyValue = null; in doSingleSubstitution() local
23 propertyValue = properties.getProperty(propertyName); in doSingleSubstitution()
25 if (propertyValue == null) { in doSingleSubstitution()
26 propertyValue = System.getProperty(propertyName); in doSingleSubstitution()
28 if (propertyValue == null) { in doSingleSubstitution()
34 expandedValue = sdkPathStart + propertyValue + sdkPathEnd; in doSingleSubstitution()
45 String propertyValue = properties.getProperty(propertyName); in doSubstitutions() local
46 String expandedPropertyValue = doSingleSubstitution(propertyValue, properties); in doSubstitutions()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEDisplacementMapElement.cpp82 … ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); in parseAttribute() local
83 if (propertyValue > 0) in parseAttribute()
84 setXChannelSelectorBaseValue(propertyValue); in parseAttribute()
89 … ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); in parseAttribute() local
90 if (propertyValue > 0) in parseAttribute()
91 setYChannelSelectorBaseValue(propertyValue); in parseAttribute()
DSVGGradientElement.cpp84 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
85 if (propertyValue > 0) in parseAttribute()
86 setGradientUnitsBaseValue(propertyValue); in parseAttribute()
99 … SVGSpreadMethodType propertyValue = SVGPropertyTraits<SVGSpreadMethodType>::fromString(value); in parseAttribute() local
100 if (propertyValue > 0) in parseAttribute()
101 setSpreadMethodBaseValue(propertyValue); in parseAttribute()
DSVGTextPathElement.cpp92 … SVGTextPathMethodType propertyValue = SVGPropertyTraits<SVGTextPathMethodType>::fromString(value); in parseAttribute() local
93 if (propertyValue > 0) in parseAttribute()
94 setMethodBaseValue(propertyValue); in parseAttribute()
96 …SVGTextPathSpacingType propertyValue = SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value… in parseAttribute() local
97 if (propertyValue > 0) in parseAttribute()
98 setSpacingBaseValue(propertyValue); in parseAttribute()
DSVGMaskElement.cpp97 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
98 if (propertyValue > 0) in parseAttribute()
99 setMaskUnitsBaseValue(propertyValue); in parseAttribute()
102 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
103 if (propertyValue > 0) in parseAttribute()
104 setMaskContentUnitsBaseValue(propertyValue); in parseAttribute()
DSVGFETurbulenceElement.cpp97 TurbulenceType propertyValue = SVGPropertyTraits<TurbulenceType>::fromString(value); in parseAttribute() local
98 if (propertyValue > 0) in parseAttribute()
99 setTypeBaseValue(propertyValue); in parseAttribute()
104 SVGStitchOptions propertyValue = SVGPropertyTraits<SVGStitchOptions>::fromString(value); in parseAttribute() local
105 if (propertyValue > 0) in parseAttribute()
106 setStitchTilesBaseValue(propertyValue); in parseAttribute()
DSVGClipPathElement.cpp72 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
73 if (propertyValue > 0) in parseAttribute()
74 setClipPathUnitsBaseValue(propertyValue); in parseAttribute()
DSVGPatternElement.cpp107 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
108 if (propertyValue > 0) in parseAttribute()
109 setPatternUnitsBaseValue(propertyValue); in parseAttribute()
112 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
113 if (propertyValue > 0) in parseAttribute()
114 setPatternContentUnitsBaseValue(propertyValue); in parseAttribute()
DSVGFilterElement.cpp126 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
127 if (propertyValue > 0) in parseAttribute()
128 setFilterUnitsBaseValue(propertyValue); in parseAttribute()
130 …SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString… in parseAttribute() local
131 if (propertyValue > 0) in parseAttribute()
132 setPrimitiveUnitsBaseValue(propertyValue); in parseAttribute()
DSVGFEBlendElement.cpp76 BlendModeType propertyValue = SVGPropertyTraits<BlendModeType>::fromString(value); in parseAttribute() local
77 if (propertyValue > 0) in parseAttribute()
78 setModeBaseValue(propertyValue); in parseAttribute()
DSVGComponentTransferFunctionElement.cpp86 … ComponentTransferType propertyValue = SVGPropertyTraits<ComponentTransferType>::fromString(value); in parseAttribute() local
87 if (propertyValue > 0) in parseAttribute()
88 setTypeBaseValue(propertyValue); in parseAttribute()
DSVGFEColorMatrixElement.cpp76 ColorMatrixType propertyValue = SVGPropertyTraits<ColorMatrixType>::fromString(value); in parseAttribute() local
77 if (propertyValue > 0) in parseAttribute()
78 setTypeBaseValue(propertyValue); in parseAttribute()
DSVGFEMorphologyElement.cpp97 …MorphologyOperatorType propertyValue = SVGPropertyTraits<MorphologyOperatorType>::fromString(value… in parseAttribute() local
98 if (propertyValue > 0) in parseAttribute()
99 setSVGOperatorBaseValue(propertyValue); in parseAttribute()
DSVGFECompositeElement.cpp88 …CompositeOperationType propertyValue = SVGPropertyTraits<CompositeOperationType>::fromString(value… in parseAttribute() local
89 if (propertyValue > 0) in parseAttribute()
90 setSVGOperatorBaseValue(propertyValue); in parseAttribute()
DSVGMarkerElement.cpp131 SVGMarkerUnitsType propertyValue = SVGPropertyTraits<SVGMarkerUnitsType>::fromString(value); in parseAttribute() local
132 if (propertyValue > 0) in parseAttribute()
133 setMarkerUnitsBaseValue(propertyValue); in parseAttribute()
DSVGTextContentElement.cpp252 … SVGLengthAdjustType propertyValue = SVGPropertyTraits<SVGLengthAdjustType>::fromString(value); in parseAttribute() local
253 if (propertyValue > 0) in parseAttribute()
254 setLengthAdjustBaseValue(propertyValue); in parseAttribute()
DSVGFEConvolveMatrixElement.cpp146 EdgeModeType propertyValue = SVGPropertyTraits<EdgeModeType>::fromString(value); in parseAttribute() local
147 if (propertyValue > 0) in parseAttribute()
148 setEdgeModeBaseValue(propertyValue); in parseAttribute()
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java403 String propertyValue = null; in lookup() local
406 propertyValue = rb.getString (propertyName); in lookup()
409 if (propertyValue != null) return propertyValue; in lookup()
420 String propertyValue = null; in lookup() local
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName); in lookup()
426 if (propertyValue != null) return propertyValue; in lookup()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h70 const CSSValue* value() const { return propertyValue(); } in value()
72 CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); } in value()
75 …roperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue())); } in toCSSProperty()
80 const CSSValue* propertyValue() const;
274 inline const CSSValue* StylePropertySet::PropertyReference::propertyValue() const in propertyValue() function
DStylePropertySet.cpp516 bool StylePropertySet::propertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) con… in propertyMatches()
521 return propertyAt(foundPropertyIndex).value()->equals(*propertyValue); in propertyMatches()
696 if (!propertyValue()->isVariableValue()) in cssName()
698 return "var-" + toCSSVariableValue(propertyValue())->name(); in cssName()
708 result.append(propertyValue()->cssText()); in cssText()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptValue.cpp109 RefPtr<JSONValue> propertyValue = v8ToJSONValue(object->Get(name), maxDepth, isolate); in v8ToJSONValue() local
110 if (!propertyValue) in v8ToJSONValue()
113 jsonObject->setValue(nameString, propertyValue); in v8ToJSONValue()
/external/chromium_org/third_party/WebKit/Tools/Scripts/
DVCSUtils.pm1242 my $propertyValue;
1253 ($propertyValue, $_) = parseSvnPropertyValue($fileHandle, $_);
1257 if (!$propertyValue) {
1287 $propertyHash{value} = $propertyValue;
1312 my $propertyValue;
1315 $propertyValue = $2; # Does not include the end-of-line character(s).
1335 $propertyValue .= "$eol$_";
1339 return ($propertyValue, $_);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestEventTarget.cpp130 …V8TRYCATCH_VOID(Node*, propertyValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(in… in indexedPropertySetter()
131 bool result = collection->anonymousIndexedSetter(index, propertyValue); in indexedPropertySetter()
196 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, propertyValue, jsValue); in namedPropertySetter()
201 result = collection->anonymousNamedSetter(propertyName, propertyValue); in namedPropertySetter()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp234 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<WithNullCheck>, propertyValue, value); in namedPropertySetterCustom()
236 …imp->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, false, excep… in namedPropertySetterCustom()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DElementAnimationTest.cpp127 const AnimatableValue* keyframe1Width = keyframes[0]->propertyValue(CSSPropertyWidth); in TEST_F()
128 const AnimatableValue* keyframe2Width = keyframes[1]->propertyValue(CSSPropertyWidth); in TEST_F()

12