Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DCursorData.h35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) in CursorData()
54 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
DRenderStyle.cpp594 void RenderStyle::addCursor(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) in addCursor()
/external/webkit/Source/WebCore/css/
DCSSCursorImageValue.h35 static PassRefPtr<CSSCursorImageValue> create(const String& url, const IntPoint& hotSpot) in create()
42 IntPoint hotSpot() const { return m_hotSpot; } in hotSpot() function
DCSSCursorImageValue.cpp56 CSSCursorImageValue::CSSCursorImageValue(const String& url, const IntPoint& hotSpot) in CSSCursorImageValue()
DCSSParser.cpp1111 IntPoint hotSpot(-1, -1); in parseValue() local
/external/webkit/Source/WebCore/platform/qt/
DCursorQt.cpp76 static QCursor* createCustomCursor(Image* image, const IntPoint& hotSpot) in createCustomCursor()
/external/webkit/Source/WebCore/platform/win/
DCursorWin.cpp43 static PassRefPtr<SharedCursor> createSharedCursor(Image* img, const IntPoint& hotSpot) in createSharedCursor()
126 IntPoint hotSpot(x, y); in loadCursorByName() local
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h94 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor()
100 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
DCursorChromium.cpp43 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor()
/external/webkit/Source/WebCore/platform/gtk/
DCursorGtk.cpp62 static GRefPtr<GdkCursor> createCustomCursor(Image* image, const IntPoint& hotSpot) in createCustomCursor()
/external/webkit/Source/WebCore/platform/
DCursor.cpp242 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor()
DCursor.h172 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h97 WebPoint hotSpot; member
/external/webkit/Source/WebCore/page/
DEventHandler.cpp1191 IntPoint hotSpot = (*cursors)[i].hotSpot(); in selectCursor() local