Home
last modified time | relevance | path

Searched refs:WebScrollbarImpl (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarImpl.cpp34 WebScrollbarImpl::WebScrollbarImpl(WebCore::Scrollbar* scrollbar) in WebScrollbarImpl() function in blink::WebScrollbarImpl
39 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 …]
DWebScrollbarImpl.h37 class PLATFORM_EXPORT WebScrollbarImpl : public WebScrollbar {
39 explicit WebScrollbarImpl(WebCore::Scrollbar*);
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi273 'exported/WebScrollbarImpl.cpp',
274 'exported/WebScrollbarImpl.h',
Dblink_platform.target.linux-mips.mk171 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
Dblink_platform.target.linux-x86.mk171 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
Dblink_platform.target.darwin-mips.mk171 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
Dblink_platform.target.linux-arm.mk172 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
Dblink_platform.target.darwin-x86.mk171 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
Dblink_platform.target.darwin-arm.mk172 third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp232 …rm::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), p… in createScrollbarLayer()