Lines Matching full:bstr
164 HRESULT chooseFilename([out, retval] BSTR* fileName);
279 HRESULT setStatusText([in] IWebView* sender, [in] BSTR text);
288 HRESULT webViewStatusText([in] IWebView* sender, [out, retval] BSTR* text);
410 HRESULT runJavaScriptAlertPanelWithMessage([in] IWebView* sender, [in] BSTR message);
423 HRESULT runJavaScriptConfirmPanelWithMessage([in] IWebView* sender, [in] BSTR message, [out, retval] BOOL* result);
437 HRESULT runJavaScriptTextInputPanelWithPrompt([in] IWebView* sender, [in] BSTR message, [in] BSTR defaultText, [out, retval] BSTR* result);
451 HRESULT runBeforeUnloadConfirmPanelWithMessage([in] IWebView* sender, [in] BSTR message, [in] IWebFrame* initiatedByFrame, [out, retval] BOOL* result);
644 HRESULT registerUndoWithTarget([in] IWebUndoTarget* target, [in] BSTR actionName, [in] IUnknown* actionArg);
658 HRESULT setActionTitle([in] BSTR actionTitle);
703 HRESULT ftpDirectoryTemplatePath([in] IWebView* webView, [out, retval] BSTR* path);
754 HRESULT runDatabaseSizeLimitPrompt([in] IWebView* webView, [in] BSTR displayName, [in] IWebFrame* initiatedByFrame, [out, retval] BOOL* allowed);