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

/external/webkit/WebCore/bindings/v8/custom/
H A DV8CSSValueCustom.cpp46 if (impl->isWebKitCSSTransformValue())
/external/webkit/WebCore/bindings/js/
H A DJSCSSValueCustom.cpp57 if (value->isWebKitCSSTransformValue())
/external/webkit/WebCore/css/
H A DCSSValue.h63 virtual bool isWebKitCSSTransformValue() const { return false; } function in class:WebCore::CSSValue
H A DWebKitCSSTransformValue.h77 virtual bool isWebKitCSSTransformValue() const { return true; } function in class:WebCore::WebKitCSSTransformValue
/external/webkit/WebCore/bindings/objc/
H A DDOMCSS.mm106 if (impl->isWebKitCSSTransformValue())

Completed in 83 milliseconds