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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 104 ASSERT(m_scrollRect.isEmpty());
115 if (!m_scrollRect.isEmpty() && scrollRect != m_scrollRect) {
117 unsigned currentScrollArea = m_scrollRect.width() * m_scrollRect.height();
127 setNeedsDisplay(m_scrollRect);
128 m_scrollRect = IntRect();
151 m_scrollRect = scrollRect;
397 m_scrollRect = IntRect();
588 updateInfo.scrollRect = m_scrollRect;
    [all...]
DrawingAreaImpl.h 83 WebCore::IntRect m_scrollRect;

Completed in 157 milliseconds