Searched defs:thumbLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeOverlay.cpp82 int ScrollbarThemeOverlay::thumbLength(ScrollbarThemeClient* scrollbar) function in class:WebCore::ScrollbarThemeOverlay
H A DScrollbarTheme.cpp257 float pos = std::max(0.0f, scrollbar->currentPos()) * (trackLength(scrollbar) - thumbLength(scrollbar)) / size;
263 int ScrollbarTheme::thumbLength(ScrollbarThemeClient* scrollbar) function in class:WebCore::ScrollbarTheme
326 thumbRect = IntRect(trackRect.x() + thumbPos, trackRect.y(), thumbLength(scrollbar), scrollbar->height());
330 thumbRect = IntRect(trackRect.x(), trackRect.y() + thumbPos, scrollbar->width(), thumbLength(scrollbar));
H A DScrollbar.cpp206 int thumbLength = scrollbar->theme()->thumbLength(scrollbar); local
207 return scrollbar->pressedPos() >= thumbPos && scrollbar->pressedPos() < thumbPos + thumbLength;
307 int thumbLen = theme()->thumbLength(this);
471 int thumbLen = theme()->thumbLength(this);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.cpp59 int WebScrollbarThemeGeometryNative::thumbLength(WebScrollbar* scrollbar) function in class:blink::WebScrollbarThemeGeometryNative
62 return m_theme->thumbLength(&client);

Completed in 93 milliseconds