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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CursorData.h 37 , m_hotSpot(hotSpot)
43 return m_hotSpot == o.m_hotSpot && m_image == o.m_image;
55 const IntPoint& hotSpot() const { return m_hotSpot; }
59 IntPoint m_hotSpot; // for CSS3 support
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCursorImageValue.h 47 return m_hotSpot;
75 IntPoint m_hotSpot;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.h 76 IntPoint m_hotSpot;
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.h 111 const IntPoint& hotSpot() const { return m_hotSpot; }
118 IntPoint m_hotSpot;

Completed in 82 milliseconds