Searched refs:m_hBar (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp1703 Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_hBar : m_vBar).get();
1871 if (scrollbar == m_hBar.get())
1937 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar;
1956 if (hasScrollbar == (m_hBar != 0))
1960 m_hBar = createScrollbar(HorizontalScrollbar);
1965 if (m_hBar)
1966 m_hBar->styleChanged();
1988 if (m_hBar)
1989 m_hBar->styleChanged();
2009 if (!m_hBar || (m_hBa
[all...]
H A DRenderLayer.h261 virtual Scrollbar* horizontalScrollbar() const { return m_hBar.get(); }
684 RefPtr<Scrollbar> m_hBar; member in class:WebCore::RenderLayer

Completed in 2354 milliseconds