Searched defs:addToJavaScriptWindowObject (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebframe.cpp538 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object) function in class:QWebFrame
540 addToJavaScriptWindowObject(name, object, QScriptEngine::QtOwnership);
544 \fn void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership own)
562 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership) function in class:QWebFrame
1462 \sa addToJavaScriptWindowObject(), javaScriptWindowObjectCleared()
1506 addToJavaScriptWindowObject(), you should add them in a slot connected

Completed in 12 milliseconds