HomeSort by relevance Sort by last modified time
    Searched defs:hotSpot (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/css/
CSSCursorImageValue.h 35 static PassRefPtr<CSSCursorImageValue> create(const String& url, const IntPoint& hotSpot)
37 return adoptRef(new CSSCursorImageValue(url, hotSpot));
42 IntPoint hotSpot() const { return m_hotSpot; }
52 CSSCursorImageValue(const String& url, const IntPoint& hotSpot);
  /external/webkit/Source/WebCore/rendering/style/
CursorData.h 35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot)
37 , m_hotSpot(hotSpot)
54 const IntPoint& hotSpot() const { return m_hotSpot; }
  /external/webkit/Source/WebCore/platform/
Cursor.h 163 Cursor(Image*, const IntPoint& hotSpot);
172 const IntPoint& hotSpot() const { return m_hotSpot; }
  /external/webkit/Source/WebCore/platform/chromium/
PlatformCursor.h 94 PlatformCursor(Image* image, const IntPoint& hotSpot)
96 , m_hotSpot(hotSpot)
100 const IntPoint& hotSpot() const { return m_hotSpot; }
  /external/webkit/Source/WebKit/chromium/public/
WebCursorInfo.h 97 WebPoint hotSpot;
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]

Completed in 372 milliseconds