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

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp587 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object) function in class:QWebFrame
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) function in class:QWebFrame
1528 \sa addToJavaScriptWindowObject(), javaScriptWindowObjectCleared()
1580 addToJavaScriptWindowObject(), you should add them in a slot connected

Completed in 22 milliseconds