Searched refs:WebScrollbarImpl (Results 1 – 10 of 10) sorted by relevance
34 WebScrollbarImpl::WebScrollbarImpl(WebCore::Scrollbar* scrollbar) in WebScrollbarImpl() function in blink::WebScrollbarImpl39 bool WebScrollbarImpl::isOverlay() const in isOverlay()44 int WebScrollbarImpl::value() const in value()49 WebPoint WebScrollbarImpl::location() const in location()54 WebSize WebScrollbarImpl::size() const in size()59 bool WebScrollbarImpl::enabled() const in enabled()64 int WebScrollbarImpl::maximum() const in maximum()69 int WebScrollbarImpl::totalSize() const in totalSize()74 bool WebScrollbarImpl::isScrollViewScrollbar() const in isScrollViewScrollbar()79 bool WebScrollbarImpl::isScrollableAreaActive() const in isScrollableAreaActive()[all …]
37 class PLATFORM_EXPORT WebScrollbarImpl : public WebScrollbar {39 explicit WebScrollbarImpl(WebCore::Scrollbar*);
273 'exported/WebScrollbarImpl.cpp',274 'exported/WebScrollbarImpl.h',
171 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
172 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
232 …rm::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), p… in createScrollbarLayer()