Home | History | Annotate | Download | only in Api

Lines Matching refs:addToJavaScriptWindowObject

587 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object)
589 addToJavaScriptWindowObject(name, object, QScriptEngine::QtOwnership);
593 \fn void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership own)
612 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership)
1528 \sa addToJavaScriptWindowObject(), javaScriptWindowObjectCleared()
1580 addToJavaScriptWindowObject(), you should add them in a slot connected