Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderScrollbar.h76 virtual bool isCustomScrollbar() const { return true; } in isCustomScrollbar() function
90 ASSERT(!scrollbar || scrollbar->isCustomScrollbar()); in toRenderScrollbar()
DRenderListBox.cpp817 if (!m_vBar->isCustomScrollbar()) in destroyScrollbar()
DRenderLayer.cpp1910 if (scrollbar->isCustomScrollbar()) in destroyScrollbar()
/external/webkit/Source/WebCore/platform/
DScrollbar.h60 virtual bool isCustomScrollbar() const { return false; } in isCustomScrollbar() function
/external/webkit/Source/WebCore/page/
DFrameView.cpp193 ASSERT(!horizontalScrollbar() || !horizontalScrollbar()->isCustomScrollbar()); in ~FrameView()
194 ASSERT(!verticalScrollbar() || !verticalScrollbar()->isCustomScrollbar()); in ~FrameView()
312 if (horizontalBar && horizontalBar->isCustomScrollbar()) in detachCustomScrollbars()
316 if (verticalBar && verticalBar->isCustomScrollbar()) in detachCustomScrollbars()
2312 if (scrollbar->isCustomScrollbar()) in hasCustomScrollbars()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2996101 (WebCore::Scrollbar::isCustomScrollbar):
96107 (WebCore::RenderScrollbar::isCustomScrollbar):
98210 (WebCore::Scrollbar::isCustomScrollbar):
98216 (WebCore::RenderScrollbar::isCustomScrollbar):