HomeSort by relevance Sort by last modified time
    Searched defs:WebScrollbarThemeGeometryNative (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.h 42 class PLATFORM_EXPORT WebScrollbarThemeGeometryNative : public WebScrollbarThemeGeometry {
44 static PassOwnPtr<WebScrollbarThemeGeometryNative> create(WebCore::ScrollbarTheme*);
47 virtual WebScrollbarThemeGeometryNative* clone() const OVERRIDE;
66 explicit WebScrollbarThemeGeometryNative(WebCore::ScrollbarTheme*);
WebScrollbarThemeGeometryNative.cpp 28 #include "platform/exported/WebScrollbarThemeGeometryNative.h"
38 PassOwnPtr<blink::WebScrollbarThemeGeometryNative> WebScrollbarThemeGeometryNative::create(WebCore::ScrollbarTheme* theme)
40 return adoptPtr(new WebScrollbarThemeGeometryNative(theme));
43 WebScrollbarThemeGeometryNative::WebScrollbarThemeGeometryNative(WebCore::ScrollbarTheme* theme)
48 WebScrollbarThemeGeometryNative* WebScrollbarThemeGeometryNative::clone() const
50 return new WebScrollbarThemeGeometryNative(m_theme);
53 int WebScrollbarThemeGeometryNative::thumbPosition(WebScrollbar* scrollbar
    [all...]

Completed in 70 milliseconds