Searched defs:CSSCursorImageValue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSCursorImageValue.h33 class CSSCursorImageValue : public CSSImageValue { class in namespace:WebCore
35 static PassRefPtr<CSSCursorImageValue> create(const String& url, const IntPoint& hotSpot)
37 return adoptRef(new CSSCursorImageValue(url, hotSpot));
40 virtual ~CSSCursorImageValue();
52 CSSCursorImageValue(const String& url, const IntPoint& hotSpot);
H A DCSSCursorImageValue.cpp23 #include "CSSCursorImageValue.h"
56 CSSCursorImageValue::CSSCursorImageValue(const String& url, const IntPoint& hotSpot) function in class:WebCore::CSSCursorImageValue
62 CSSCursorImageValue::~CSSCursorImageValue()
81 bool CSSCursorImageValue::updateIfSVGCursorIsUsed(Element* element)
115 StyleCachedImage* CSSCursorImageValue::cachedImage(CachedResourceLoader* loader)
130 void CSSCursorImageValue::removeReferencedElement(SVGElement* element)

Completed in 74 milliseconds