Home
last modified time | relevance | path

Searched refs:m_cursorImageValue (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/svg/
DSVGElementRareData.h39 , m_cursorImageValue(0) in SVGElementRareData()
66 CSSCursorImageValue* cursorImageValue() const { return m_cursorImageValue; } in cursorImageValue()
67 …void setCursorImageValue(CSSCursorImageValue* cursorImageValue) { m_cursorImageValue = cursorImage… in setCursorImageValue()
72 CSSCursorImageValue* m_cursorImageValue; variable