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

/external/webkit/Source/WebCore/css/
H A DWebKitCSSTransformValue.cpp27 #include "WebKitCSSTransformValue.h"
35 WebKitCSSTransformValue::WebKitCSSTransformValue(TransformOperationType op) function in class:WebCore::WebKitCSSTransformValue
41 WebKitCSSTransformValue::~WebKitCSSTransformValue()
45 String WebKitCSSTransformValue::cssText() const
H A DWebKitCSSTransformValue.h35 class WebKitCSSTransformValue : public CSSValueList { class in namespace:WebCore
63 static PassRefPtr<WebKitCSSTransformValue> create(TransformOperationType type)
65 return adoptRef(new WebKitCSSTransformValue(type));
68 virtual ~WebKitCSSTransformValue();
75 WebKitCSSTransformValue(TransformOperationType);
H A DWebKitCSSTransformValue.idl34 ] WebKitCSSTransformValue : CSSValueList {
H A DCSSStyleSelector.cpp99 #include "WebKitCSSTransformValue.h"
7057 static TransformOperation::OperationType getTransformOperationType(WebKitCSSTransformValue::TransformOperationType type)
7060 case WebKitCSSTransformValue::ScaleTransformOperation: return TransformOperation::SCALE;
7061 case WebKitCSSTransformValue::ScaleXTransformOperation: return TransformOperation::SCALE_X;
7062 case WebKitCSSTransformValue::ScaleYTransformOperation: return TransformOperation::SCALE_Y;
7063 case WebKitCSSTransformValue::ScaleZTransformOperation: return TransformOperation::SCALE_Z;
7064 case WebKitCSSTransformValue::Scale3DTransformOperation: return TransformOperation::SCALE_3D;
7065 case WebKitCSSTransformValue::TranslateTransformOperation: return TransformOperation::TRANSLATE;
7066 case WebKitCSSTransformValue::TranslateXTransformOperation: return TransformOperation::TRANSLATE_X;
7067 case WebKitCSSTransformValue
[all...]
H A DCSSParser.cpp74 #include "WebKitCSSTransformValue.h"
5584 : m_type(WebKitCSSTransformValue::UnknownTransformOperation)
5592 m_type = WebKitCSSTransformValue::ScaleTransformOperation;
5594 m_type = WebKitCSSTransformValue::ScaleXTransformOperation;
5596 m_type = WebKitCSSTransformValue::ScaleYTransformOperation;
5598 m_type = WebKitCSSTransformValue::ScaleZTransformOperation;
5600 m_type = WebKitCSSTransformValue::Scale3DTransformOperation;
5604 m_type = WebKitCSSTransformValue::RotateTransformOperation;
5611 m_type = WebKitCSSTransformValue::RotateXTransformOperation;
5613 m_type = WebKitCSSTransformValue
[all...]
H A DCSSComputedStyleDeclaration.cpp53 #include "WebKitCSSTransformValue.h"
480 RefPtr<WebKitCSSTransformValue> transformVal;
484 transformVal = WebKitCSSTransformValue::create(WebKitCSSTransformValue::MatrixTransformOperation);
493 transformVal = WebKitCSSTransformValue::create(WebKitCSSTransformValue::Matrix3DTransformOperation);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CSSValueCustom.cpp50 return toV8(static_cast<WebKitCSSTransformValue*>(impl));
/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSValueCustom.cpp34 #include "WebKitCSSTransformValue.h"
58 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, WebKitCSSTransformValue, value);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl361 attribute WebKitCSSTransformValueConstructor WebKitCSSTransformValue;
/external/webkit/Source/WebCore/
H A DAndroid.mk103 css/WebKitCSSTransformValue.cpp \

Completed in 183 milliseconds