Home
last modified time | relevance | path

Searched refs:dependsOnBoxSize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DInterpolatedTransformOperation.h57 virtual bool dependsOnBoxSize() const OVERRIDE in dependsOnBoxSize() function
59 return from.dependsOnBoxSize() || to.dependsOnBoxSize(); in dependsOnBoxSize()
DTransformOperations.h62 bool dependsOnBoxSize() const in dependsOnBoxSize() function
65 if (m_operations[i]->dependsOnBoxSize()) in dependsOnBoxSize()
DTransformOperation.h85 virtual bool dependsOnBoxSize() const { return false; } in dependsOnBoxSize() function
DTranslateTransformOperation.h74 virtual bool dependsOnBoxSize() const OVERRIDE in dependsOnBoxSize() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSMatrix.cpp79 if (operations.dependsOnBoxSize()) in setMatrixValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimations.cpp170 …rm(frames[i]->propertyValue(CSSPropertyWebkitTransform))->transformOperations().dependsOnBoxSize()) in isCandidateForAnimationOnCompositor()