Searched refs:m_cursorImageValue (Results 1 – 1 of 1) sorted by relevance
41 , m_cursorImageValue(0) in SVGElementRareData()74 CSSCursorImageValue* cursorImageValue() const { return m_cursorImageValue; } in cursorImageValue()75 …void setCursorImageValue(CSSCursorImageValue* cursorImageValue) { m_cursorImageValue = cursorImage… in setCursorImageValue()111 CSSCursorImageValue* m_cursorImageValue; variable