Searched refs:isCustomScrollbar (Results 1 – 14 of 14) sorted by relevance
73 virtual bool isCustomScrollbar() const { return true; } in isCustomScrollbar() function90 …ollbar, ScrollbarThemeClient, scrollbar, scrollbar->isCustomScrollbar(), scrollbar.isCustomScrollb…
909 if (!m_vBar->isCustomScrollbar()) in destroyScrollbar()
788 if (!scrollbar->isCustomScrollbar()) in destroyScrollbar()
126 bool WebScrollbarImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebScrollbarImpl128 return m_scrollbar->isCustomScrollbar(); in isCustomScrollbar()
147 bool WebScrollbarThemeClientImpl::isCustomScrollbar() const in isCustomScrollbar() function in WebCore::WebScrollbarThemeClientImpl149 return m_scrollbar->isCustomScrollbar(); in isCustomScrollbar()
56 virtual bool isCustomScrollbar() const OVERRIDE;
64 virtual bool isCustomScrollbar() const OVERRIDE;
107 virtual bool isCustomScrollbar() const = 0;
66 virtual bool isCustomScrollbar() const = 0;
82 virtual bool isCustomScrollbar() const { return false; } in isCustomScrollbar() function
75 virtual bool isCustomScrollbar() const OVERRIDE;
197 bool WebPluginScrollbarImpl::isCustomScrollbar() const in isCustomScrollbar() function in blink::WebPluginScrollbarImpl199 return m_scrollbar->isCustomScrollbar(); in isCustomScrollbar()
233 ASSERT(!horizontalScrollbar() || !horizontalScrollbar()->isCustomScrollbar()); in ~FrameView()234 ASSERT(!verticalScrollbar() || !verticalScrollbar()->isCustomScrollbar()); in ~FrameView()353 if (horizontalBar && horizontalBar->isCustomScrollbar()) in detachCustomScrollbars()357 if (verticalBar && verticalBar->isCustomScrollbar()) in detachCustomScrollbars()2809 bool needsBackgorund = bar->isCustomScrollbar() && isMainFrame(); in paintScrollbar()2870 if (scrollbar->isCustomScrollbar()) in hasCustomScrollbars()
302 if (scrollbar->isCustomScrollbar()) { in scrollableAreaScrollbarLayerDidChange()