Home | History | Annotate | Download | only in declarative

Lines Matching refs:scriptSource

446     \qmlmethod bool WebView::evaluateJavaScript(string scriptSource)
448 Evaluates the \a scriptSource JavaScript inside the context of the
454 QVariant QDeclarativeWebView::evaluateJavaScript(const QString& scriptSource)
456 return this->page()->mainFrame()->evaluateJavaScript(scriptSource);