Home
last modified time | relevance | path

Searched refs:isCustomScrollbar (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbar.h71 virtual bool isCustomScrollbar() const OVERRIDE { return true; } in isCustomScrollbar() function
88 …ollbar, ScrollbarThemeClient, scrollbar, scrollbar->isCustomScrollbar(), scrollbar.isCustomScrollb…
DRenderLayerScrollableArea.cpp879 if (!scrollbar->isCustomScrollbar()) in destroyScrollbar()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarImpl.cpp126 bool WebScrollbarImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebScrollbarImpl
128 return m_scrollbar->isCustomScrollbar(); in isCustomScrollbar()
DWebScrollbarThemeClientImpl.cpp145 bool WebScrollbarThemeClientImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebScrollbarThemeClientImpl
147 return m_scrollbar->isCustomScrollbar(); in isCustomScrollbar()
DWebScrollbarImpl.h53 virtual bool isCustomScrollbar() const OVERRIDE;
DWebScrollbarThemeClientImpl.h63 virtual bool isCustomScrollbar() const OVERRIDE;
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbar.h103 virtual bool isCustomScrollbar() const = 0;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeClient.h66 virtual bool isCustomScrollbar() const = 0;
DScrollbar.h81 virtual bool isCustomScrollbar() const OVERRIDE { return false; } in isCustomScrollbar() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.h72 virtual bool isCustomScrollbar() const OVERRIDE;
DWebPluginScrollbarImpl.cpp194 bool WebPluginScrollbarImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebPluginScrollbarImpl
196 return m_scrollbar->isCustomScrollbar(); in isCustomScrollbar()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp164 ASSERT(!horizontalScrollbar() || !horizontalScrollbar()->isCustomScrollbar()); in ~FrameView()
165 ASSERT(!verticalScrollbar() || !verticalScrollbar()->isCustomScrollbar()); in ~FrameView()
258 if (horizontalBar && horizontalBar->isCustomScrollbar()) in detachCustomScrollbars()
262 if (verticalBar && verticalBar->isCustomScrollbar()) in detachCustomScrollbars()
2414 bool needsBackgorund = bar->isCustomScrollbar() && m_frame->isMainFrame(); in paintScrollbar()
2463 if (scrollbar->isCustomScrollbar()) in hasCustomScrollbars()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp318 if (scrollbar->isCustomScrollbar()) { in scrollableAreaScrollbarLayerDidChange()