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

  /external/webkit/Source/WebCore/bridge/qt/
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...]
qt_pixmapruntime.h 30 class QtPixmapInstance : public Instance {
33 QtPixmapInstance(PassRefPtr<RootObject> rootObj, const QVariant& newData);
qt_runtime.cpp 763 } else if (QtPixmapInstance::canHandle(static_cast<QMetaType::Type>(hint))) {
764 ret = QtPixmapInstance::variantFromObject(object, static_cast<QMetaType::Type>(hint));
    [all...]

Completed in 73 milliseconds