HomeSort by relevance Sort by last modified time
    Searched refs:m_boundsSize (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 251 IntSize(max(0, m_boundsSize.width() - verticalScrollbarWidth),
252 max(0, m_boundsSize.height() - horizontalScrollbarHeight)));
542 IntSize frameSize = m_boundsSize;
607 m_boundsSize.height() - m_horizontalScrollbar->height(),
608 m_boundsSize.width() - (m_verticalScrollbar ? m_verticalScrollbar->width() : 0),
627 IntRect vBarRect = IntRect(m_boundsSize.width() - m_verticalScrollbar->width(),
630 m_boundsSize.height() - (m_horizontalScrollbar ? m_horizontalScrollbar->height() : 0));
879 if (newSize == m_boundsSize)
883 m_boundsSize = newSize;
897 ASSERT(m_boundsSize.isZero())
    [all...]
ScrollView.h 315 IntSize boundsSize() const { return m_boundsSize; }
376 IntSize m_boundsSize;
  /external/webkit/Source/WebCore/platform/gtk/
ScrollViewGtk.cpp 173 IntSize(max(0, m_boundsSize.width() - (verticalScrollbar() && !includeScrollbars ? verticalScrollbar()->width() : 0)),
174 max(0, m_boundsSize.height() - (horizontalScrollbar() && !includeScrollbars ? horizontalScrollbar()->height() : 0))));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h 188 WebCore::IntSize m_boundsSize;
PluginView.cpp 512 m_boundsSize = size;
613 frameRectInWindowCoordinates.setSize(m_boundsSize);
623 frameRectInWindowCoordinates.setSize(m_boundsSize);
    [all...]

Completed in 59 milliseconds