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

/external/webkit/WebCore/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp85 static String cssPropertyName(const Identifier& propertyName, bool* hadPixelOrPosPrefix = 0) function in namespace:WebCore
135 return CSSStyleDeclaration::isPropertyName(cssPropertyName(propertyName));
155 String prop = cssPropertyName(propertyName, &pixelOrPos);
180 String prop = cssPropertyName(propertyName, &pixelOrPos);

Completed in 149 milliseconds