Home
last modified time | relevance | path

Searched refs:m_panScrollIconPoint (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.cpp688 …IconDirtySquareLocation = IntPoint(m_panScrollIconPoint.x() - (panIconDirtySquareSizeLength / 2), in scrollContents()
1036 context->drawImage(panScrollIcon, ColorSpaceDeviceRGB, m_panScrollIconPoint); in wheelEvent()
1273m_panScrollIconPoint = IntPoint(iconPosition.x() - panIconSizeLength / 2 , iconPosition.y() - panI… in wheelEvent()
1274 …hostWindow()->invalidateContentsAndWindow(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength,… in wheelEvent()
1282 …hostWindow()->invalidateContentsAndWindow(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength,… in wheelEvent()
DScrollView.h366 IntPoint m_panScrollIconPoint; variable