Lines Matching refs:BSTR
22 HRESULT src([out, retval] BSTR* src);
24 HRESULT src([in] BSTR src);
27 HRESULT postMessage([in] BSTR message, [in, optional] VARIANT target);
48 HRESULT addEventListener([in] BSTR event_type, [in] IDispatch* listener,
52 HRESULT removeEventListener([in] BSTR event_type, [in] IDispatch* listener,
56 HRESULT version([out, retval] BSTR* version);
60 HRESULT postPrivateMessage([in] BSTR message,
61 [in] BSTR origin,
62 [in] BSTR target);
71 HRESULT installExtension([in] BSTR crx_path);
75 HRESULT loadExtension([in] BSTR extension_path);
100 HRESULT GetChromeProfileName([out] BSTR *profile_name);
107 HRESULT GetNavigationUrl([out] BSTR* url);
153 void onprivatemessage([in] IDispatch* event, [in] BSTR target);