ReactOS 0.4.16-dev-725-g22577ae
|
#include "mshtml_private.h"
Go to the source code of this file.
Classes | |
struct | OmNavigator |
struct | HTMLDOMImplementation |
struct | HTMLPluginsCollection |
struct | HTMLMimeTypesCollection |
Typedefs | |
typedef struct HTMLPluginsCollection | HTMLPluginsCollection |
typedef struct HTMLMimeTypesCollection | HTMLMimeTypesCollection |
Functions | |
static HTMLDOMImplementation * | impl_from_IHTMLDOMImplementation (IHTMLDOMImplementation *iface) |
static HRESULT WINAPI | HTMLDOMImplementation_QueryInterface (IHTMLDOMImplementation *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLDOMImplementation_AddRef (IHTMLDOMImplementation *iface) |
static ULONG WINAPI | HTMLDOMImplementation_Release (IHTMLDOMImplementation *iface) |
static HRESULT WINAPI | HTMLDOMImplementation_GetTypeInfoCount (IHTMLDOMImplementation *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLDOMImplementation_GetTypeInfo (IHTMLDOMImplementation *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLDOMImplementation_GetIDsOfNames (IHTMLDOMImplementation *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLDOMImplementation_Invoke (IHTMLDOMImplementation *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLDOMImplementation_hasFeature (IHTMLDOMImplementation *iface, BSTR feature, VARIANT version, VARIANT_BOOL *pfHasFeature) |
HRESULT | create_dom_implementation (IHTMLDOMImplementation **ret) |
static OmHistory * | impl_from_IOmHistory (IOmHistory *iface) |
static HRESULT WINAPI | OmHistory_QueryInterface (IOmHistory *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | OmHistory_AddRef (IOmHistory *iface) |
static ULONG WINAPI | OmHistory_Release (IOmHistory *iface) |
static HRESULT WINAPI | OmHistory_GetTypeInfoCount (IOmHistory *iface, UINT *pctinfo) |
static HRESULT WINAPI | OmHistory_GetTypeInfo (IOmHistory *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | OmHistory_GetIDsOfNames (IOmHistory *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | OmHistory_Invoke (IOmHistory *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | OmHistory_get_length (IOmHistory *iface, short *p) |
static HRESULT WINAPI | OmHistory_back (IOmHistory *iface, VARIANT *pvargdistance) |
static HRESULT WINAPI | OmHistory_forward (IOmHistory *iface, VARIANT *pvargdistance) |
static HRESULT WINAPI | OmHistory_go (IOmHistory *iface, VARIANT *pvargdistance) |
HRESULT | create_history (HTMLInnerWindow *window, OmHistory **ret) |
static HTMLPluginsCollection * | impl_from_IHTMLPluginsCollection (IHTMLPluginsCollection *iface) |
static HRESULT WINAPI | HTMLPluginsCollection_QueryInterface (IHTMLPluginsCollection *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLPluginsCollection_AddRef (IHTMLPluginsCollection *iface) |
static ULONG WINAPI | HTMLPluginsCollection_Release (IHTMLPluginsCollection *iface) |
static HRESULT WINAPI | HTMLPluginsCollection_GetTypeInfoCount (IHTMLPluginsCollection *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLPluginsCollection_GetTypeInfo (IHTMLPluginsCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLPluginsCollection_GetIDsOfNames (IHTMLPluginsCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLPluginsCollection_Invoke (IHTMLPluginsCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLPluginsCollection_get_length (IHTMLPluginsCollection *iface, LONG *p) |
static HRESULT WINAPI | HTMLPluginsCollection_refresh (IHTMLPluginsCollection *iface, VARIANT_BOOL reload) |
static HRESULT | create_plugins_collection (OmNavigator *navigator, HTMLPluginsCollection **ret) |
static HTMLMimeTypesCollection * | impl_from_IHTMLMimeTypesCollection (IHTMLMimeTypesCollection *iface) |
static HRESULT WINAPI | HTMLMimeTypesCollection_QueryInterface (IHTMLMimeTypesCollection *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLMimeTypesCollection_AddRef (IHTMLMimeTypesCollection *iface) |
static ULONG WINAPI | HTMLMimeTypesCollection_Release (IHTMLMimeTypesCollection *iface) |
static HRESULT WINAPI | HTMLMimeTypesCollection_GetTypeInfoCount (IHTMLMimeTypesCollection *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLMimeTypesCollection_GetTypeInfo (IHTMLMimeTypesCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLMimeTypesCollection_GetIDsOfNames (IHTMLMimeTypesCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLMimeTypesCollection_Invoke (IHTMLMimeTypesCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLMimeTypesCollection_get_length (IHTMLMimeTypesCollection *iface, LONG *p) |
static HRESULT | create_mime_types_collection (OmNavigator *navigator, HTMLMimeTypesCollection **ret) |
static OmNavigator * | impl_from_IOmNavigator (IOmNavigator *iface) |
static HRESULT WINAPI | OmNavigator_QueryInterface (IOmNavigator *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | OmNavigator_AddRef (IOmNavigator *iface) |
static ULONG WINAPI | OmNavigator_Release (IOmNavigator *iface) |
static HRESULT WINAPI | OmNavigator_GetTypeInfoCount (IOmNavigator *iface, UINT *pctinfo) |
static HRESULT WINAPI | OmNavigator_GetTypeInfo (IOmNavigator *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | OmNavigator_GetIDsOfNames (IOmNavigator *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | OmNavigator_Invoke (IOmNavigator *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | OmNavigator_get_appCodeName (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_appName (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_appVersion (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_userAgent (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_javaEnabled (IOmNavigator *iface, VARIANT_BOOL *enabled) |
static HRESULT WINAPI | OmNavigator_taintEnabled (IOmNavigator *iface, VARIANT_BOOL *enabled) |
static HRESULT WINAPI | OmNavigator_get_mimeTypes (IOmNavigator *iface, IHTMLMimeTypesCollection **p) |
static HRESULT WINAPI | OmNavigator_get_plugins (IOmNavigator *iface, IHTMLPluginsCollection **p) |
static HRESULT WINAPI | OmNavigator_get_cookieEnabled (IOmNavigator *iface, VARIANT_BOOL *p) |
static HRESULT WINAPI | OmNavigator_get_opsProfile (IOmNavigator *iface, IHTMLOpsProfile **p) |
static HRESULT WINAPI | OmNavigator_toString (IOmNavigator *iface, BSTR *String) |
static HRESULT WINAPI | OmNavigator_get_cpuClass (IOmNavigator *iface, BSTR *p) |
static HRESULT | get_language_string (LCID lcid, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_systemLanguage (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_browserLanguage (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_userLanguage (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_platform (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_appMinorVersion (IOmNavigator *iface, BSTR *p) |
static HRESULT WINAPI | OmNavigator_get_connectionSpeed (IOmNavigator *iface, LONG *p) |
static HRESULT WINAPI | OmNavigator_get_onLine (IOmNavigator *iface, VARIANT_BOOL *p) |
static HRESULT WINAPI | OmNavigator_get_userProfile (IOmNavigator *iface, IHTMLOpsProfile **p) |
IOmNavigator * | OmNavigator_Create (void) |
Variables | |
static const IHTMLDOMImplementationVtbl | HTMLDOMImplementationVtbl |
static const tid_t | HTMLDOMImplementation_iface_tids [] |
static dispex_static_data_t | HTMLDOMImplementation_dispex |
static const IOmHistoryVtbl | OmHistoryVtbl |
static const tid_t | OmHistory_iface_tids [] |
static dispex_static_data_t | OmHistory_dispex |
static const IHTMLPluginsCollectionVtbl | HTMLPluginsCollectionVtbl |
static const tid_t | HTMLPluginsCollection_iface_tids [] |
static dispex_static_data_t | HTMLPluginsCollection_dispex |
static const IHTMLMimeTypesCollectionVtbl | HTMLMimeTypesCollectionVtbl |
static const tid_t | HTMLMimeTypesCollection_iface_tids [] |
static dispex_static_data_t | HTMLMimeTypesCollection_dispex |
static const IOmNavigatorVtbl | OmNavigatorVtbl |
static const tid_t | OmNavigator_iface_tids [] |
static dispex_static_data_t | OmNavigator_dispex |
Definition at line 33 of file omnavigator.c.
Definition at line 32 of file omnavigator.c.
HRESULT create_dom_implementation | ( | IHTMLDOMImplementation ** | ret | ) |
Definition at line 169 of file omnavigator.c.
Referenced by HTMLDocument5_get_implementation().
HRESULT create_history | ( | HTMLInnerWindow * | window, |
OmHistory ** | ret | ||
) |
Definition at line 335 of file omnavigator.c.
Referenced by HTMLWindow2_get_history().
|
static |
Definition at line 635 of file omnavigator.c.
Referenced by OmNavigator_get_mimeTypes().
|
static |
Definition at line 490 of file omnavigator.c.
Referenced by OmNavigator_get_plugins().
Definition at line 933 of file omnavigator.c.
Referenced by OmNavigator_get_browserLanguage(), OmNavigator_get_systemLanguage(), and OmNavigator_get_userLanguage().
Definition at line 77 of file omnavigator.c.
|
static |
Definition at line 117 of file omnavigator.c.
|
static |
Definition at line 109 of file omnavigator.c.
|
static |
Definition at line 102 of file omnavigator.c.
|
static |
Definition at line 136 of file omnavigator.c.
|
static |
Definition at line 126 of file omnavigator.c.
|
static |
Definition at line 57 of file omnavigator.c.
Definition at line 87 of file omnavigator.c.
Definition at line 545 of file omnavigator.c.
|
static |
Definition at line 602 of file omnavigator.c.
|
static |
Definition at line 585 of file omnavigator.c.
|
static |
Definition at line 578 of file omnavigator.c.
|
static |
Definition at line 572 of file omnavigator.c.
|
static |
Definition at line 593 of file omnavigator.c.
|
static |
Definition at line 523 of file omnavigator.c.
Definition at line 555 of file omnavigator.c.
Definition at line 389 of file omnavigator.c.
|
static |
Definition at line 446 of file omnavigator.c.
|
static |
Definition at line 429 of file omnavigator.c.
|
static |
Definition at line 422 of file omnavigator.c.
|
static |
Definition at line 416 of file omnavigator.c.
|
static |
Definition at line 437 of file omnavigator.c.
|
static |
Definition at line 367 of file omnavigator.c.
|
static |
Definition at line 457 of file omnavigator.c.
Definition at line 399 of file omnavigator.c.
|
inlinestatic |
Definition at line 52 of file omnavigator.c.
Referenced by HTMLDOMImplementation_AddRef(), HTMLDOMImplementation_GetIDsOfNames(), HTMLDOMImplementation_GetTypeInfo(), HTMLDOMImplementation_GetTypeInfoCount(), HTMLDOMImplementation_hasFeature(), HTMLDOMImplementation_Invoke(), HTMLDOMImplementation_QueryInterface(), and HTMLDOMImplementation_Release().
|
inlinestatic |
Definition at line 518 of file omnavigator.c.
Referenced by HTMLMimeTypesCollection_AddRef(), HTMLMimeTypesCollection_get_length(), HTMLMimeTypesCollection_GetIDsOfNames(), HTMLMimeTypesCollection_GetTypeInfo(), HTMLMimeTypesCollection_GetTypeInfoCount(), HTMLMimeTypesCollection_Invoke(), HTMLMimeTypesCollection_QueryInterface(), and HTMLMimeTypesCollection_Release().
|
inlinestatic |
Definition at line 362 of file omnavigator.c.
Referenced by HTMLPluginsCollection_AddRef(), HTMLPluginsCollection_get_length(), HTMLPluginsCollection_GetIDsOfNames(), HTMLPluginsCollection_GetTypeInfo(), HTMLPluginsCollection_GetTypeInfoCount(), HTMLPluginsCollection_Invoke(), HTMLPluginsCollection_QueryInterface(), HTMLPluginsCollection_refresh(), and HTMLPluginsCollection_Release().
|
inlinestatic |
Definition at line 187 of file omnavigator.c.
Referenced by OmHistory_AddRef(), OmHistory_back(), OmHistory_forward(), OmHistory_get_length(), OmHistory_GetIDsOfNames(), OmHistory_GetTypeInfo(), OmHistory_GetTypeInfoCount(), OmHistory_go(), OmHistory_Invoke(), OmHistory_QueryInterface(), and OmHistory_Release().
|
inlinestatic |
Definition at line 654 of file omnavigator.c.
Referenced by OmNavigator_AddRef(), OmNavigator_get_appCodeName(), OmNavigator_get_appMinorVersion(), OmNavigator_get_appName(), OmNavigator_get_appVersion(), OmNavigator_get_browserLanguage(), OmNavigator_get_connectionSpeed(), OmNavigator_get_cookieEnabled(), OmNavigator_get_cpuClass(), OmNavigator_get_mimeTypes(), OmNavigator_get_onLine(), OmNavigator_get_opsProfile(), OmNavigator_get_platform(), OmNavigator_get_plugins(), OmNavigator_get_systemLanguage(), OmNavigator_get_userAgent(), OmNavigator_get_userLanguage(), OmNavigator_get_userProfile(), OmNavigator_GetIDsOfNames(), OmNavigator_GetTypeInfo(), OmNavigator_GetTypeInfoCount(), OmNavigator_Invoke(), OmNavigator_javaEnabled(), OmNavigator_QueryInterface(), OmNavigator_Release(), OmNavigator_taintEnabled(), and OmNavigator_toString().
Definition at line 214 of file omnavigator.c.
Definition at line 288 of file omnavigator.c.
Definition at line 295 of file omnavigator.c.
Definition at line 272 of file omnavigator.c.
|
static |
Definition at line 254 of file omnavigator.c.
|
static |
Definition at line 246 of file omnavigator.c.
Definition at line 239 of file omnavigator.c.
Definition at line 302 of file omnavigator.c.
|
static |
Definition at line 263 of file omnavigator.c.
|
static |
Definition at line 192 of file omnavigator.c.
Definition at line 224 of file omnavigator.c.
Definition at line 681 of file omnavigator.c.
IOmNavigator * OmNavigator_Create | ( | void | ) |
Definition at line 1080 of file omnavigator.c.
Referenced by HTMLWindow2_get_navigator().
Definition at line 745 of file omnavigator.c.
Definition at line 1002 of file omnavigator.c.
Definition at line 757 of file omnavigator.c.
Definition at line 775 of file omnavigator.c.
Definition at line 968 of file omnavigator.c.
Definition at line 1015 of file omnavigator.c.
|
static |
Definition at line 884 of file omnavigator.c.
Definition at line 916 of file omnavigator.c.
|
static |
Definition at line 844 of file omnavigator.c.
|
static |
Definition at line 1022 of file omnavigator.c.
|
static |
Definition at line 894 of file omnavigator.c.
Definition at line 986 of file omnavigator.c.
|
static |
Definition at line 864 of file omnavigator.c.
Definition at line 959 of file omnavigator.c.
Definition at line 804 of file omnavigator.c.
Definition at line 977 of file omnavigator.c.
|
static |
Definition at line 1032 of file omnavigator.c.
|
static |
Definition at line 725 of file omnavigator.c.
|
static |
Definition at line 717 of file omnavigator.c.
Definition at line 710 of file omnavigator.c.
|
static |
Definition at line 735 of file omnavigator.c.
|
static |
Definition at line 827 of file omnavigator.c.
|
static |
Definition at line 659 of file omnavigator.c.
Definition at line 691 of file omnavigator.c.
|
static |
Definition at line 837 of file omnavigator.c.
Definition at line 901 of file omnavigator.c.
|
static |
Definition at line 162 of file omnavigator.c.
Referenced by create_dom_implementation().
Definition at line 158 of file omnavigator.c.
|
static |
Definition at line 147 of file omnavigator.c.
Referenced by create_dom_implementation().
|
static |
Definition at line 628 of file omnavigator.c.
Referenced by create_mime_types_collection().
Definition at line 624 of file omnavigator.c.
|
static |
Definition at line 613 of file omnavigator.c.
Referenced by create_mime_types_collection().
|
static |
Definition at line 483 of file omnavigator.c.
Referenced by create_plugins_collection().
Definition at line 479 of file omnavigator.c.
|
static |
Definition at line 467 of file omnavigator.c.
Referenced by create_plugins_collection().
|
static |
Definition at line 327 of file omnavigator.c.
Referenced by create_history().
Definition at line 323 of file omnavigator.c.
|
static |
|
static |
Definition at line 1073 of file omnavigator.c.
Referenced by OmNavigator_Create().
Definition at line 1069 of file omnavigator.c.
|
static |
Definition at line 1039 of file omnavigator.c.
Referenced by OmNavigator_Create().