Searched defs:pixelOrPos (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp154 // Set up pixelOrPos boolean to handle the fact that
159 bool pixelOrPos; local
160 String prop = cssPropertyName(propertyName, &pixelOrPos);
163 if (pixelOrPos && v->cssValueType() == CSSValue::CSS_PRIMITIVE_VALUE)
181 bool pixelOrPos; local
182 String prop = cssPropertyName(propertyName, &pixelOrPos);
187 if (pixelOrPos)

Completed in 312 milliseconds