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

12

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPropertyNodeList.cpp96 PropertyValueArray propertyValue; local
99 propertyValue.append(toHTMLElement(node)->itemValue());
101 return propertyValue;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEDisplacementMapElement.cpp84 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); local
85 if (propertyValue > 0)
86 setXChannelSelectorBaseValue(propertyValue);
91 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value); local
92 if (propertyValue > 0)
93 setYChannelSelectorBaseValue(propertyValue);
H A DSVGFETurbulenceElement.cpp99 TurbulenceType propertyValue = SVGPropertyTraits<TurbulenceType>::fromString(value); local
100 if (propertyValue > 0)
101 setTypeBaseValue(propertyValue);
106 SVGStitchOptions propertyValue = SVGPropertyTraits<SVGStitchOptions>::fromString(value); local
107 if (propertyValue > 0)
108 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 DSVGMaskElement.cpp104 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
105 if (propertyValue > 0)
106 setMaskUnitsBaseValue(propertyValue);
109 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
110 if (propertyValue > 0)
111 setMaskContentUnitsBaseValue(propertyValue);
H A DSVGTextPathElement.cpp96 SVGTextPathMethodType propertyValue = SVGPropertyTraits<SVGTextPathMethodType>::fromString(value); local
97 if (propertyValue > 0)
98 setMethodBaseValue(propertyValue);
100 SVGTextPathSpacingType propertyValue = SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value); local
101 if (propertyValue > 0)
102 setSpacingBaseValue(propertyValue);
H A DSVGClipPathElement.cpp81 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
82 if (propertyValue > 0)
83 setClipPathUnitsBaseValue(propertyValue);
H A DSVGFEBlendElement.cpp78 BlendModeType propertyValue = SVGPropertyTraits<BlendModeType>::fromString(value); local
79 if (propertyValue > 0)
80 setModeBaseValue(propertyValue);
H A DSVGComponentTransferFunctionElement.cpp86 ComponentTransferType propertyValue = SVGPropertyTraits<ComponentTransferType>::fromString(value); local
87 if (propertyValue > 0)
88 setTypeBaseValue(propertyValue);
H A DSVGFEColorMatrixElement.cpp78 ColorMatrixType propertyValue = SVGPropertyTraits<ColorMatrixType>::fromString(value); local
79 if (propertyValue > 0)
80 setTypeBaseValue(propertyValue);
H A DSVGFECompositeElement.cpp90 CompositeOperationType propertyValue = SVGPropertyTraits<CompositeOperationType>::fromString(value); local
91 if (propertyValue > 0)
92 set_operatorBaseValue(propertyValue);
H A DSVGFEMorphologyElement.cpp99 MorphologyOperatorType propertyValue = SVGPropertyTraits<MorphologyOperatorType>::fromString(value); local
100 if (propertyValue > 0)
101 set_operatorBaseValue(propertyValue);
H A DSVGFilterElement.cpp131 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
132 if (propertyValue > 0)
133 setFilterUnitsBaseValue(propertyValue);
135 SVGUnitTypes::SVGUnitType propertyValue = SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value); local
136 if (propertyValue > 0)
137 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 DSVGMarkerElement.cpp136 SVGMarkerUnitsType propertyValue = SVGPropertyTraits<SVGMarkerUnitsType>::fromString(value); local
137 if (propertyValue > 0)
138 setMarkerUnitsBaseValue(propertyValue);
H A DSVGTextContentElement.cpp257 SVGLengthAdjustType propertyValue = SVGPropertyTraits<SVGLengthAdjustType>::fromString(value); local
258 if (propertyValue > 0)
259 setLengthAdjustBaseValue(propertyValue);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcss.js361 if (context == "propertyValue"){
420 } else if (context == "propertyValue") {
441 if (context == "propertyValue") state.stack.pop();
449 else if (context == "rule" && type == ":") state.stack.push("propertyValue");
450 else if (context == "propertyValue" && type == ";") state.stack.pop();
457 n -= state.stack[state.stack.length-1] == "propertyValue" ? 2 : 1;
/macosx-10.9.5/WebCore-7537.78.1/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())); }
79 const CSSValue* propertyValue() const;
246 inline const CSSValue* StylePropertySet::PropertyReference::propertyValue() const function in class:WebCore::StylePropertySet::PropertyReference
/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/
H A Ddevice_tree.h218 extern int DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize);
/macosx-10.9.5/IOGraphics-471.92.1/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.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptValue.cpp160 JSValue propertyValue = object->get(scriptState, name); local
161 RefPtr<InspectorValue> inspectorValue = jsToInspectorValue(scriptState, propertyValue, maxDepth);
/macosx-10.9.5/CF-855.17/
H A DCFStreamAbstract.h66 Boolean (*setProperty)(CFReadStreamRef stream, CFStringRef propertyName, CFTypeRef propertyValue, void *info);
87 Boolean (*setProperty)(CFWriteStreamRef stream, CFStringRef propertyName, CFTypeRef propertyValue, void *info);
162 Boolean (*setProperty)(CFReadStreamRef stream, CFStringRef propertyName, CFTypeRef propertyValue, void *info);
179 Boolean (*setProperty)(CFWriteStreamRef stream, CFStringRef propertyName, CFTypeRef propertyValue, void *info);
H A DCFStreamInternal.h60 Boolean (*setProperty)(struct _CFStream *stream, CFStringRef propertyName, CFTypeRef propertyValue, void *info);
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVLibraries.h193 void * propertyValue,
199 const void * propertyValue,
209 const void * propertyValue,
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/
H A DNPObjectMessageReceiver.cpp168 NPVariant propertyValue = m_npRemoteObjectMap->npVariantDataToNPVariant(propertyValueData, m_plugin); local
171 returnValue = m_npObject->_class->setProperty(m_npObject, propertyNameData.createNPIdentifier(), &propertyValue);
174 releaseNPVariantValue(&propertyValue);

Completed in 209 milliseconds

12