Searched refs:m_scrollWidth (Results 1 – 3 of 3) sorted by relevance
152 , m_scrollWidth(0) in RenderLayer()2114 return m_scrollWidth; in scrollTo()2166 m_scrollWidth = overflowRight() - overflowLeft(); in scrollTo()2172 *needHBar = m_scrollWidth > box->clientWidth(); in scrollTo()2291 m_hBar->setProportion(clientWidth, m_scrollWidth); in scrollTo()3452 m_scrollWidth, m_scrollHeight); in scrollTo()3524 m_scrollWidth, m_scrollHeight); in scrollTo()
680 int m_scrollWidth; variable
21608 … Use scrollWidth() and scrollHeight() functions instead of m_scrollWidth and m_scrollHeight.