Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.cpp657 …IconDirtySquareLocation = IntPoint(m_panScrollIconPoint.x() - (panIconDirtySquareSizeLength / 2), in scrollContents()
1005 context->drawImage(panScrollIcon, ColorSpaceDeviceRGB, m_panScrollIconPoint); in wheelEvent()
1242m_panScrollIconPoint = IntPoint(iconPosition.x() - panIconSizeLength / 2 , iconPosition.y() - panI… in wheelEvent()
1243 …hostWindow()->invalidateContentsAndWindow(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength,… in wheelEvent()
1251 …hostWindow()->invalidateContentsAndWindow(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength,… in wheelEvent()
DScrollView.h361 IntPoint m_panScrollIconPoint; variable