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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp1493 static Cursor& syntheticTouchCursor() function in namespace:WebCore
1495 DEFINE_STATIC_LOCAL(Cursor, c, (Image::loadPlatformResource("syntheticTouchCursor").get(), IntPoint(10, 10)));
1506 m_frame->view()->setCursor(syntheticTouchCursor());

Completed in 83 milliseconds