Searched refs:WebScrollbarClient (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebScrollbar.h40 class WebScrollbarClient;
63 WEBKIT_API static WebScrollbar* create(WebScrollbarClient*, Orientation);
H A DWebScrollbarClient.h40 class WebScrollbarClient { class in namespace:WebKit
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.h48 WebScrollbarImpl(WebScrollbarClient*, Orientation orientation);
81 WebScrollbarClient* m_client;
H A DWebScrollbarImpl.cpp44 #include "WebScrollbarClient.h"
53 WebScrollbar* WebScrollbar::create(WebScrollbarClient* client, Orientation orientation)
63 WebScrollbarImpl::WebScrollbarImpl(WebScrollbarClient* client, Orientation orientation)

Completed in 304 milliseconds