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

  /external/webkit/WebCore/css/
CSSCursorImageValue.h 35 static PassRefPtr<CSSCursorImageValue> create(const String& url, const IntPoint& hotspot)
37 return adoptRef(new CSSCursorImageValue(url, hotspot));
42 IntPoint hotspot() const { return m_hotspot; } function in class:WebCore::CSSCursorImageValue
52 CSSCursorImageValue(const String& url, const IntPoint& hotspot);
CSSParser.cpp 882 IntPoint hotspot; local
887 hotspot = IntPoint(coords[0], coords[1]);
892 list->append(CSSCursorImageValue::create(m_styleSheet->completeURL(uri), hotspot));
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 94 milliseconds