Searched refs:propertyValue (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEDisplacementMapElement.cpp85 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); local
86 if (propertyValue > 0)
87 setXChannelSelectorBaseValue(propertyValue);
92 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); local
93 if (propertyValue > 0)
94 setYChannelSelectorBaseValue(propertyValue);
H A DSVGFETurbulenceElement.cpp100 TurbulenceType propertyValue = SVGPropertyTraits<TurbulenceType>::fromString(value); local
101 if (propertyValue > 0)
102 setTypeBaseValue(propertyValue);
107 SVGStitchOptions propertyValue = SVGPropertyTraits<SVGStitchOptions>::fromString(value); local
108 if (propertyValue > 0)
109 setStitchTilesBaseValue(propertyValue);
H A DSVGGradientElement.cpp86 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
87 if (propertyValue > 0)
88 setGradientUnitsBaseValue(propertyValue);
101 SVGSpreadMethodType propertyValue = SVGPropertyTraits<SVGSpreadMethodType>::fromString(value); local
102 if (propertyValue > 0)
103 setSpreadMethodBaseValue(propertyValue);
H A DSVGTextPathElement.cpp94 SVGTextPathMethodType propertyValue = SVGPropertyTraits<SVGTextPathMethodType>::fromString(value); local
95 if (propertyValue > 0)
96 setMethodBaseValue(propertyValue);
98 SVGTextPathSpacingType propertyValue = SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value); local
99 if (propertyValue > 0)
100 setSpacingBaseValue(propertyValue);
H A DSVGClipPathElement.cpp78 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
79 if (propertyValue > 0)
80 setClipPathUnitsBaseValue(propertyValue);
H A DSVGMaskElement.cpp103 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
104 if (propertyValue > 0)
105 setMaskUnitsBaseValue(propertyValue);
108 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
109 if (propertyValue > 0)
110 setMaskContentUnitsBaseValue(propertyValue);
H A DSVGComponentTransferFunctionElement.cpp87 ComponentTransferType propertyValue = SVGPropertyTraits<ComponentTransferType>::fromString(value); local
88 if (propertyValue > 0)
89 setTypeBaseValue(propertyValue);
H A DSVGFEColorMatrixElement.cpp79 ColorMatrixType propertyValue = SVGPropertyTraits<ColorMatrixType>::fromString(value); local
80 if (propertyValue > 0)
81 setTypeBaseValue(propertyValue);
H A DSVGFEGaussianBlurElement.cpp115 EdgeModeType propertyValue = SVGPropertyTraits<EdgeModeType>::fromString(value); local
116 if (propertyValue > 0)
117 setEdgeModeBaseValue(propertyValue);
H A DSVGFEMorphologyElement.cpp100 MorphologyOperatorType propertyValue = SVGPropertyTraits<MorphologyOperatorType>::fromString(value); local
101 if (propertyValue > 0)
102 setSVGOperatorBaseValue(propertyValue);
H A DSVGFilterElement.cpp132 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
133 if (propertyValue > 0)
134 setFilterUnitsBaseValue(propertyValue);
136 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
137 if (propertyValue > 0)
138 setPrimitiveUnitsBaseValue(propertyValue);
H A DSVGPatternElement.cpp120 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
121 if (propertyValue > 0)
122 setPatternUnitsBaseValue(propertyValue);
125 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
126 if (propertyValue > 0)
127 setPatternContentUnitsBaseValue(propertyValue);
H A DSVGFECompositeElement.cpp91 CompositeOperationType propertyValue = SVGPropertyTraits<CompositeOperationType>::fromString(value); local
92 if (propertyValue > 0)
93 setSVGOperatorBaseValue(propertyValue);
H A DSVGMarkerElement.cpp135 SVGMarkerUnitsType propertyValue = SVGPropertyTraits<SVGMarkerUnitsType>::fromString(value); local
136 if (propertyValue > 0)
137 setMarkerUnitsBaseValue(propertyValue);
H A DSVGTextContentElement.cpp251 SVGLengthAdjustType propertyValue = SVGPropertyTraits<SVGLengthAdjustType>::fromString(value); local
252 if (propertyValue > 0)
253 setLengthAdjustBaseValue(propertyValue);
H A DSVGFEConvolveMatrixElement.cpp148 EdgeModeType propertyValue = SVGPropertyTraits<EdgeModeType>::fromString(value); local
149 if (propertyValue > 0)
150 setEdgeModeBaseValue(propertyValue);
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.h73 const CSSValue* value() const { return propertyValue(); }
75 CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); }
78 CSSProperty toCSSProperty() const { return CSSProperty(id(), const_cast<CSSValue*>(propertyValue()), isImportant(), propertyMetadata().m_isSetFromShorthand, propertyMetadata().m_indexInShorthandsVector, isImplicit()); }
82 const CSSValue* propertyValue() const;
259 inline const CSSValue* StyleProperties::PropertyReference::propertyValue() const function in class:WebCore::StyleProperties::PropertyReference
H A DCSSComputedStyleDeclaration.h52 PassRefPtr<CSSValue> propertyValue(CSSPropertyID, EUpdateLayout = UpdateLayout) const;
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h218 extern int DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp142 const RegPropertyName * propertyName, void *propertyValue,
161 bcopy( prop->getBytesNoCopy(), propertyValue, len);
163 LOG("value: %08x ", *propertyValue);
177 const void * propertyValue, RegPropertyValueSize propertySize )
185 prop = OSData::withBytes( propertyValue, propertySize );
244 const void * propertyValue, RegPropertyValueSize propertySize )
261 else if ((prop = OSData::withBytes(propertyValue, propertySize)))
141 RegistryPropertyGet(const RegEntryID * entryID, const RegPropertyName * propertyName, void *propertyValue, RegPropertyValueSize * propertySize) argument
176 RegistryPropertyCreate( const RegEntryID * entryID, const RegPropertyName * propertyName, const void * propertyValue, RegPropertyValueSize propertySize ) argument
242 RegistryPropertySet( const RegEntryID * entryID, const RegPropertyName * propertyName, const void * propertyValue, RegPropertyValueSize propertySize ) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp143 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result); local
145 return propertyValue;
183 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result); local
185 return propertyValue;
452 JSValue propertyValue = thisObj->m_objectMap->convertNPVariantToJSValue(exec, thisObj->globalObject(), result);
454 return JSValue::encode(propertyValue);
/macosx-10.10/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.cpp142 JSValue propertyValue = object->get(scriptState, name); local
143 RefPtr<InspectorValue> inspectorValue = jsToInspectorValue(scriptState, propertyValue, maxDepth);
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVLibraries.h193 void * propertyValue,
199 const void * propertyValue,
209 const void * propertyValue,
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPObjectMessageReceiver.cpp163 NPVariant propertyValue = m_npRemoteObjectMap->npVariantDataToNPVariant(propertyValueData, m_plugin); local
166 returnValue = m_npObject->_class->setProperty(m_npObject, propertyNameData.createNPIdentifier(), &propertyValue);
169 releaseNPVariantValue(&propertyValue);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DRemoteObject.js174 function setPropertyValue(propertyName, propertyValue)
176 this[propertyName] = propertyValue;

Completed in 143 milliseconds

12