HomeSort by relevance Sort by last modified time
    Searched full:m_cursorelement (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGElementRareData.h 38 : m_cursorElement(0)
63 SVGCursorElement* cursorElement() const { return m_cursorElement; }
64 void setCursorElement(SVGCursorElement* cursorElement) { m_cursorElement = cursorElement; }
71 SVGCursorElement* m_cursorElement;

Completed in 52 milliseconds