Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp1056 int expandRatio = ResizerControlExpandRatioForTouch - 1; in resizerCornerRect() local
1057 corner.move(-corner.width() * expandRatio, -corner.height() * expandRatio); in resizerCornerRect()
1058 corner.expand(corner.width() * expandRatio, corner.height() * expandRatio); in resizerCornerRect()