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

  /external/webkit/Source/WebCore/bridge/qt/
qt_pixmapruntime.h 30 class QtPixmapInstance : public Instance {
33 QtPixmapInstance(PassRefPtr<RootObject> rootObj, const QVariant& newData);
qt_pixmapruntime.cpp 57 return jsNumber(static_cast<const QtPixmapInstance*>(instance)->width());
67 return jsNumber(static_cast<const QtPixmapInstance*>(instance)->height());
78 virtual JSValue invoke(ExecState* exec, QtPixmapInstance*) = 0;
86 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
117 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
131 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
174 Class* QtPixmapInstance::getClass() const
179 JSValue QtPixmapInstance::getMethod(ExecState* exec, const Identifier& propertyName)
185 JSValue QtPixmapInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod)
217 void QtPixmapInstance::getPropertyNames(ExecState*exec, PropertyNameArray& arr
    [all...]

Completed in 76 milliseconds