HomeSort by relevance Sort by last modified time
    Searched defs:TranslateTransformOperation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TranslateTransformOperation.h 34 class PLATFORM_EXPORT TranslateTransformOperation : public TransformOperation {
36 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type)
38 return adoptRef(new TranslateTransformOperation(tx, ty, 0, type));
41 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, double tz, OperationType type)
43 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type));
64 const TranslateTransformOperation* t = static_cast<const TranslateTransformOperation*>(&o);
80 TranslateTransformOperation(const Length& tx, const Length& ty, double tz, OperationType type)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.h 39 TranslateTransformOperation,

Completed in 470 milliseconds