Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderScrollbarTheme.cpp56 int startSize; in hasButtons() local
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
59 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
/external/icu4c/layout/
DDeviceTables.h23 le_uint16 startSize; member
DDeviceTables.cpp23 le_uint16 start = SWAPW(startSize); in getAdjustment()