Home
last modified time | relevance | path

Searched refs:m_vBar (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp179 if (m_vBar) in computePreferredLogicalWidths()
180 m_maxPreferredLogicalWidth += m_vBar->width(); in computePreferredLogicalWidths()
236 if (m_vBar) { in computeLogicalHeight()
238 m_vBar->setEnabled(enabled); in computeLogicalHeight()
239 m_vBar->setSteps(1, min(1, numVisibleItems() - 1), itemHeight); in computeLogicalHeight()
240 m_vBar->setProportion(numVisibleItems(), numItems()); in computeLogicalHeight()
280 if (m_vBar->isOverlayScrollbar()) in paintObject()
284 if (!m_vBar->isOverlayScrollbar()) in paintObject()
329 if (m_vBar) { in paintScrollbar()
330 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(), in paintScrollbar()
[all …]
DRenderDataGrid.cpp181 …return ((orientation == VerticallScrollbar) && m_vBar) ? (m_vBar->totalSize() - m_vBar->visibleSiz… in scrollSize()
186 if (m_vBar) in setScrollOffsetFromAnimation()
187 m_vBar->setValue(offset.y(), Scrollbar::FromScrollAnimator); in setScrollOffsetFromAnimation()
DRenderLayer.cpp1703 Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_hBar : m_vBar).get(); in scrollTo()
1868 if (scrollbar == m_vBar.get()) in scrollTo()
1881 if (scrollbar == m_vBar.get()) { in scrollTo()
1896 if (scrollbar == m_vBar.get()) in scrollTo()
1937 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; in scrollTo()
1967 if (m_vBar) in scrollTo()
1968 m_vBar->styleChanged(); in scrollTo()
1979 if (hasScrollbar == (m_vBar != 0)) in scrollTo()
1983 m_vBar = createScrollbar(VerticalScrollbar); in scrollTo()
1990 if (m_vBar) in scrollTo()
[all …]
DRenderListBox.h114 virtual Scrollbar* verticalScrollbar() const { return m_vBar.get(); } in verticalScrollbar()
146 RefPtr<Scrollbar> m_vBar; variable
DRenderDataGrid.h84 RefPtr<Scrollbar> m_vBar; variable
DRenderLayer.h262 virtual Scrollbar* verticalScrollbar() const { return m_vBar.get(); } in verticalScrollbar()
685 RefPtr<Scrollbar> m_vBar; variable
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1462870 the private section. Changed m_vBar to be a RefPtr.
62875 m_selectionChanged because it was removed and of m_vBar because it's
62878 m_vBar because it's a RefPtr. Added null checking for FrameView.
62902 m_vBar is now a RefPtr.