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

  /external/webkit/WebCore/rendering/style/
CursorData.h 42 return hotSpot == o.hotSpot && cursorImage == o.cursorImage;
50 IntPoint hotSpot; // for CSS3 support
  /external/webkit/WebCore/platform/chromium/
PlatformCursor.h 92 PlatformCursor(Image* image, const IntPoint& hotSpot)
94 , m_hotSpot(hotSpot)
98 const IntPoint& hotSpot() const { return m_hotSpot; }
  /external/webkit/WebKit/chromium/public/
WebCursorInfo.h 95 WebPoint hotSpot;
  /external/webkit/WebCore/page/
EventHandler.cpp     [all...]

Completed in 935 milliseconds