|
| WINE_DEFAULT_DEBUG_CHANNEL (ieframe) |
|
static InternetExplorer * | impl_from_IWebBrowser2 (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_QueryInterface (IWebBrowser2 *iface, REFIID riid, LPVOID *ppv) |
|
static ULONG WINAPI | InternetExplorer_AddRef (IWebBrowser2 *iface) |
|
static ULONG WINAPI | InternetExplorer_Release (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_GetTypeInfoCount (IWebBrowser2 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | InternetExplorer_GetTypeInfo (IWebBrowser2 *iface, UINT iTInfo, LCID lcid, LPTYPEINFO *ppTInfo) |
|
static HRESULT WINAPI | InternetExplorer_GetIDsOfNames (IWebBrowser2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | InternetExplorer_Invoke (IWebBrowser2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | InternetExplorer_GoBack (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_GoForward (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_GoHome (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_GoSearch (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_Navigate (IWebBrowser2 *iface, BSTR szUrl, VARIANT *Flags, VARIANT *TargetFrameName, VARIANT *PostData, VARIANT *Headers) |
|
static HRESULT WINAPI | InternetExplorer_Refresh (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_Refresh2 (IWebBrowser2 *iface, VARIANT *Level) |
|
static HRESULT WINAPI | InternetExplorer_Stop (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_get_Application (IWebBrowser2 *iface, IDispatch **ppDisp) |
|
static HRESULT WINAPI | InternetExplorer_get_Parent (IWebBrowser2 *iface, IDispatch **ppDisp) |
|
static HRESULT WINAPI | InternetExplorer_get_Container (IWebBrowser2 *iface, IDispatch **ppDisp) |
|
static HRESULT WINAPI | InternetExplorer_get_Document (IWebBrowser2 *iface, IDispatch **ppDisp) |
|
static HRESULT WINAPI | InternetExplorer_get_TopLevelContainer (IWebBrowser2 *iface, VARIANT_BOOL *pBool) |
|
static HRESULT WINAPI | InternetExplorer_get_Type (IWebBrowser2 *iface, BSTR *Type) |
|
static HRESULT WINAPI | InternetExplorer_get_Left (IWebBrowser2 *iface, LONG *pl) |
|
static HRESULT WINAPI | InternetExplorer_put_Left (IWebBrowser2 *iface, LONG Left) |
|
static HRESULT WINAPI | InternetExplorer_get_Top (IWebBrowser2 *iface, LONG *pl) |
|
static HRESULT WINAPI | InternetExplorer_put_Top (IWebBrowser2 *iface, LONG Top) |
|
static HRESULT WINAPI | InternetExplorer_get_Width (IWebBrowser2 *iface, LONG *pl) |
|
static HRESULT WINAPI | InternetExplorer_put_Width (IWebBrowser2 *iface, LONG Width) |
|
static HRESULT WINAPI | InternetExplorer_get_Height (IWebBrowser2 *iface, LONG *pl) |
|
static HRESULT WINAPI | InternetExplorer_put_Height (IWebBrowser2 *iface, LONG Height) |
|
static HRESULT WINAPI | InternetExplorer_get_LocationName (IWebBrowser2 *iface, BSTR *LocationName) |
|
static HRESULT WINAPI | InternetExplorer_get_LocationURL (IWebBrowser2 *iface, BSTR *LocationURL) |
|
static HRESULT WINAPI | InternetExplorer_get_Busy (IWebBrowser2 *iface, VARIANT_BOOL *pBool) |
|
static HRESULT WINAPI | InternetExplorer_Quit (IWebBrowser2 *iface) |
|
static HRESULT WINAPI | InternetExplorer_ClientToWindow (IWebBrowser2 *iface, int *pcx, int *pcy) |
|
static HRESULT WINAPI | InternetExplorer_PutProperty (IWebBrowser2 *iface, BSTR szProperty, VARIANT vtValue) |
|
static HRESULT WINAPI | InternetExplorer_GetProperty (IWebBrowser2 *iface, BSTR szProperty, VARIANT *pvtValue) |
|
static HRESULT WINAPI | InternetExplorer_get_Name (IWebBrowser2 *iface, BSTR *Name) |
|
static HRESULT WINAPI | InternetExplorer_get_HWND (IWebBrowser2 *iface, SHANDLE_PTR *pHWND) |
|
static HRESULT WINAPI | InternetExplorer_get_FullName (IWebBrowser2 *iface, BSTR *FullName) |
|
static HRESULT WINAPI | InternetExplorer_get_Path (IWebBrowser2 *iface, BSTR *Path) |
|
static HRESULT WINAPI | InternetExplorer_get_Visible (IWebBrowser2 *iface, VARIANT_BOOL *pBool) |
|
static HRESULT WINAPI | InternetExplorer_put_Visible (IWebBrowser2 *iface, VARIANT_BOOL Value) |
|
static HRESULT WINAPI | InternetExplorer_get_StatusBar (IWebBrowser2 *iface, VARIANT_BOOL *pBool) |
|
static HRESULT WINAPI | InternetExplorer_put_StatusBar (IWebBrowser2 *iface, VARIANT_BOOL Value) |
|
static HRESULT WINAPI | InternetExplorer_get_StatusText (IWebBrowser2 *iface, BSTR *StatusText) |
|
static HRESULT WINAPI | InternetExplorer_put_StatusText (IWebBrowser2 *iface, BSTR StatusText) |
|
static HRESULT WINAPI | InternetExplorer_get_ToolBar (IWebBrowser2 *iface, int *Value) |
|
static HRESULT WINAPI | InternetExplorer_put_ToolBar (IWebBrowser2 *iface, int Value) |
|
static HRESULT WINAPI | InternetExplorer_get_MenuBar (IWebBrowser2 *iface, VARIANT_BOOL *Value) |
|
static HRESULT WINAPI | InternetExplorer_put_MenuBar (IWebBrowser2 *iface, VARIANT_BOOL Value) |
|
static HRESULT WINAPI | InternetExplorer_get_FullScreen (IWebBrowser2 *iface, VARIANT_BOOL *pbFullScreen) |
|
static HRESULT WINAPI | InternetExplorer_put_FullScreen (IWebBrowser2 *iface, VARIANT_BOOL bFullScreen) |
|
static HRESULT WINAPI | InternetExplorer_Navigate2 (IWebBrowser2 *iface, VARIANT *URL, VARIANT *Flags, VARIANT *TargetFrameName, VARIANT *PostData, VARIANT *Headers) |
|
static HRESULT WINAPI | InternetExplorer_QueryStatusWB (IWebBrowser2 *iface, OLECMDID cmdID, OLECMDF *pcmdf) |
|
static HRESULT WINAPI | InternetExplorer_ExecWB (IWebBrowser2 *iface, OLECMDID cmdID, OLECMDEXECOPT cmdexecopt, VARIANT *pvaIn, VARIANT *pvaOut) |
|
static HRESULT WINAPI | InternetExplorer_ShowBrowserBar (IWebBrowser2 *iface, VARIANT *pvaClsid, VARIANT *pvarShow, VARIANT *pvarSize) |
|
static HRESULT WINAPI | InternetExplorer_get_ReadyState (IWebBrowser2 *iface, READYSTATE *lpReadyState) |
|
static HRESULT WINAPI | InternetExplorer_get_Offline (IWebBrowser2 *iface, VARIANT_BOOL *pbOffline) |
|
static HRESULT WINAPI | InternetExplorer_put_Offline (IWebBrowser2 *iface, VARIANT_BOOL bOffline) |
|
static HRESULT WINAPI | InternetExplorer_get_Silent (IWebBrowser2 *iface, VARIANT_BOOL *pbSilent) |
|
static HRESULT WINAPI | InternetExplorer_put_Silent (IWebBrowser2 *iface, VARIANT_BOOL bSilent) |
|
static HRESULT WINAPI | InternetExplorer_get_RegisterAsBrowser (IWebBrowser2 *iface, VARIANT_BOOL *pbRegister) |
|
static HRESULT WINAPI | InternetExplorer_put_RegisterAsBrowser (IWebBrowser2 *iface, VARIANT_BOOL bRegister) |
|
static HRESULT WINAPI | InternetExplorer_get_RegisterAsDropTarget (IWebBrowser2 *iface, VARIANT_BOOL *pbRegister) |
|
static HRESULT WINAPI | InternetExplorer_put_RegisterAsDropTarget (IWebBrowser2 *iface, VARIANT_BOOL bRegister) |
|
static HRESULT WINAPI | InternetExplorer_get_TheaterMode (IWebBrowser2 *iface, VARIANT_BOOL *pbRegister) |
|
static HRESULT WINAPI | InternetExplorer_put_TheaterMode (IWebBrowser2 *iface, VARIANT_BOOL bRegister) |
|
static HRESULT WINAPI | InternetExplorer_get_AddressBar (IWebBrowser2 *iface, VARIANT_BOOL *Value) |
|
static HRESULT WINAPI | InternetExplorer_put_AddressBar (IWebBrowser2 *iface, VARIANT_BOOL Value) |
|
static HRESULT WINAPI | InternetExplorer_get_Resizable (IWebBrowser2 *iface, VARIANT_BOOL *Value) |
|
static HRESULT WINAPI | InternetExplorer_put_Resizable (IWebBrowser2 *iface, VARIANT_BOOL Value) |
|
static InternetExplorer * | impl_from_IExternalConnection (IExternalConnection *iface) |
|
DWORD | release_extern_ref (InternetExplorer *This, BOOL last_closes) |
|
static HRESULT WINAPI | ExternalConnection_QueryInterface (IExternalConnection *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | ExternalConnection_AddRef (IExternalConnection *iface) |
|
static ULONG WINAPI | ExternalConnection_Release (IExternalConnection *iface) |
|
static DWORD WINAPI | ExternalConnection_AddConnection (IExternalConnection *iface, DWORD extconn, DWORD reserved) |
|
static DWORD WINAPI | ExternalConnection_ReleaseConnection (IExternalConnection *iface, DWORD extconn, DWORD reserved, BOOL fLastReleaseCloses) |
|
static InternetExplorer * | impl_from_IServiceProvider (IServiceProvider *iface) |
|
static HRESULT WINAPI | IEServiceProvider_QueryInterface (IServiceProvider *iface, REFIID riid, LPVOID *ppv) |
|
static ULONG WINAPI | IEServiceProvider_AddRef (IServiceProvider *iface) |
|
static ULONG WINAPI | IEServiceProvider_Release (IServiceProvider *iface) |
|
static HRESULT WINAPI | IEServiceProvider_QueryService (IServiceProvider *iface, REFGUID guidService, REFIID riid, void **ppv) |
|
void | InternetExplorer_WebBrowser_Init (InternetExplorer *This) |
|