Searched refs:m_scrollRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp104 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...]
H A DDrawingAreaImpl.h83 WebCore::IntRect m_scrollRect; member in class:WebKit::DrawingAreaImpl

Completed in 40 milliseconds