Home
last modified time | relevance | path

Searched defs:borderBoxSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTranslateTransformOperation.h48 …double x(const FloatSize& borderBoxSize) const { return floatValueForLength(m_x, borderBoxSize.wid… in x()
49 …double y(const FloatSize& borderBoxSize) const { return floatValueForLength(m_y, borderBoxSize.hei… in y()
66 … virtual void apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const OVERRIDE in apply()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp896 void RenderStyle::applyTransform(TransformationMatrix& transform, const LayoutSize& borderBoxSize, … in applyTransform() argument