Home | History | Annotate | Download | only in svg

Lines Matching refs:cursorImageValue

100         if (CSSCursorImageValue* cursorImageValue = rareData->cursorImageValue())
101 cursorImageValue->removeReferencedElement(this);
562 void SVGElement::setCursorImageValue(CSSCursorImageValue* cursorImageValue)
565 if (CSSCursorImageValue* oldCursorImageValue = rareData->cursorImageValue()) {
566 if (cursorImageValue == oldCursorImageValue)
570 rareData->setCursorImageValue(cursorImageValue);