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 244 IntSize(max(0, m_boundsSize.width() - verticalScrollbarWidth),
245 max(0, m_boundsSize.height() - horizontalScrollbarHeight)));
511 IntSize frameSize = m_boundsSize;
576 m_boundsSize.height() - m_horizontalScrollbar->height(),
577 m_boundsSize.width() - (m_verticalScrollbar ? m_verticalScrollbar->width() : 0),
596 IntRect vBarRect = IntRect(m_boundsSize.width() - m_verticalScrollbar->width(),
599 m_boundsSize.height() - (m_horizontalScrollbar ? m_horizontalScrollbar->height() : 0));
848 if (newSize == m_boundsSize)
852 m_boundsSize = newSize;
866 ASSERT(m_boundsSize.isZero())
    [all...]
ScrollView.h 310 IntSize boundsSize() const { return m_boundsSize; }
371 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 357 milliseconds