Home
last modified time | relevance | path

Searched defs:isCustomScrollbar (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbar.h71 virtual bool isCustomScrollbar() const OVERRIDE { return true; } in isCustomScrollbar() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarImpl.cpp126 bool WebScrollbarImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebScrollbarImpl
DWebScrollbarThemeClientImpl.cpp145 bool WebScrollbarThemeClientImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebScrollbarThemeClientImpl
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.h81 virtual bool isCustomScrollbar() const OVERRIDE { return false; } in isCustomScrollbar() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp194 bool WebPluginScrollbarImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebPluginScrollbarImpl