Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp221 static int cornerStart(const RenderStyle* style, int minX, int maxX, int thickness) in cornerStart() function
247 return IntRect(cornerStart(style, bounds.x(), bounds.maxX(), horizontalThickness), in cornerRect()