HomeSort by relevance Sort by last modified time
    Searched defs:setCursorElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGElementRareData.h 64 void setCursorElement(SVGCursorElement* cursorElement) { m_cursorElement = cursorElement; }
SVGElement.cpp 205 void SVGElement::setCursorElement(SVGCursorElement* cursorElement)
213 rareData->setCursorElement(cursorElement);
219 rareSVGData()->setCursorElement(0);

Completed in 32 milliseconds