Searched defs:propertyValue (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGComponentTransferFunctionElement.cpp86 ComponentTransferType propertyValue = SVGPropertyTraits<ComponentTransferType>::fromString(value); local
87 if (propertyValue > 0)
88 setTypeBaseValue(propertyValue);
H A DSVGClipPathElement.cpp72 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
73 if (propertyValue > 0)
74 setClipPathUnitsBaseValue(propertyValue);
H A DSVGFEBlendElement.cpp76 BlendModeType propertyValue = SVGPropertyTraits<BlendModeType>::fromString(value); local
77 if (propertyValue > 0)
78 setModeBaseValue(propertyValue);
H A DSVGFECompositeElement.cpp88 CompositeOperationType propertyValue = SVGPropertyTraits<CompositeOperationType>::fromString(value); local
89 if (propertyValue > 0)
90 setSVGOperatorBaseValue(propertyValue);
H A DSVGFEDisplacementMapElement.cpp82 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); local
83 if (propertyValue > 0)
84 setXChannelSelectorBaseValue(propertyValue);
89 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); local
90 if (propertyValue > 0)
91 setYChannelSelectorBaseValue(propertyValue);
H A DSVGFEColorMatrixElement.cpp76 ColorMatrixType propertyValue = SVGPropertyTraits<ColorMatrixType>::fromString(value); local
77 if (propertyValue > 0)
78 setTypeBaseValue(propertyValue);
H A DSVGFEMorphologyElement.cpp97 MorphologyOperatorType propertyValue = SVGPropertyTraits<MorphologyOperatorType>::fromString(value); local
98 if (propertyValue > 0)
99 setSVGOperatorBaseValue(propertyValue);
H A DSVGFETurbulenceElement.cpp97 TurbulenceType propertyValue = SVGPropertyTraits<TurbulenceType>::fromString(value); local
98 if (propertyValue > 0)
99 setTypeBaseValue(propertyValue);
104 SVGStitchOptions propertyValue = SVGPropertyTraits<SVGStitchOptions>::fromString(value); local
105 if (propertyValue > 0)
106 setStitchTilesBaseValue(propertyValue);
H A DSVGMaskElement.cpp97 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
98 if (propertyValue > 0)
99 setMaskUnitsBaseValue(propertyValue);
102 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
103 if (propertyValue > 0)
104 setMaskContentUnitsBaseValue(propertyValue);
H A DSVGTextPathElement.cpp92 SVGTextPathMethodType propertyValue = SVGPropertyTraits<SVGTextPathMethodType>::fromString(value); local
93 if (propertyValue > 0)
94 setMethodBaseValue(propertyValue);
96 SVGTextPathSpacingType propertyValue = SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value); local
97 if (propertyValue > 0)
98 setSpacingBaseValue(propertyValue);
H A DSVGFEConvolveMatrixElement.cpp146 EdgeModeType propertyValue = SVGPropertyTraits<EdgeModeType>::fromString(value); local
147 if (propertyValue > 0)
148 setEdgeModeBaseValue(propertyValue);
H A DSVGFilterElement.cpp126 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
127 if (propertyValue > 0)
128 setFilterUnitsBaseValue(propertyValue);
130 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
131 if (propertyValue > 0)
132 setPrimitiveUnitsBaseValue(propertyValue);
H A DSVGGradientElement.cpp84 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
85 if (propertyValue > 0)
86 setGradientUnitsBaseValue(propertyValue);
99 SVGSpreadMethodType propertyValue = SVGPropertyTraits<SVGSpreadMethodType>::fromString(value); local
100 if (propertyValue > 0)
101 setSpreadMethodBaseValue(propertyValue);
H A DSVGMarkerElement.cpp131 SVGMarkerUnitsType propertyValue = SVGPropertyTraits<SVGMarkerUnitsType>::fromString(value); local
132 if (propertyValue > 0)
133 setMarkerUnitsBaseValue(propertyValue);
H A DSVGPatternElement.cpp107 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
108 if (propertyValue > 0)
109 setPatternUnitsBaseValue(propertyValue);
112 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
113 if (propertyValue > 0)
114 setPatternContentUnitsBaseValue(propertyValue);
H A DSVGTextContentElement.cpp252 SVGLengthAdjustType propertyValue = SVGPropertyTraits<SVGLengthAdjustType>::fromString(value); local
253 if (propertyValue > 0)
254 setLengthAdjustBaseValue(propertyValue);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptValue.cpp109 RefPtr<JSONValue> propertyValue = v8ToJSONValue(object->Get(name), maxDepth, isolate); local
110 if (!propertyValue)
113 jsonObject->setValue(nameString, propertyValue);
H A DSerializedScriptValue.cpp2191 v8::Local<v8::Value> propertyValue = element(i + 1); local
2192 object->Set(propertyName, propertyValue);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeAnimationEffect.cpp140 const AnimatableValue* Keyframe::propertyValue(CSSPropertyID property) const function in class:WebCore::Keyframe
240 new PropertySpecificKeyframe(keyframe->offset(), keyframe->propertyValue(property), keyframe->composite())));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h70 const CSSValue* value() const { return propertyValue(); }
72 CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); }
75 CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue())); }
80 const CSSValue* propertyValue() const;
274 inline const CSSValue* StylePropertySet::PropertyReference::propertyValue() const function in class:WebCore::StylePropertySet::PropertyReference
H A DCSSComputedStyleDeclaration.cpp1068 RefPtr<CSSValue> propertyValue; local
1070 propertyValue = cssValuePool().createIdentifierValue(CSSValueNone);
1072 propertyValue = cssValuePool().createIdentifierValue(CSSValueAll);
1074 propertyValue = cssValuePool().createValue(getPropertyNameString(animation->property()), CSSPrimitiveValue::CSS_STRING);
1075 return propertyValue.release();
3020 bool CSSComputedStyleDeclaration::cssPropertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const
3022 if (propertyID == CSSPropertyFontSize && propertyValue->isPrimitiveValue() && m_node) {
3027 const CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(propertyValue);
3033 return value && propertyValue && value->equals(*propertyValue);
[all...]
/external/chromium_org/v8/src/
H A Dd8.js1290 var property_value = value.propertyValue(i);
1961 ProtocolValue.prototype.propertyValue = function(index) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorCommand.cpp117 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
120 style->setProperty(propertyID, propertyValue);
124 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValueID propertyValue) argument
127 style->setProperty(propertyID, propertyValue);
174 static bool executeApplyParagraphStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
177 style->setProperty(propertyID, propertyValue);
/external/v8/src/
H A Dd8.js1648 var property_value = value.propertyValue(i);
2578 ProtocolValue.prototype.propertyValue = function(index) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js603 propertyValue: function()
3457 result.value = this.formatValue(replayableCall.propertyValue(), objectGroup);
4430 value = replayableCall.propertyValue();

Completed in 453 milliseconds

12