HomeSort by relevance Sort by last modified time
    Searched refs:m_hotSpot (Results 1 - 7 of 7) 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;
CSSCursorImageValue.cpp 52 , m_hotSpot(hotSpot)
83 result.appendNumber(m_hotSpot.x());
85 result.appendNumber(m_hotSpot.y());
104 m_hotSpot.setX(static_cast<int>(x));
107 m_hotSpot.setY(static_cast<int>(y));
200 return m_hasHotSpot ? other.m_hasHotSpot && m_hotSpot == other.m_hotSpot : !other.m_hasHotSpot
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.cpp 148 , m_hotSpot(determineHotSpot(image, hotSpot))
156 , m_hotSpot(determineHotSpot(image, hotSpot))
170 , m_hotSpot(other.m_hotSpot)
179 m_hotSpot = other.m_hotSpot;
Cursor.h 111 const IntPoint& hotSpot() const { return m_hotSpot; }
118 IntPoint m_hotSpot;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.h 76 IntPoint m_hotSpot;
ICOImageDecoder.cpp 151 hotSpot = m_dirEntries[index].m_hotSpot;
312 entry.m_hotSpot = IntPoint(readUint16(4), readUint16(6));
315 entry.m_hotSpot = IntPoint();

Completed in 252 milliseconds