Searched refs:m_boundsSize (Results 1 – 5 of 5) sorted by relevance
251 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()608 … m_boundsSize.width() - (m_verticalScrollbar ? m_verticalScrollbar->width() : 0), in updateScrollbars()627 IntRect vBarRect = IntRect(m_boundsSize.width() - m_verticalScrollbar->width(), in updateScrollbars()630 … m_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 …]
315 IntSize boundsSize() const { return m_boundsSize; } in boundsSize()376 IntSize m_boundsSize; variable
173 …IntSize(max(0, m_boundsSize.width() - (verticalScrollbar() && !includeScrollbars ? verticalScrollb… in visibleContentRect()174 …max(0, m_boundsSize.height() - (horizontalScrollbar() && !includeScrollbars ? horizontalScrollbar(… in visibleContentRect()
188 WebCore::IntSize m_boundsSize; variable
512 m_boundsSize = size; in setBoundsSize()613 frameRectInWindowCoordinates.setSize(m_boundsSize); in viewGeometryDidChange()623 frameRectInWindowCoordinates.setSize(m_boundsSize); in clipRectInWindowCoordinates()