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.h60 virtual bool dependsOnBoxSize() const OVERRIDE in dependsOnBoxSize() function
62 return from.dependsOnBoxSize() || to.dependsOnBoxSize(); in dependsOnBoxSize()
DTransformOperations.h62 bool dependsOnBoxSize() const in dependsOnBoxSize() function
65 if (m_operations[i]->dependsOnBoxSize()) in dependsOnBoxSize()
DTransformOperation.h83 virtual bool dependsOnBoxSize() const { return false; } in dependsOnBoxSize() function
DTranslateTransformOperation.h73 virtual bool dependsOnBoxSize() const OVERRIDE in dependsOnBoxSize() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSMatrix.cpp74 if (operations.dependsOnBoxSize()) in setMatrixValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimations.cpp159 …toAnimatableTransform(frame->getAnimatableValue().get())->transformOperations().dependsOnBoxSize()) in isCandidateForAnimationOnCompositor()