Home
last modified time | relevance | path

Searched refs:m_boundsSize (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.cpp251 IntSize(max(0, m_boundsSize.width() - verticalScrollbarWidth), in visibleContentRect()
252 max(0, m_boundsSize.height() - horizontalScrollbarHeight))); in visibleContentRect()
542 IntSize frameSize = m_boundsSize; in updateScrollbars()
607 m_boundsSize.height() - m_horizontalScrollbar->height(), in updateScrollbars()
608m_boundsSize.width() - (m_verticalScrollbar ? m_verticalScrollbar->width() : 0), in updateScrollbars()
627 IntRect vBarRect = IntRect(m_boundsSize.width() - m_verticalScrollbar->width(), in updateScrollbars()
630m_boundsSize.height() - (m_horizontalScrollbar ? m_horizontalScrollbar->height() : 0)); in updateScrollbars()
879 if (newSize == m_boundsSize) in wheelEvent()
883 m_boundsSize = newSize; in wheelEvent()
897 ASSERT(m_boundsSize.isZero()); in wheelEvent()
[all …]
DScrollView.h315 IntSize boundsSize() const { return m_boundsSize; } in boundsSize()
376 IntSize m_boundsSize; variable
/external/webkit/Source/WebCore/platform/gtk/
DScrollViewGtk.cpp173 …IntSize(max(0, m_boundsSize.width() - (verticalScrollbar() && !includeScrollbars ? verticalScrollb… in visibleContentRect()
174 …max(0, m_boundsSize.height() - (horizontalScrollbar() && !includeScrollbars ? horizontalScrollbar(… in visibleContentRect()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.h188 WebCore::IntSize m_boundsSize; variable
DPluginView.cpp512 m_boundsSize = size; in setBoundsSize()
613 frameRectInWindowCoordinates.setSize(m_boundsSize); in viewGeometryDidChange()
623 frameRectInWindowCoordinates.setSize(m_boundsSize); in clipRectInWindowCoordinates()