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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 68 CSSCursorImageValue* cursorImageValue() const { return m_cursorImageValue; }
69 void setCursorImageValue(CSSCursorImageValue* cursorImageValue) { m_cursorImageValue = cursorImageValue; }
SVGElement.cpp 80 if (CSSCursorImageValue* cursorImageValue = svgRareData()->cursorImageValue())
81 cursorImageValue->removeReferencedElement(this);
535 void SVGElement::setCursorImageValue(CSSCursorImageValue* cursorImageValue)
539 if (CSSCursorImageValue* oldCursorImageValue = rareData->cursorImageValue()) {
540 if (cursorImageValue == oldCursorImageValue)
545 rareData->setCursorImageValue(cursorImageValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 85 if (CSSCursorImageValue* cursorImageValue
87 return cursorImageValue->cachedImage(fetcher, deviceScaleFactor);

Completed in 1075 milliseconds