Searched refs:m_cursorImageValue (Results 1 – 1 of 1) sorted by relevance
39 , 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