Searched refs:computedValue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DHTMLConverter.mm213 DOMCSSPrimitiveValue *computedValue = (DOMCSSPrimitiveValue *)[computedStyle getPropertyCSSValue:key];
214 if (computedValue) {
215 unsigned short valueType = [computedValue cssValueType];
217 unsigned short primitiveType = [computedValue primitiveType];
219 result = [computedValue getStringValue];
388 DOMCSSPrimitiveValue *computedValue = (DOMCSSPrimitiveValue *)[computedStyle getPropertyCSSValue:key];
389 if (computedValue && [computedValue cssValueType] == DOM_CSS_PRIMITIVE_VALUE) {
390 result = _getFloat(computedValue, &floatVal);
554 DOMCSSPrimitiveValue *computedValue
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp2978 RefPtr<CSSValue> computedValue = propertyValue(propertyID); local
2979 return computedValue && value && computedValue->equals(*value);

Completed in 179 milliseconds