Searched defs:scrollbarInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_mac.cc34 const WebThemeEngine::ScrollbarInfo& scrollbarInfo) {
41 trackInfo.max = scrollbarInfo.maxValue;
42 trackInfo.value = scrollbarInfo.currentValue;
43 trackInfo.trackInfo.scrollbar.viewsize = scrollbarInfo.visibleSize;
45 if (scrollbarInfo.orientation ==
29 paintScrollbarThumb( WebCanvas* canvas, WebThemeEngine::State state, WebThemeEngine::Size size, const WebRect& rect, const WebThemeEngine::ScrollbarInfo& scrollbarInfo) argument
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp893 GraphicsContext* gc, ThemePaintState state, ThemePaintSize size, const IntRect& rect, const ThemePaintScrollbarInfo& scrollbarInfo)
897 webThemeScrollbarInfo.orientation = static_cast<WebThemeEngine::ScrollbarOrientation>(scrollbarInfo.orientation);
898 webThemeScrollbarInfo.parent = static_cast<WebThemeEngine::ScrollbarParent>(scrollbarInfo.parent);
899 webThemeScrollbarInfo.maxValue = scrollbarInfo.maxValue;
900 webThemeScrollbarInfo.currentValue = scrollbarInfo.currentValue;
901 webThemeScrollbarInfo.visibleSize = scrollbarInfo.visibleSize;
902 webThemeScrollbarInfo.totalSize = scrollbarInfo.totalSize;
892 paintScrollbarThumb( GraphicsContext* gc, ThemePaintState state, ThemePaintSize size, const IntRect& rect, const ThemePaintScrollbarInfo& scrollbarInfo) argument

Completed in 77 milliseconds