Searched defs:m_hotSpot (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSCursorImageValue.h42 IntPoint hotSpot() const { return m_hotSpot; }
55 IntPoint m_hotSpot; member in class:WebCore::CSSCursorImageValue
/external/webkit/Source/WebCore/rendering/style/
H A DCursorData.h37 , m_hotSpot(hotSpot)
43 return m_hotSpot == o.m_hotSpot && m_image == o.m_image;
54 const IntPoint& hotSpot() const { return m_hotSpot; }
58 IntPoint m_hotSpot; // for CSS3 support member in class:WebCore::CursorData
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformCursor.h96 , m_hotSpot(hotSpot)
100 const IntPoint& hotSpot() const { return m_hotSpot; }
105 IntPoint m_hotSpot; member in class:WebCore::PlatformCursor
/external/webkit/Source/WebCore/platform/
H A DCursor.h172 const IntPoint& hotSpot() const { return m_hotSpot; }
185 IntPoint m_hotSpot; member in class:WebCore::Cursor

Completed in 88 milliseconds