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

Completed in 51 milliseconds