Searched refs:thumbHeight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkScrollbar.c83 int thumbWidth, thumbHeight; local
101 corePtr->layout, thumb, &thumbWidth,&thumbHeight);
110 minSize = thumbHeight;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTheme.cpp997 int thumbHeight = thumbStyle->height().intValue(); local
998 thumbSize.setWidth(isHorizontal ? thumbWidth : thumbHeight);
999 thumbSize.setHeight(isHorizontal ? thumbHeight : thumbWidth);

Completed in 110 milliseconds