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

  /external/webkit/WebCore/bridge/qt/
qt_pixmapruntime.h 30 class QtPixmapInstance : public Instance {
33 QtPixmapInstance(PassRefPtr<RootObject> rootObj, const QVariant& newData);
qt_pixmapruntime.cpp 59 return jsNumber(exec, static_cast<const QtPixmapInstance*>(pixmap)->width());
68 return jsNumber(exec, static_cast<const QtPixmapInstance*>(inst)->height());
79 virtual JSValue invoke(ExecState* exec, QVariant&, PassRefPtr<RootObject> root, QtPixmapInstance* inst) = 0;
86 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*)
118 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*)
140 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance* inst)
188 Class* QtPixmapInstance::getClass() const
193 JSValue QtPixmapInstance::invokeMethod(ExecState* exec, const MethodList& methods, const ArgList& args)
223 void QtPixmapInstance::getPropertyNames(ExecState*exec, PropertyNameArray& arr)
232 JSValue QtPixmapInstance::defaultValue(ExecState* exec, PreferredPrimitiveType ptype) cons
    [all...]

Completed in 32 milliseconds