Home
last modified time | relevance | path

Searched defs:hotSpot (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/style/
DCursorData.h50 IntPoint hotSpot; // for CSS3 support member
DRenderStyle.cpp485 void RenderStyle::addCursor(CachedImage* image, const IntPoint& hotSpot) in addCursor()
/external/webkit/WebCore/platform/chromium/
DPlatformCursor.h92 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor()
98 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
DCursorChromium.cpp41 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor()
/external/webkit/WebCore/platform/win/
DCursorWin.cpp147 IntPoint hotSpot(x, y); in loadCursorByName() local
/external/webkit/WebCore/page/
DEventHandler.cpp873 IntPoint hotSpot = (*cursors)[i].hotSpot; in selectCursor() local