HomeSort by relevance Sort by last modified time
    Searched refs:dependsOnBoxSize (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
InterpolatedTransformOperation.h 57 virtual bool dependsOnBoxSize() const OVERRIDE
59 return from.dependsOnBoxSize() || to.dependsOnBoxSize();
TransformOperations.h 62 bool dependsOnBoxSize() const
65 if (m_operations[i]->dependsOnBoxSize())
TransformOperation.h 85 virtual bool dependsOnBoxSize() const { return false; }
TranslateTransformOperation.h 74 virtual bool dependsOnBoxSize() const OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.cpp 79 if (operations.dependsOnBoxSize())
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 170 if (toAnimatableTransform(frames[i]->propertyValue(CSSPropertyWebkitTransform))->transformOperations().dependsOnBoxSize())

Completed in 4264 milliseconds