Searched refs:hasHotSpot (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCursorImageValue.h35 static PassRefPtr<CSSCursorImageValue> create(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot) argument
37 return adoptRef(new CSSCursorImageValue(imageValue, hasHotSpot, hotSpot));
42 bool hasHotSpot() const { return m_hasHotSpot; } function in class:WebCore::CSSCursorImageValue
62 CSSCursorImageValue(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot);
H A DCSSCursorImageValue.cpp50 CSSCursorImageValue::CSSCursorImageValue(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot) argument
53 , m_hasHotSpot(hasHotSpot)
H A DCSSParser-in.cpp1826 bool hasHotSpot = false; local
1832 hasHotSpot = true;
1840 list->append(CSSCursorImageValue::create(image, hasHotSpot, hotSpot));

Completed in 114 milliseconds