Searched refs:resultBSTR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.cpp415 BString resultBSTR; local
416 if (FAILED(ui->runJavaScriptTextInputPanelWithPrompt(m_webView, BString(message), BString(defaultValue), &resultBSTR)))
419 if (!resultBSTR)
422 result = String(resultBSTR, SysStringLen(resultBSTR));

Completed in 121 milliseconds