OperationType 42 Source/core/css/resolver/FilterOperationResolver.cpp static FilterOperation::OperationType filterOperationForType(CSSFilterValue::FilterOperationType type) OperationType 102 Source/core/css/resolver/FilterOperationResolver.cpp FilterOperation::OperationType operationType = filterOperationForType(filterValue->operationType()); OperationType 53 Source/core/css/resolver/TransformBuilder.cpp static TransformOperation::OperationType getTransformOperationType(CSSTransformValue::TransformOperationType type) OperationType 54 Source/core/rendering/ClipPathOperation.h OperationType type() const { return m_type; } OperationType 58 Source/core/rendering/ClipPathOperation.h ClipPathOperation(OperationType type) OperationType 63 Source/core/rendering/ClipPathOperation.h OperationType m_type; OperationType 884 Source/core/rendering/style/RenderStyle.cpp TransformOperation::OperationType type = transformOperations[i]->type(); OperationType 62 Source/platform/graphics/filters/FilterOperation.h static bool canInterpolate(FilterOperation::OperationType type) OperationType 93 Source/platform/graphics/filters/FilterOperation.h OperationType type() const { return m_type; } OperationType 102 Source/platform/graphics/filters/FilterOperation.h FilterOperation(OperationType type) OperationType 107 Source/platform/graphics/filters/FilterOperation.h OperationType m_type; OperationType 165 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount, OperationType type) OperationType 183 Source/platform/graphics/filters/FilterOperation.h BasicColorMatrixFilterOperation(double amount, OperationType type) OperationType 194 Source/platform/graphics/filters/FilterOperation.h FilterOperation::OperationType type = operation.type(); OperationType 203 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<BasicComponentTransferFilterOperation> create(double amount, OperationType type) OperationType 223 Source/platform/graphics/filters/FilterOperation.h BasicComponentTransferFilterOperation(double amount, OperationType type) OperationType 234 Source/platform/graphics/filters/FilterOperation.h FilterOperation::OperationType type = operation.type(); OperationType 103 Source/platform/graphics/filters/FilterOperations.cpp FilterOperation::OperationType operationType = m_operations.at(i)->type(); OperationType 41 Source/platform/transforms/IdentityTransformOperation.h virtual OperationType type() const OVERRIDE { return Identity; } OperationType 50 Source/platform/transforms/InterpolatedTransformOperation.h virtual OperationType type() const OVERRIDE { return Interpolated; } OperationType 45 Source/platform/transforms/Matrix3DTransformOperation.h virtual OperationType type() const OVERRIDE { return Matrix3D; } OperationType 50 Source/platform/transforms/MatrixTransformOperation.h virtual OperationType type() const OVERRIDE { return Matrix; } OperationType 44 Source/platform/transforms/PerspectiveTransformOperation.h virtual OperationType type() const OVERRIDE { return Perspective; } OperationType 34 Source/platform/transforms/RotateTransformOperation.h static PassRefPtr<RotateTransformOperation> create(double angle, OperationType type) OperationType 39 Source/platform/transforms/RotateTransformOperation.h static PassRefPtr<RotateTransformOperation> create(double x, double y, double z, double angle, OperationType type) OperationType 52 Source/platform/transforms/RotateTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } OperationType 69 Source/platform/transforms/RotateTransformOperation.h RotateTransformOperation(double x, double y, double z, double angle, OperationType type) OperationType 83 Source/platform/transforms/RotateTransformOperation.h OperationType m_type; OperationType 34 Source/platform/transforms/ScaleTransformOperation.h static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type) OperationType 39 Source/platform/transforms/ScaleTransformOperation.h static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type) OperationType 51 Source/platform/transforms/ScaleTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } OperationType 68 Source/platform/transforms/ScaleTransformOperation.h ScaleTransformOperation(double sx, double sy, double sz, OperationType type) OperationType 80 Source/platform/transforms/ScaleTransformOperation.h OperationType m_type; OperationType 34 Source/platform/transforms/SkewTransformOperation.h static PassRefPtr<SkewTransformOperation> create(double angleX, double angleY, OperationType type) OperationType 44 Source/platform/transforms/SkewTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } OperationType 61 Source/platform/transforms/SkewTransformOperation.h SkewTransformOperation(double angleX, double angleY, OperationType type) OperationType 70 Source/platform/transforms/SkewTransformOperation.h OperationType m_type; OperationType 66 Source/platform/transforms/TransformOperation.h virtual OperationType type() const = 0; OperationType 71 Source/platform/transforms/TransformOperation.h OperationType opType = type(); OperationType 36 Source/platform/transforms/TranslateTransformOperation.h static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) OperationType 41 Source/platform/transforms/TranslateTransformOperation.h static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, double tz, OperationType type) OperationType 56 Source/platform/transforms/TranslateTransformOperation.h virtual OperationType type() const OVERRIDE { return m_type; } OperationType 78 Source/platform/transforms/TranslateTransformOperation.h TranslateTransformOperation(const Length& tx, const Length& ty, double tz, OperationType type) OperationType 90 Source/platform/transforms/TranslateTransformOperation.h OperationType m_type;