Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DScrollView.cpp512 …IconDirtySquareLocation = IntPoint(m_panScrollIconPoint.x() - (panIconDirtySquareSizeLength / 2), in scrollContents()
771 context->drawImage(panScrollIcon, DeviceColorSpace, m_panScrollIconPoint); in wheelEvent()
942m_panScrollIconPoint = IntPoint(iconPosition.x() - panIconSizeLength / 2 , iconPosition.y() - panI… in wheelEvent()
943 …hostWindow()->repaint(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength,panIconSizeLength)),… in wheelEvent()
951 …hostWindow()->repaint(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength, panIconSizeLength))… in wheelEvent()
DScrollView.h276 IntPoint m_panScrollIconPoint; variable