Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.cpp1004 static Image* panScrollIcon = Image::loadPlatformResource("panIcon").releaseRef(); in wheelEvent() local
1005 context->drawImage(panScrollIcon, ColorSpaceDeviceRGB, m_panScrollIconPoint); in wheelEvent()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2944214 Make the local static panScrollIcon into a Image* instead