ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <wine/config.h>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <math.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <ole2.h>
#include <docobjectservice.h>
#include <mshtmhst.h>
#include <mshtmcid.h>
#include <mshtmdid.h>
#include <perhist.h>
#include <objsafe.h>
#include <htiframe.h>
#include <tlogstg.h>
#include <shdeprecated.h>
#include <shlguid.h>
#include <shlwapi.h>
#include <optary.h>
#include <idispids.h>
#include <wininet.h>
#include <nsiface.h>
#include <wine/debug.h>
#include <wine/list.h>
#include <wine/unicode.h>
#include "binding.h"
#include "htmlevent.h"
#include "htmlscript.h"
#include "htmlstyle.h"
#include "pluginhost.h"
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | dispex_static_data_vtbl_t |
struct | dispex_static_data_t |
struct | DispatchEx |
struct | nsCycleCollectingAutoRefCnt |
struct | ExternalCycleCollectionParticipant |
struct | CCObjCallback |
struct | global_prop_t |
struct | EventTarget |
struct | HTMLOptionElementFactory |
struct | HTMLImageElementFactory |
struct | HTMLXMLHttpRequestFactory |
struct | HTMLLocation |
struct | OmHistory |
struct | windowref_t |
struct | HTMLWindow |
struct | HTMLOuterWindow |
struct | HTMLInnerWindow |
struct | _cp_static_data_t |
struct | cpc_entry_t |
struct | ConnectionPointContainer |
struct | ConnectionPoint< T > |
struct | HTMLDocument |
struct | HTMLDocumentObj |
struct | NSContainer |
struct | NodeImplVtbl |
struct | HTMLDOMNode |
struct | HTMLElement |
struct | HTMLTextContainer |
struct | HTMLFrameBase |
struct | HTMLDocumentNode |
struct | HTMLAttributeCollection |
struct | HTMLDOMAttribute |
struct | cmdtable_t |
struct | task_t |
struct | docobj_task_t |
struct | thread_data_t |
Variables | |
nsISupports * | DECLSPEC_HIDDEN |
static void size_t | len |
#define _INC_WINDOWS |
Definition at line 30 of file mshtml_private.h.
#define ATTRFLAG_ASSTRING 0x0002 |
Definition at line 1031 of file mshtml_private.h.
#define ATTRFLAG_CASESENSITIVE 0x0001 |
Definition at line 1030 of file mshtml_private.h.
#define ATTRFLAG_EXPANDURL 0x0004 |
Definition at line 1032 of file mshtml_private.h.
#define COBJMACROS |
Definition at line 32 of file mshtml_private.h.
#define HTMLELEMENT_CPC {&DIID_HTMLElementEvents2, &HTMLElementEvents2_data} |
Definition at line 748 of file mshtml_private.h.
#define HTMLELEMENT_TIDS |
Definition at line 739 of file mshtml_private.h.
#define MSHTML_CUSTOM_DISPID_CNT (MSHTML_DISPID_CUSTOM_MAX-MSHTML_DISPID_CUSTOM_MIN) |
Definition at line 251 of file mshtml_private.h.
#define MSHTML_DISPID_CUSTOM_MAX 0x6fffffff |
Definition at line 250 of file mshtml_private.h.
#define MSHTML_DISPID_CUSTOM_MIN 0x60000000 |
Definition at line 249 of file mshtml_private.h.
#define MSHTML_E_NODOC 0x800a025c |
Definition at line 88 of file mshtml_private.h.
#define NO_SHLWAPI_REG |
Definition at line 51 of file mshtml_private.h.
#define NONAMELESSSTRUCT |
Definition at line 34 of file mshtml_private.h.
#define NONAMELESSUNION |
Definition at line 33 of file mshtml_private.h.
#define NS_BINDING_ABORTED NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 2) |
Definition at line 80 of file mshtml_private.h.
Definition at line 68 of file mshtml_private.h.
#define NS_ERROR_GENERATE_FAILURE | ( | module, | |
code | |||
) | ((nsresult) (((UINT32)(1u<<31)) | ((UINT32)(module+0x45)<<16) | ((UINT32)(code)))) |
Definition at line 64 of file mshtml_private.h.
Definition at line 75 of file mshtml_private.h.
Definition at line 72 of file mshtml_private.h.
#define NS_ERROR_MODULE_NETWORK 6 |
Definition at line 78 of file mshtml_private.h.
Definition at line 74 of file mshtml_private.h.
Definition at line 70 of file mshtml_private.h.
#define NS_ERROR_NULL_POINTER NS_ERROR_INVALID_POINTER |
Definition at line 73 of file mshtml_private.h.
Definition at line 69 of file mshtml_private.h.
Definition at line 76 of file mshtml_private.h.
#define NS_ERROR_UNKNOWN_PROTOCOL NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 18) |
Definition at line 81 of file mshtml_private.h.
Definition at line 83 of file mshtml_private.h.
Definition at line 71 of file mshtml_private.h.
Definition at line 67 of file mshtml_private.h.
Definition at line 86 of file mshtml_private.h.
#define TID_LIST |
Definition at line 95 of file mshtml_private.h.
#define UPDATE_TITLE 0x0002 |
Definition at line 1054 of file mshtml_private.h.
#define UPDATE_UI 0x0001 |
Definition at line 1053 of file mshtml_private.h.
#define WIN32_NO_STATUS |
Definition at line 29 of file mshtml_private.h.
#define XDIID | ( | iface | ) | iface ## _tid, |
Definition at line 239 of file mshtml_private.h.
#define XIID | ( | iface | ) | iface ## _tid, |
Definition at line 238 of file mshtml_private.h.
typedef struct BSCallback BSCallback |
Definition at line 92 of file mshtml_private.h.
typedef struct ConnectionPoint ConnectionPoint |
Definition at line 91 of file mshtml_private.h.
typedef struct _cp_static_data_t cp_static_data_t |
typedef struct DispatchEx DispatchEx |
Definition at line 253 of file mshtml_private.h.
typedef struct dispex_data_t dispex_data_t |
Definition at line 246 of file mshtml_private.h.
Definition at line 247 of file mshtml_private.h.
typedef struct event_target_t event_target_t |
Definition at line 93 of file mshtml_private.h.
Definition at line 335 of file mshtml_private.h.
typedef struct HTMLDocumentNode HTMLDocumentNode |
Definition at line 331 of file mshtml_private.h.
typedef struct HTMLDocumentObj HTMLDocumentObj |
Definition at line 332 of file mshtml_private.h.
typedef struct HTMLDOMNode HTMLDOMNode |
Definition at line 90 of file mshtml_private.h.
typedef struct HTMLFrameBase HTMLFrameBase |
Definition at line 333 of file mshtml_private.h.
typedef struct HTMLInnerWindow HTMLInnerWindow |
Definition at line 329 of file mshtml_private.h.
typedef struct HTMLOuterWindow HTMLOuterWindow |
Definition at line 330 of file mshtml_private.h.
typedef struct HTMLWindow HTMLWindow |
Definition at line 328 of file mshtml_private.h.
typedef struct nsChannelBSC nsChannelBSC |
Definition at line 413 of file mshtml_private.h.
typedef struct NSContainer NSContainer |
Definition at line 334 of file mshtml_private.h.
Definition at line 291 of file mshtml_private.h.
Definition at line 769 of file mshtml_private.h.
typedef struct nsWeakReference nsWeakReference |
Definition at line 648 of file mshtml_private.h.
typedef struct ScriptHost ScriptHost |
Definition at line 342 of file mshtml_private.h.
Definition at line 1076 of file mshtml_private.h.
Definition at line 1075 of file mshtml_private.h.
Enumerator | |
---|---|
DISPEXPROP_CUSTOM | |
DISPEXPROP_DYNAMIC | |
DISPEXPROP_BUILTIN |
Definition at line 320 of file mshtml_private.h.
Enumerator | |
---|---|
GLOBAL_SCRIPTVAR | |
GLOBAL_ELEMENTVAR | |
GLOBAL_DISPEXVAR | |
GLOBAL_FRAMEVAR |
Definition at line 344 of file mshtml_private.h.
Enumerator | |
---|---|
SCRIPTMODE_GECKO | |
SCRIPTMODE_ACTIVESCRIPT |
Definition at line 337 of file mshtml_private.h.
Definition at line 237 of file mshtml_private.h.
Enumerator | |
---|---|
UNKNOWN_USERMODE | |
BROWSEMODE | |
EDITMODE |
Definition at line 497 of file mshtml_private.h.
|
inlinestatic |
Definition at line 1127 of file mshtml_private.h.
|
inlinestatic |
void abort_window_bindings | ( | HTMLInnerWindow * | window | ) |
Definition at line 1775 of file navigate.c.
Referenced by create_pending_window(), detach_inner_window(), release_outer_window(), and set_moniker().
HRESULT async_start_doc_binding | ( | HTMLOuterWindow * | window, |
HTMLInnerWindow * | pending_window | ||
) |
Definition at line 1758 of file navigate.c.
Referenced by async_open().
void call_docview_84 | ( | HTMLDocumentObj * | doc | ) |
Definition at line 173 of file oleobj.c.
Referenced by OleObject_SetClientSite(), PersistMoniker_Load(), and super_navigate().
void call_property_onchanged | ( | ConnectionPointContainer * | container, |
DISPID | dispid | ||
) |
Definition at line 342 of file conpoint.c.
Referenced by HTMLDocument_put_designMode(), notif_readystate(), and parse_complete().
HRESULT call_set_active_object | ( | IOleInPlaceUIWindow * | window, |
IOleInPlaceActiveObject * | act_obj | ||
) |
Definition at line 398 of file view.c.
Referenced by OleDocumentView_UIActivate(), and setup_edit_mode().
HRESULT clear_task_timer | ( | HTMLInnerWindow * | window, |
BOOL | interval, | ||
DWORD | id | ||
) |
Definition at line 201 of file task.c.
Referenced by HTMLWindow2_clearInterval(), and HTMLWindow2_clearTimeout().
Definition at line 1076 of file nsembed.c.
Referenced by process_detach().
void ConnectionPointContainer_Destroy | ( | ConnectionPointContainer * | This | ) |
Definition at line 442 of file events.c.
Referenced by destroy_htmldoc(), DocHost_Release(), and HTMLElement_destructor().
void ConnectionPointContainer_Init | ( | ConnectionPointContainer * | This, |
IUnknown * | outer, | ||
const cpc_entry_t * | cp_entries | ||
) |
Definition at line 421 of file conpoint.c.
Definition at line 45 of file main.c.
Referenced by get_document_charset(), and nsIOService_NewURI().
IHTMLElementCollection * create_all_collection | ( | HTMLDOMNode * | node, |
BOOL | include_root | ||
) |
Definition at line 654 of file htmlelemcol.c.
Referenced by HTMLDocument_get_all(), and HTMLElement_get_all().
IHTMLElementCollection * create_collection_from_htmlcol | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLCollection * | nscol | ||
) |
Definition at line 705 of file htmlelemcol.c.
Referenced by HTMLDocument_get_anchors(), HTMLDocument_get_applets(), HTMLDocument_get_forms(), HTMLDocument_get_images(), HTMLDocument_get_links(), HTMLDocument_get_scripts(), HTMLElement2_getElementsByTagName(), HTMLTable_get_rows(), HTMLTable_get_tBodies(), and HTMLTableRow_get_cells().
IHTMLElementCollection * create_collection_from_nodelist | ( | HTMLDocumentNode * | doc, |
nsIDOMNodeList * | nslist | ||
) |
Definition at line 670 of file htmlelemcol.c.
Referenced by HTMLDocument3_getElementsByName(), HTMLDocument3_getElementsByTagName(), and HTMLElement_get_children().
HRESULT create_doc_from_nsdoc | ( | nsIDOMHTMLDocument * | nsdoc, |
HTMLDocumentObj * | doc_obj, | ||
HTMLInnerWindow * | window, | ||
HTMLDocumentNode ** | ret | ||
) |
Definition at line 4620 of file htmldoc.c.
Referenced by update_window_doc().
HRESULT create_dom_implementation | ( | IHTMLDOMImplementation ** | ret | ) |
Definition at line 169 of file omnavigator.c.
Referenced by HTMLDocument5_get_implementation().
HRESULT create_element | ( | HTMLDocumentNode * | doc, |
const WCHAR * | tag, | ||
HTMLElement ** | ret | ||
) |
Definition at line 275 of file htmlelem.c.
Referenced by HTMLDocument_createElement(), and HTMLDocument_createStyleSheet().
HRESULT create_history | ( | HTMLInnerWindow * | window, |
OmHistory ** | ret | ||
) |
Definition at line 335 of file omnavigator.c.
Referenced by HTMLWindow2_get_history().
nsICommandParams * create_nscommand_params | ( | void | ) |
Definition at line 865 of file nsembed.c.
Referenced by exec_fontname(), exec_forecolor(), query_ns_edit_status(), set_ns_align(), and set_ns_fontname().
HRESULT create_nscontainer | ( | HTMLDocumentObj * | doc, |
NSContainer ** | _ret | ||
) |
Definition at line 2076 of file nsembed.c.
Referenced by HTMLDocument_Create().
HRESULT create_nselem | ( | HTMLDocumentNode * | doc, |
const WCHAR * | tag, | ||
nsIDOMHTMLElement ** | ret | ||
) |
Definition at line 246 of file htmlelem.c.
Referenced by create_element(), exec_hyperlink(), exec_indent(), HTMLImageElementFactory_create(), HTMLOptionElementFactory_create(), and set_font_size().
Definition at line 72 of file nsembed.c.
Referenced by create_profile_directory(), init_xpcom(), nsDirectoryServiceProvider2_GetFiles(), and nsFileURL_GetFile().
nsIWritableVariant * create_nsvariant | ( | void | ) |
Definition at line 882 of file nsembed.c.
Referenced by HTMLSelectElement_add().
nsIXMLHttpRequest * create_nsxhr | ( | nsIDOMWindow * | nswindow | ) |
Definition at line 2156 of file nsembed.c.
Referenced by HTMLXMLHttpRequestFactory_create().
HRESULT create_pending_window | ( | HTMLOuterWindow * | outer_window, |
nsChannelBSC * | channelbsc | ||
) |
Definition at line 3009 of file htmlwindow.c.
Referenced by async_open(), HTMLOuterWindow_Create(), and set_moniker().
HRESULT create_storage | ( | IHTMLStorage ** | p | ) |
Definition at line 188 of file htmlstorage.c.
Definition at line 542 of file main.c.
Referenced by ClassFactory_QueryInterface(), ConnectionPoint_QueryInterface(), ConnectionPointContainer_FindConnectionPoint(), CustomDoc_QueryInterface(), DllGetClassObject(), editsvcs_QueryInterface(), EnumConnections_QueryInterface(), Function_QueryInterface(), get_typeinfo(), HTMLAttributeCollection_QueryInterface(), HTMLCurrentStyle_QueryInterface(), HTMLDocument_Create(), HTMLDocumentNode_QI(), HTMLDOMAttribute_QueryInterface(), HTMLDOMChildrenCollection_QueryInterface(), HTMLDOMChildrenCollectionEnum_QueryInterface(), HTMLDOMImplementation_QueryInterface(), HTMLDOMNode_QI(), HTMLDOMTextNode_QI(), HTMLElementCollection_QueryInterface(), HTMLElementCollectionEnum_QueryInterface(), HTMLEmbedElement_QI(), HTMLEventObj_QueryInterface(), HTMLFiltersCollection_QueryInterface(), HTMLHeadElement_QI(), HTMLImageElementFactory_QueryInterface(), HTMLLoadOptions_Create(), HtmlLoadOptions_QueryInterface(), HTMLLocation_QueryInterface(), HTMLMimeTypesCollection_QueryInterface(), HTMLObjectElement_QI(), HTMLOptionElementFactory_QueryInterface(), HTMLPluginsCollection_QueryInterface(), HTMLRect_QueryInterface(), HTMLScreen_QueryInterface(), HTMLSelectionObject_QueryInterface(), HTMLStorage_QueryInterface(), HTMLStyle_QueryInterface(), HTMLStyleSheet_QueryInterface(), HTMLStyleSheetRulesCollection_QueryInterface(), HTMLStyleSheetsCollection_QueryInterface(), HTMLTitleElement_QI(), HTMLTxtRange_QueryInterface(), HTMLWindow2_QueryInterface(), HTMLWindowSP_QueryService(), HTMLXMLHttpRequest_QueryInterface(), HTMLXMLHttpRequestFactory_QueryInterface(), InPlaceFrame_QueryInterface(), InPlaceUIWindow_QueryInterface(), OmHistory_QueryInterface(), OmNavigator_QueryInterface(), SupportErrorInfo_InterfaceSupportsErrorInfo(), typeinfo_invoke(), and wrapper_QueryInterface().
DEFINE_GUID | ( | CLSID_AboutProtocol | , |
0x3050F406 | , | ||
0x98B5 | , | ||
0x11CF | , | ||
0xBB | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0xBD | , | ||
0xCE | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_CMarkup | , |
0x3050f4fb | , | ||
0x98b5 | , | ||
0x11cf | , | ||
0xbb | , | ||
0x82 | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0xbd | , | ||
0xce | , | ||
0x0b | |||
) |
DEFINE_GUID | ( | CLSID_JScript | , |
0xf414c260 | , | ||
0x6ac0 | , | ||
0x11cf | , | ||
0xb6 | , | ||
0xd1 | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0xbb | , | ||
0xbb | , | ||
0x58 | |||
) |
DEFINE_GUID | ( | CLSID_JSProtocol | , |
0x3050F3B2 | , | ||
0x98B5 | , | ||
0x11CF | , | ||
0xBB | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0xBD | , | ||
0xCE | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_MailtoProtocol | , |
0x3050F3DA | , | ||
0x98B5 | , | ||
0x11CF | , | ||
0xBB | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0xBD | , | ||
0xCE | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_ResProtocol | , |
0x3050F3BC | , | ||
0x98B5 | , | ||
0x11CF | , | ||
0xBB | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0xBD | , | ||
0xCE | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_SysimageProtocol | , |
0x76E67A63 | , | ||
0x06E9 | , | ||
0x11D2 | , | ||
0xA8 | , | ||
0x40 | , | ||
0x00 | , | ||
0x60 | , | ||
0x08 | , | ||
0x05 | , | ||
0x93 | , | ||
0x82 | |||
) |
DEFINE_GUID | ( | CLSID_VBScript | , |
0xb54f3741 | , | ||
0x5b07 | , | ||
0x11cf | , | ||
0xa4 | , | ||
0xb0 | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0x4a | , | ||
0x55 | , | ||
0xe8 | |||
) |
DEFINE_GUID | ( | IID_IDispatchJS | , |
0x719c3050 | , | ||
0xf9d3 | , | ||
0x11cf | , | ||
0xa4 | , | ||
0x93 | , | ||
0x00 | , | ||
0x40 | , | ||
0x05 | , | ||
0x23 | , | ||
0xa8 | , | ||
0xa6 | |||
) |
DEFINE_GUID | ( | IID_nsXPCOMCycleCollectionParticipant | , |
0x9674489b | , | ||
0x1f6f | , | ||
0x4550 | , | ||
0xa7 | , | ||
0x30 | , | ||
0xcc | , | ||
0xae | , | ||
0xdd | , | ||
0x10 | , | ||
0x4c | , | ||
0xf9 | |||
) |
DEFINE_GUID | ( | IID_UndocumentedScriptIface | , |
0x719c3050 | , | ||
0xf9d3 | , | ||
0x11cf | , | ||
0xa4 | , | ||
0x93 | , | ||
0x00 | , | ||
0x40 | , | ||
0x05 | , | ||
0x23 | , | ||
0xa8 | , | ||
0xa0 | |||
) |
DEFINE_OLEGUID | ( | CGID_DocHostCmdPriv | , |
0x000214D4L | , | ||
0 | , | ||
0 | |||
) |
void detach_ranges | ( | HTMLDocumentNode * | This | ) |
Definition at line 1747 of file txtrange.c.
Referenced by HTMLDocumentNode_destructor().
void detach_selection | ( | HTMLDocumentNode * | This | ) |
Definition at line 347 of file selection.c.
Referenced by HTMLDocumentNode_destructor().
Definition at line 555 of file dispex.c.
Referenced by get_event_handler(), HTMLElement3_get_disabled(), HTMLElement3_put_disabled(), HTMLElement_get_title(), HTMLElement_put_title(), HTMLStyle3_get_zoom(), HTMLStyle3_put_zoom(), remove_event_handler(), and set_event_handler().
HRESULT dispex_get_dynid | ( | DispatchEx * | This, |
const WCHAR * | name, | ||
DISPID * | id | ||
) |
Definition at line 568 of file dispex.c.
Referenced by HTMLWindow_invoke().
BOOL dispex_query_interface | ( | DispatchEx * | This, |
REFIID | riid, | ||
void ** | ppv | ||
) |
void dispex_traverse | ( | DispatchEx * | This, |
nsCycleCollectionTraversalCallback * | cb | ||
) |
Definition at line 1674 of file dispex.c.
Referenced by HTMLDOMNode_traverse().
void dispex_unlink | ( | DispatchEx * | This | ) |
Definition at line 1689 of file dispex.c.
Referenced by HTMLDOMNode_unlink().
void do_ns_command | ( | HTMLDocument * | This, |
const char * | cmd, | ||
nsICommandParams * | nsparam | ||
) |
Definition at line 24 of file olecmd.c.
Referenced by exec_bold(), exec_copy(), exec_forecolor(), exec_horizontalline(), exec_indent(), exec_italic(), exec_mshtml_copy(), exec_orderlist(), exec_outdent(), exec_select_all(), exec_underline(), exec_unorderlist(), set_ns_align(), and set_ns_fontname().
Definition at line 148 of file main.c.
Referenced by hlink_frame_navigate(), HTMLWindow2_open(), navigate_new_window(), OleObject_SetClientSite(), and ServiceProvider_QueryService().
HRESULT editor_exec_copy | ( | HTMLDocument * | This, |
DWORD | cmdexecopt, | ||
VARIANT * | in, | ||
VARIANT * | out | ||
) |
Definition at line 870 of file editor.c.
Referenced by exec_mshtml_copy().
HRESULT editor_exec_cut | ( | HTMLDocument * | This, |
DWORD | cmdexecopt, | ||
VARIANT * | in, | ||
VARIANT * | out | ||
) |
HRESULT editor_exec_paste | ( | HTMLDocument * | This, |
DWORD | cmdexecopt, | ||
VARIANT * | in, | ||
VARIANT * | out | ||
) |
HRESULT editor_is_dirty | ( | HTMLDocument * | This | ) |
Definition at line 1209 of file editor.c.
Referenced by PersistStreamInit_IsDirty().
Definition at line 162 of file htmlelem.c.
Referenced by HTMLElement_get_language(), HTMLLabelElement_get_htmlFor(), HTMLMetaElement_get_charset(), HTMLMetaElement_get_content(), HTMLMetaElement_get_httpEquiv(), and HTMLMetaElement_get_name().
Definition at line 186 of file htmlelem.c.
Referenced by HTMLElement_put_language(), HTMLMetaElement_put_charset(), and HTMLObjectElement2_put_classid().
Definition at line 88 of file task.c.
Referenced by handle_load().
HRESULT get_client_disp_property | ( | IOleClientSite * | client, |
DISPID | dispid, | ||
VARIANT * | res | ||
) |
Definition at line 811 of file oleobj.c.
Referenced by OleControl_OnAmbientPropertyChange(), OleObject_SetClientSite(), and on_change_dlcontrol().
JSContext * get_context_from_document | ( | nsIDOMHTMLDocument * | nsdoc | ) |
Definition at line 758 of file mutation.c.
Referenced by document_write(), and HTMLDocument_open().
dispex_prop_type_t get_dispid_type | ( | DISPID | id | ) |
Definition at line 464 of file dispex.c.
Referenced by DispatchEx_InvokeEx(), HTMLDOMAttribute2_get_expando(), HTMLDOMAttribute_get_specified(), and remove_attribute().
Definition at line 389 of file dispex.c.
Referenced by is_cp_event().
Definition at line 173 of file main.c.
Referenced by HTMLScreen_get_colorDepth(), HTMLScreen_get_height(), and HTMLScreen_get_width().
HRESULT get_doc_elem_by_id | ( | HTMLDocumentNode * | doc, |
const WCHAR * | id, | ||
HTMLElement ** | ret | ||
) |
Definition at line 23 of file htmldoc.c.
Referenced by find_event_target(), HTMLDocument3_getElementById(), test_elems(), test_elems2(), and test_frameset().
UINT get_document_charset | ( | HTMLDocumentNode * | doc | ) |
Definition at line 96 of file htmldoc.c.
Referenced by bind_script_to_text().
void get_editor_controller | ( | NSContainer * | This | ) |
Definition at line 1029 of file nsembed.c.
Referenced by handle_edit_load().
HRESULT get_elem | ( | HTMLDocumentNode * | doc, |
nsIDOMElement * | nselem, | ||
HTMLElement ** | ret | ||
) |
Definition at line 4078 of file htmlelem.c.
Referenced by get_doc_elem_by_id(), and HTMLDocument_get_activeElement().
nsresult get_elem_attr_value | ( | nsIDOMHTMLElement * | nselem, |
const WCHAR * | name, | ||
nsAString * | val_str, | ||
const PRUnichar ** | val | ||
) |
Definition at line 143 of file htmlelem.c.
Referenced by check_codebase(), check_event_attr(), elem_string_attr_getter(), fill_props(), get_elem_clsid(), get_font_size(), get_script_guid(), HTMLFormElement_get_dispid(), and is_elem_name().
HRESULT get_elem_attr_value_by_dispid | ( | HTMLElement * | elem, |
DISPID | dispid, | ||
DWORD | flags, | ||
VARIANT * | ret | ||
) |
Definition at line 621 of file htmlelem.c.
Referenced by HTMLDOMAttribute2_get_value(), HTMLDOMAttribute_get_nodeValue(), and HTMLElement_getAttribute().
HRESULT get_elem_source_index | ( | HTMLElement * | elem, |
LONG * | ret | ||
) |
Definition at line 740 of file htmlelemcol.c.
Referenced by HTMLElement_get_sourceIndex().
HRESULT get_frame_by_name | ( | HTMLOuterWindow * | This, |
const WCHAR * | name, | ||
BOOL | deep, | ||
HTMLOuterWindow ** | ret | ||
) |
Definition at line 343 of file htmlwindow.c.
Referenced by get_frame_by_name(), get_target_window(), HTMLWindow2_item(), HTMLWindow_invoke(), and WindowDispEx_GetDispID().
Definition at line 172 of file dispex.c.
Referenced by ProvideClassInfo_GetClassInfo().
HRESULT get_node | ( | HTMLDocumentNode * | This, |
nsIDOMNode * | nsnode, | ||
BOOL | create, | ||
HTMLDOMNode ** | ret | ||
) |
Definition at line 1339 of file htmlnode.c.
Referenced by check_event_attr(), create_all_list(), create_collection_from_htmlcol(), create_collection_from_nodelist(), fire_event(), fire_event_obj(), get_elem(), get_elem_source_index(), HTMLDocument3_get_documentElement(), HTMLDocument_elementFromPoint(), HTMLDocument_get_all(), HTMLDocument_get_body(), HTMLDocumentNode_invoke(), HTMLDOMChildrenCollection_item(), HTMLDOMChildrenCollectionEnum_Next(), HTMLDOMNode_appendChild(), HTMLDOMNode_get_firstChild(), HTMLDOMNode_get_lastChild(), HTMLDOMNode_get_nextSibling(), HTMLDOMNode_get_parentNode(), HTMLDOMNode_get_previousSibling(), HTMLDOMNode_insertBefore(), HTMLDOMNode_removeChild(), HTMLDOMNode_replaceChild(), HTMLDOMTextNode_splitText(), HTMLElement_get_offsetParent(), htmlform_item(), HTMLInputElement_get_form(), HTMLOptionElement_get_form(), HTMLOptionElementFactory_create(), htmlselect_item(), HTMLSelectElement_get_form(), HTMLTextAreaElement_get_form(), HTMLTxtRange_parentElement(), insert_adjacent_node(), NPP_New(), nsContextMenuListener_OnShowContextMenu(), run_bind_to_tree(), and script_elem_from_nsscript().
HRESULT get_node_text | ( | HTMLDOMNode * | node, |
BSTR * | ret | ||
) |
Definition at line 515 of file txtrange.c.
Referenced by HTMLElement_get_innerText().
Definition at line 898 of file nsembed.c.
Referenced by is_supported_doc_mime().
nsresult get_nsinterface | ( | nsISupports * | iface, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 907 of file nsembed.c.
Referenced by CustomDoc_Release(), do_ns_command(), exec_print(), get_clipboard_commands(), get_editor_controller(), get_ns_command_state(), load_nsuri(), and set_viewer_zoom().
Definition at line 205 of file htmlelem.c.
Referenced by HTMLDocument_get_readyState(), and HTMLScriptElement_get_readyState().
Definition at line 162 of file main.c.
Referenced by HTMLWindow2_alert(), HTMLWindow2_confirm(), prompt_dlgproc(), set_default_templates(), and show_context_menu().
HTMLOuterWindow * get_target_window | ( | HTMLOuterWindow * | window, |
nsAString * | target_str, | ||
BOOL * | use_new_window | ||
) |
Definition at line 45 of file htmlanchor.c.
Referenced by HTMLFormElement_submit(), and navigate_href().
Definition at line 139 of file task.c.
Referenced by create_inner_window(), HTMLOuterWindow_Create(), and init_doc().
thread_data_t * get_thread_data | ( | BOOL | create | ) |
Definition at line 352 of file task.c.
Referenced by clear_task_timer(), flush_pending_tasks(), get_thread_hwnd(), pop_task(), process_timer(), push_task(), remove_target_tasks(), set_task_timer(), and thread_detach().
void get_top_window | ( | HTMLOuterWindow * | window, |
HTMLOuterWindow ** | ret | ||
) |
Definition at line 59 of file htmlwindow.c.
Referenced by get_target_window(), and HTMLWindow2_get_top().
void handle_edit_event | ( | HTMLDocument * | This, |
nsIDOMEvent * | event | ||
) |
Definition at line 384 of file editor.c.
Referenced by handle_keypress().
void handle_edit_load | ( | HTMLDocument * | This | ) |
Definition at line 482 of file editor.c.
Referenced by handle_docobj_load().
HRESULT handle_link_click_event | ( | HTMLElement * | element, |
nsAString * | href_str, | ||
nsAString * | target_str, | ||
nsIDOMEvent * | event, | ||
BOOL * | prevent_default | ||
) |
Definition at line 123 of file htmlanchor.c.
Referenced by HTMLAnchorElement_handle_event(), and HTMLAreaElement_handle_event().
Definition at line 1184 of file mshtml_private.h.
Referenced by channelbsc_load_stream(), create_nsuri(), FindFirstUrlCacheEntryA(), nsChannel_SetContentCharset(), nsChannel_SetContentType(), and read_stream_data().
Definition at line 1200 of file mshtml_private.h.
Definition at line 1230 of file mshtml_private.h.
Referenced by is_gecko_path(), nsURI_Resolve(), nsURI_SetHost(), nsURI_SetPassword(), nsURI_SetPath(), nsURI_SetScheme(), nsURI_SetSpec(), nsURI_SetUsername(), nsURI_SetUserPass(), nsURL_SetQuery(), and nsURL_SetRef().
Definition at line 1152 of file mshtml_private.h.
Definition at line 1216 of file mshtml_private.h.
Definition at line 1246 of file mshtml_private.h.
Referenced by bstr_to_nsacstr(), get_uri_string(), HTMLXMLHttpRequest_getResponseHeader(), nsURI_GetHostPort(), nsURI_Resolve(), and nsURL_GetRef().
Definition at line 1260 of file mshtml_private.h.
Referenced by process_response_status_text().
void hide_tooltip | ( | HTMLDocumentObj * | This | ) |
Definition at line 386 of file view.c.
Referenced by nsTooltipListener_OnHideTooltip().
HRESULT HTMLAnchorElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 798 of file htmlanchor.c.
HRESULT HTMLAreaElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 443 of file htmlarea.c.
HRESULT HTMLBodyElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 869 of file htmlbody.c.
HRESULT HTMLButtonElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 1843 of file htmlinput.c.
HRESULT HTMLCommentElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMNode * | nsnode, | ||
HTMLElement ** | elem | ||
) |
Definition at line 179 of file htmlcomment.c.
Referenced by create_node(), and HTMLDocument5_createComment().
HRESULT HTMLCurrentStyle_Create | ( | HTMLElement * | elem, |
IHTMLCurrentStyle ** | p | ||
) |
Definition at line 1307 of file htmlcurstyle.c.
Referenced by HTMLElement2_get_currentStyle().
|
inlinestatic |
Definition at line 589 of file mshtml_private.h.
Referenced by add_script_runner(), create_child_collection(), DocDispatchEx_AddRef(), find_event_target(), fire_event_obj(), handle_load(), HlinkTarget_AddRef(), HTMLDocument3_AddRef(), HTMLDocument4_AddRef(), HTMLDocument5_AddRef(), HTMLDocument6_AddRef(), HTMLDocument7_AddRef(), HTMLDocument_AddRef(), HTMLDocument_Create(), HTMLDOMNode_Init(), MonikerProp_AddRef(), nsDocumentObserver_AddRef(), nsDocumentObserver_QueryInterface(), ObjectSafety_AddRef(), ObjectWithSite_AddRef(), OleCommandTarget_AddRef(), OleContainer_AddRef(), OleControl_AddRef(), OleDocument_AddRef(), OleDocumentView_AddRef(), OleDocumentView_GetDocument(), OleInPlaceActiveObject_AddRef(), OleInPlaceObjectWindowless_AddRef(), OleObject_AddRef(), PersistFile_AddRef(), PersistHistory_AddRef(), PersistMoniker_AddRef(), PersistStreamInit_AddRef(), ProvideClassInfo_AddRef(), ServiceProvider_AddRef(), SupportErrorInfo_AddRef(), update_window_doc(), ViewObject_AddRef(), and WindowForBindingUI_AddRef().
|
inlinestatic |
Definition at line 584 of file mshtml_private.h.
Referenced by DocDispatchEx_QueryInterface(), HlinkTarget_QueryInterface(), HTMLDocument3_QueryInterface(), HTMLDocument4_QueryInterface(), HTMLDocument5_QueryInterface(), HTMLDocument6_QueryInterface(), HTMLDocument7_QueryInterface(), HTMLDocument_Create(), HTMLDocument_QueryInterface(), MonikerProp_QueryInterface(), ObjectSafety_QueryInterface(), ObjectWithSite_QueryInterface(), OleCommandTarget_QueryInterface(), OleContainer_QueryInterface(), OleControl_QueryInterface(), OleDocument_QueryInterface(), OleDocumentView_QueryInterface(), OleInPlaceActiveObject_QueryInterface(), OleInPlaceObjectWindowless_QueryInterface(), OleObject_QueryInterface(), PersistFile_QueryInterface(), PersistHistory_QueryInterface(), PersistMoniker_QueryInterface(), PersistStreamInit_QueryInterface(), ProvideClassInfo_QueryInterface(), ServiceProvider_QueryInterface(), SupportErrorInfo_QueryInterface(), and ViewObject_QueryInterface().
|
inlinestatic |
Definition at line 594 of file mshtml_private.h.
Referenced by CustomDoc_Release(), DocDispatchEx_Release(), fire_event_obj(), handle_load(), HlinkTarget_Release(), HTMLDocument3_Release(), HTMLDocument4_Release(), HTMLDocument5_Release(), HTMLDocument6_Release(), HTMLDocument7_Release(), HTMLDocument_Create(), HTMLDocument_Release(), HTMLDOMChildrenCollection_Release(), HTMLDOMNode_destructor(), HTMLDOMNode_unlink(), MonikerProp_Release(), nsDocumentObserver_Release(), nsRunnable_Release(), ObjectSafety_Release(), ObjectWithSite_Release(), OleCommandTarget_Release(), OleContainer_Release(), OleControl_Release(), OleDocument_Release(), OleDocumentView_Release(), OleInPlaceActiveObject_Release(), OleInPlaceObjectWindowless_Release(), OleObject_Release(), PersistFile_Release(), PersistHistory_Release(), PersistMoniker_Release(), PersistStreamInit_Release(), ProvideClassInfo_Release(), release_inner_window(), ServiceProvider_Release(), SupportErrorInfo_Release(), update_window_doc(), ViewObject_Release(), and WindowForBindingUI_Release().
Definition at line 4821 of file htmldoc.c.
Referenced by DllGetClassObject().
void HTMLDocument_Hlink_Init | ( | HTMLDocument * | This | ) |
void HTMLDocument_LockContainer | ( | HTMLDocumentObj * | This, |
BOOL | fLock | ||
) |
Definition at line 1183 of file oleobj.c.
Referenced by OleDocumentView_UIActivate(), OleObject_Close(), OleObject_DoVerb(), and set_moniker().
void HTMLDocument_OleCmd_Init | ( | HTMLDocument * | This | ) |
void HTMLDocument_OleObj_Init | ( | HTMLDocument * | This | ) |
void HTMLDocument_Persist_Init | ( | HTMLDocument * | This | ) |
Definition at line 1089 of file persist.c.
Referenced by init_doc().
void HTMLDocument_Service_Init | ( | HTMLDocument * | This | ) |
void HTMLDocument_View_Init | ( | HTMLDocument * | This | ) |
void HTMLDocument_Window_Init | ( | HTMLDocument * | This | ) |
Definition at line 265 of file olewnd.c.
Referenced by init_doc().
void HTMLDocumentNode_SecMgr_Init | ( | HTMLDocumentNode * | This | ) |
Definition at line 230 of file secmgr.c.
Referenced by alloc_doc_node().
HRESULT HTMLDOMAttribute_Create | ( | const WCHAR * | name, |
HTMLElement * | elem, | ||
DISPID | dispid, | ||
HTMLDOMAttribute ** | attr | ||
) |
Definition at line 473 of file htmlattr.c.
Referenced by get_domattr(), and HTMLDocument5_createAttribute().
void HTMLDOMNode_destructor | ( | HTMLDOMNode * | This | ) |
Definition at line 1172 of file htmlnode.c.
Referenced by HTMLElement_destructor().
void HTMLDOMNode_Init | ( | HTMLDocumentNode * | doc, |
HTMLDOMNode * | node, | ||
nsIDOMNode * | nsnode | ||
) |
Definition at line 1196 of file htmlnode.c.
Referenced by create_doc_from_nsdoc(), create_document_fragment(), create_node(), HTMLCommentElement_Create(), HTMLDOMTextNode_Create(), and HTMLElement_Init().
HRESULT HTMLDOMNode_QI | ( | HTMLDOMNode * | This, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 1142 of file htmlnode.c.
Referenced by HTMLDocumentNode_QI(), HTMLDOMTextNode_QI(), and HTMLElement_QI().
HRESULT HTMLDOMTextNode_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMNode * | nsnode, | ||
HTMLDOMNode ** | node | ||
) |
Definition at line 352 of file htmltextnode.c.
Referenced by create_node(), HTMLDocument3_createTextNode(), and HTMLDOMTextNode_clone().
HRESULT HTMLElement_clone | ( | HTMLDOMNode * | iface, |
nsIDOMNode * | nsnode, | ||
HTMLDOMNode ** | ret | ||
) |
Definition at line 3793 of file htmlelem.c.
HRESULT HTMLElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMNode * | nsnode, | ||
BOOL | use_generic, | ||
HTMLElement ** | ret | ||
) |
Definition at line 4032 of file htmlelem.c.
Referenced by create_element(), create_node(), HTMLElement_clone(), and HTMLImageElementFactory_create().
void HTMLElement_destructor | ( | HTMLDOMNode * | iface | ) |
Definition at line 3764 of file htmlelem.c.
Referenced by HTMLCommentElement_destructor(), HTMLEmbedElement_destructor(), HTMLFrameBase_destructor(), HTMLGenericElement_destructor(), HTMLHeadElement_destructor(), HTMLMetaElement_destructor(), HTMLObjectElement_destructor(), HTMLStyleElement_destructor(), HTMLTableCell_destructor(), and HTMLTitleElement_destructor().
HRESULT HTMLElement_get_attr_col | ( | HTMLDOMNode * | iface, |
HTMLAttributeCollection ** | ac | ||
) |
Definition at line 4827 of file htmlelem.c.
Referenced by HTMLDOMAttribute_Create(), and HTMLElement4_getAttributeNode().
HRESULT HTMLElement_handle_event | ( | HTMLDOMNode * | iface, |
DWORD | eid, | ||
nsIDOMEvent * | event, | ||
BOOL * | prevent_default | ||
) |
Definition at line 3815 of file htmlelem.c.
Referenced by HTMLAnchorElement_handle_event(), HTMLAreaElement_handle_event(), and HTMLFormElement_handle_event().
void HTMLElement_Init | ( | HTMLElement * | This, |
HTMLDocumentNode * | doc, | ||
nsIDOMHTMLElement * | nselem, | ||
dispex_static_data_t * | dispex_data | ||
) |
Definition at line 4008 of file htmlelem.c.
Referenced by HTMLAnchorElement_Create(), HTMLAreaElement_Create(), HTMLButtonElement_Create(), HTMLCommentElement_Create(), HTMLElement_Create(), HTMLEmbedElement_Create(), HTMLFormElement_Create(), HTMLFrameBase_Init(), HTMLGenericElement_Create(), HTMLHeadElement_Create(), HTMLImgElement_Create(), HTMLInputElement_Create(), HTMLLabelElement_Create(), HTMLLinkElement_Create(), HTMLMetaElement_Create(), HTMLObjectElement_Create(), HTMLOptionElement_Create(), HTMLScriptElement_Create(), HTMLSelectElement_Create(), HTMLStyleElement_Create(), HTMLTable_Create(), HTMLTableCell_Create(), HTMLTableRow_Create(), HTMLTextAreaElement_Create(), HTMLTextContainer_Init(), and HTMLTitleElement_Create().
HRESULT HTMLElement_QI | ( | HTMLDOMNode * | iface, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 3738 of file htmlelem.c.
Referenced by HTMLAnchorElement_QI(), HTMLAreaElement_QI(), HTMLBodyElement_QI(), HTMLButtonElement_QI(), HTMLCommentElement_QI(), HTMLEmbedElement_QI(), HTMLFormElement_QI(), HTMLFrameBase_QI(), HTMLGenericElement_QI(), HTMLHeadElement_QI(), HTMLImgElement_QI(), HTMLInputElement_QI(), HTMLLabelElement_QI(), HTMLLinkElement_QI(), HTMLMetaElement_QI(), HTMLObjectElement_QI(), HTMLOptionElement_QI(), HTMLScriptElement_QI(), HTMLSelectElement_QI(), HTMLStyleElement_QI(), HTMLTable_QI(), HTMLTableCell_QI(), HTMLTableRow_QI(), HTMLTextAreaElement_QI(), and HTMLTitleElement_QI().
HRESULT HTMLEmbedElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 260 of file htmlembed.c.
HRESULT HTMLFormElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 785 of file htmlform.c.
void HTMLFrameBase_destructor | ( | HTMLFrameBase * | This | ) |
Definition at line 704 of file htmlframebase.c.
Referenced by HTMLFrameElement_destructor(), and HTMLIFrame_destructor().
void HTMLFrameBase_Init | ( | HTMLFrameBase * | This, |
HTMLDocumentNode * | doc, | ||
nsIDOMHTMLElement * | nselem, | ||
dispex_static_data_t * | dispex_data | ||
) |
Definition at line 712 of file htmlframebase.c.
Referenced by HTMLFrameElement_Create(), and HTMLIFrame_Create().
HRESULT HTMLFrameBase_QI | ( | HTMLFrameBase * | This, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 688 of file htmlframebase.c.
Referenced by HTMLFrameElement_QI(), and HTMLIFrame_QI().
HRESULT HTMLFrameElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 311 of file htmlframe.c.
HRESULT HTMLGenericElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 162 of file htmlgeneric.c.
Referenced by HTMLElement_Create().
HRESULT HTMLHeadElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 323 of file htmlhead.c.
HRESULT HTMLIFrame_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 586 of file htmliframe.c.
HRESULT HTMLImageElementFactory_Create | ( | HTMLInnerWindow * | window, |
HTMLImageElementFactory ** | ret_val | ||
) |
Definition at line 972 of file htmlimg.c.
Referenced by HTMLWindow2_get_Image().
HRESULT HTMLImgElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 726 of file htmlimg.c.
HRESULT HTMLInputElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 1332 of file htmlinput.c.
HRESULT HTMLLabelElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 1526 of file htmlinput.c.
HRESULT HTMLLinkElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 437 of file htmllink.c.
Definition at line 173 of file loadopts.c.
Referenced by DllGetClassObject().
HRESULT HTMLLocation_Create | ( | HTMLInnerWindow * | window, |
HTMLLocation ** | ret | ||
) |
Definition at line 622 of file htmllocation.c.
Referenced by get_location().
HRESULT HTMLMetaElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 244 of file htmlmeta.c.
HRESULT HTMLObjectElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 764 of file htmlobject.c.
HRESULT HTMLOptionElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 437 of file htmloption.c.
HRESULT HTMLOptionElementFactory_Create | ( | HTMLInnerWindow * | window, |
HTMLOptionElementFactory ** | ret_ptr | ||
) |
Definition at line 618 of file htmloption.c.
Referenced by HTMLWindow2_get_Option().
HRESULT HTMLOuterWindow_Create | ( | HTMLDocumentObj * | doc_obj, |
nsIDOMWindow * | nswindow, | ||
HTMLOuterWindow * | parent, | ||
HTMLOuterWindow ** | ret | ||
) |
Definition at line 2945 of file htmlwindow.c.
Referenced by HTMLDocument_Create(), and set_frame_doc().
HRESULT HTMLScreen_Create | ( | IHTMLScreen ** | ret | ) |
Definition at line 234 of file htmlscreen.c.
Referenced by HTMLWindow2_get_screen().
HRESULT HTMLScriptElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 458 of file htmlscript.c.
HRESULT HTMLSelectElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 709 of file htmlselect.c.
HRESULT HTMLSelectionObject_Create | ( | HTMLDocumentNode * | doc, |
nsISelection * | nsselection, | ||
IHTMLSelectionObject ** | ret | ||
) |
Definition at line 325 of file selection.c.
Referenced by HTMLDocument_get_selection().
HRESULT HTMLStyleElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 359 of file htmlstyleelem.c.
IHTMLStyleSheet * HTMLStyleSheet_Create | ( | nsIDOMStyleSheet * | nsstylesheet | ) |
Definition at line 746 of file htmlstylesheet.c.
Referenced by HTMLDocument_createStyleSheet(), HTMLStyleElement_get_styleSheet(), and HTMLStyleSheetsCollection_item().
IHTMLStyleSheetsCollection * HTMLStyleSheetsCollection_Create | ( | nsIDOMStyleSheetList * | nslist | ) |
Definition at line 375 of file htmlstylesheet.c.
Referenced by HTMLDocument_get_styleSheets().
HRESULT HTMLTable_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 1065 of file htmltable.c.
HRESULT HTMLTableCell_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 440 of file htmltablecell.c.
Referenced by HTMLTableRow_insertCell().
HRESULT HTMLTableRow_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 444 of file htmltablerow.c.
Referenced by HTMLTable_insertRow().
HRESULT HTMLTextAreaElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 498 of file htmltextarea.c.
void HTMLTextContainer_Init | ( | HTMLTextContainer * | This, |
HTMLDocumentNode * | doc, | ||
nsIDOMHTMLElement * | nselem, | ||
dispex_static_data_t * | dispex_data | ||
) |
Definition at line 172 of file htmltextcont.c.
Referenced by HTMLBodyElement_Create().
HRESULT HTMLTitleElement_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMHTMLElement * | nselem, | ||
HTMLElement ** | elem | ||
) |
Definition at line 163 of file htmlhead.c.
HRESULT HTMLTxtRange_Create | ( | HTMLDocumentNode * | doc, |
nsIDOMRange * | nsrange, | ||
IHTMLTxtRange ** | p | ||
) |
Definition at line 1722 of file txtrange.c.
Referenced by HTMLBodyElement_createTextRange(), HTMLSelectionObject_createRange(), and HTMLTxtRange_duplicate().
HRESULT HTMLXMLHttpRequestFactory_Create | ( | HTMLInnerWindow * | window, |
HTMLXMLHttpRequestFactory ** | ret_ptr | ||
) |
Definition at line 790 of file xmlhttprequest.c.
Referenced by HTMLWindow5_get_XMLHttpRequest().
void init_binding_ui | ( | HTMLDocumentObj * | doc | ) |
Definition at line 935 of file view.c.
Referenced by HTMLDocument_Create().
void init_dispex | ( | DispatchEx * | dispex, |
IUnknown * | outer, | ||
dispex_static_data_t * | data | ||
) |
void init_document_mutation | ( | HTMLDocumentNode * | doc | ) |
Definition at line 726 of file mutation.c.
Referenced by create_doc_from_nsdoc().
void init_editor | ( | HTMLDocument * | This | ) |
Definition at line 1202 of file editor.c.
Referenced by parse_complete().
void init_mutation | ( | nsIComponentManager * | component_manager | ) |
Definition at line 774 of file mutation.c.
Referenced by close_gecko(), and init_xpcom().
Definition at line 1328 of file htmlnode.c.
Referenced by init_xpcom().
void init_nsio | ( | nsIComponentManager * | component_manager, |
nsIComponentRegistrar * | registrar | ||
) |
Definition at line 4048 of file nsio.c.
Referenced by init_xpcom().
Definition at line 1108 of file nsembed.c.
Referenced by is_gecko_special_uri().
Definition at line 742 of file nsembed.c.
Referenced by create_nscontainer(), and DllRegisterServer().
|
inlinestatic |
Definition at line 713 of file mshtml_private.h.
Referenced by create_all_collection(), get_node_obj(), HTMLElementCollection_item(), HTMLElementCollection_tags(), and HTMLObjectElement_QI().
|
inlinestatic |
Definition at line 718 of file mshtml_private.h.
Referenced by bind_event_scripts(), check_event_attr(), fire_event(), fire_event_obj(), HTMLDocument3_get_documentElement(), HTMLDocument_elementFromPoint(), HTMLDocument_get_all(), HTMLDocument_get_body(), HTMLDOMNode_appendChild(), HTMLDOMNode_insertBefore(), HTMLDOMNode_removeChild(), HTMLDOMNode_replaceChild(), HTMLElement_get_offsetParent(), HTMLElementCollection_Release(), HTMLInputElement_get_form(), HTMLOptionElement_get_form(), HTMLOptionElementFactory_create(), HTMLSelectElement_get_form(), HTMLTxtRange_parentElement(), NPP_New(), nsContextMenuListener_OnShowContextMenu(), and run_bind_to_tree().
void notif_focus | ( | HTMLDocumentObj * | This | ) |
Definition at line 130 of file view.c.
Referenced by handle_blur(), handle_focus(), OleDocumentView_UIActivate(), and OleInPlaceObjectWindowless_InPlaceDeactivate().
void nsACString_Finish | ( | nsACString * | str | ) |
Definition at line 812 of file nsembed.c.
Referenced by HTMLXMLHttpRequest_getResponseHeader(), HTMLXMLHttpRequest_open(), nsURIContentListener_OnStartURIOpen(), parse_content_type(), return_nscstr(), and visit_http_headers().
UINT32 nsACString_GetData | ( | const nsACString * | str, |
const char ** | data | ||
) |
Definition at line 807 of file nsembed.c.
Referenced by debugstr_nsacstr(), get_channel_http_header(), nsChannel_SetContentCharset(), nsChannel_SetContentType(), nsChannel_SetRequestMethod(), nsIOService_NewURI(), nsUploadChannel_SetUploadStream(), nsURI_Resolve(), nsURI_SetHost(), nsURI_SetPassword(), nsURI_SetPath(), nsURI_SetScheme(), nsURI_SetSpec(), nsURI_SetUsername(), nsURI_SetUserPass(), nsURIContentListener_OnStartURIOpen(), nsURL_SetQuery(), nsURL_SetRef(), return_nscstr(), and set_channel_http_header().
BOOL nsACString_Init | ( | nsACString * | str, |
const char * | data | ||
) |
Definition at line 788 of file nsembed.c.
Referenced by bstr_to_nsacstr(), HTMLXMLHttpRequest_get_statusText(), HTMLXMLHttpRequest_getAllResponseHeaders(), HTMLXMLHttpRequest_getResponseHeader(), and nsURIContentListener_OnStartURIOpen().
void nsACString_InitDepend | ( | nsACString * | str, |
const char * | data | ||
) |
Definition at line 797 of file nsembed.c.
Referenced by HTMLXMLHttpRequest_getResponseHeader(), parse_content_type(), and visit_http_headers().
void nsACString_SetData | ( | nsACString * | str, |
const char * | data | ||
) |
Definition at line 802 of file nsembed.c.
Referenced by get_channel_http_header(), get_uri_string(), nsChannel_GetContentCharset(), nsChannel_GetContentType(), nsChannel_GetRequestMethod(), nsChannel_GetResponseStatusText(), nsURI_GetHostPort(), nsURI_GetOriginCharset(), nsURI_GetScheme(), nsURI_GetUserPass(), nsURI_Resolve(), nsURL_GetRef(), and return_wstr_nsacstr().
Definition at line 836 of file nsembed.c.
Referenced by bind_event_scripts(), check_codebase(), check_event_attr(), check_style_attr_value(), create_nselem(), create_nsfile(), detach_nslistener(), detach_xhr_event_listener(), dispid_from_elem_name(), document_write(), elem_string_attr_getter(), elem_string_attr_setter(), exec_hyperlink(), fill_props(), find_event_target(), get_doc_elem_by_id(), get_doc_string(), get_document_charset(), get_elem_attr_value(), get_elem_clsid(), get_font_size(), get_frame_by_name(), get_nsstyle_attr(), get_nsstyle_attr_nsval(), get_nsstyle_attr_var(), get_nsstyle_pixel_val(), get_nsstyle_pos(), get_script_guid(), handle_htmlevent(), handle_link_click_event(), HTMLAnchorElement_get_href(), HTMLAnchorElement_handle_event(), HTMLAnchorElement_put_href(), HTMLAnchorElement_put_name(), HTMLAnchorElement_put_rel(), HTMLAnchorElement_put_search(), HTMLAnchorElement_put_target(), HTMLAreaElement_handle_event(), HTMLBodyElement_get_bgColor(), HTMLBodyElement_get_text(), HTMLBodyElement_put_aLink(), HTMLBodyElement_put_background(), HTMLBodyElement_put_bgColor(), HTMLBodyElement_put_link(), HTMLBodyElement_put_text(), HTMLBodyElement_put_vLink(), HTMLButtonElement_put_name(), HTMLCurrentStyle_Create(), HTMLDocument3_createTextNode(), HTMLDocument3_getElementsByName(), HTMLDocument3_getElementsByTagName(), HTMLDocument5_createComment(), HTMLDocument_get_title(), HTMLDocument_put_title(), HTMLDocumentNode_invoke(), HTMLDOMAttribute_get_specified(), HTMLDOMNode_get_nodeValue(), HTMLDOMNode_put_nodeValue(), HTMLDOMTextNode2_appendData(), HTMLDOMTextNode_put_data(), HTMLElement2_getElementsByTagName(), HTMLElement2_put_dir(), HTMLElement3_put_contentEditable(), HTMLElement_Create(), HTMLElement_get_outerHTML(), HTMLElement_insertAdjacentHTML(), HTMLElement_insertAdjacentText(), HTMLElement_populate_props(), HTMLElement_put_className(), HTMLElement_put_id(), HTMLElement_put_innerHTML(), HTMLElement_put_innerText(), HTMLElement_put_title(), HTMLElementCollection_tags(), HTMLFormElement_get_action(), HTMLFormElement_get_dispid(), HTMLFormElement_put_action(), HTMLFormElement_put_encoding(), HTMLFormElement_put_method(), HTMLFormElement_put_name(), HTMLFormElement_put_target(), HTMLFormElement_submit(), HTMLFrameBase_get_marginHeight(), HTMLFrameBase_get_marginWidth(), HTMLFrameBase_get_scrolling(), HTMLFrameBase_put_frameBorder(), HTMLFrameBase_put_marginHeight(), HTMLFrameBase_put_marginWidth(), HTMLFrameBase_put_name(), HTMLFrameBase_put_scrolling(), HTMLFrameBase_put_src(), HTMLIFrameElement2_put_height(), HTMLIFrameElement2_put_width(), HTMLImgElement_get_src(), HTMLImgElement_put_align(), HTMLImgElement_put_alt(), HTMLImgElement_put_src(), HTMLInputElement_get_src(), HTMLInputElement_is_text_edit(), HTMLInputElement_put_defaultValue(), HTMLInputElement_put_name(), HTMLInputElement_put_src(), HTMLInputElement_put_type(), HTMLInputElement_put_value(), HTMLLabelElement_put_htmlFor(), HTMLLinkElement_put_href(), HTMLLinkElement_put_media(), HTMLLinkElement_put_rel(), HTMLLinkElement_put_rev(), HTMLLinkElement_put_type(), HTMLObjectElement_get_height(), HTMLObjectElement_get_width(), HTMLObjectElement_put_height(), HTMLObjectElement_put_name(), HTMLObjectElement_put_width(), HTMLOptionElement_put_text(), HTMLOptionElement_put_value(), HTMLScriptElement_put_src(), HTMLScriptElement_put_text(), HTMLScriptElement_put_type(), HTMLSelectElement_put_name(), HTMLSelectElement_put_value(), HTMLStyle_get_backgroundPositionX(), HTMLStyle_get_backgroundPositionY(), HTMLStyle_get_cssText(), HTMLStyle_put_backgroundPositionX(), HTMLStyle_put_backgroundPositionY(), HTMLStyle_put_cssText(), HTMLStyle_removeAttribute(), HTMLStyleElement_put_media(), HTMLStyleElement_put_type(), HTMLStyleSheet_put_cssText(), HTMLTable3_put_summary(), HTMLTable_get_bgColor(), HTMLTable_get_width(), HTMLTable_put_align(), HTMLTable_put_bgColor(), HTMLTable_put_cellPadding(), HTMLTable_put_cellSpacing(), HTMLTable_put_frame(), HTMLTable_put_width(), HTMLTableCell_get_bgColor(), HTMLTableCell_put_align(), HTMLTableCell_put_bgColor(), HTMLTableRow_get_bgColor(), HTMLTableRow_put_align(), HTMLTableRow_put_bgColor(), HTMLTableRow_put_vAlign(), HTMLTextAreaElement_put_defaultValue(), HTMLTextAreaElement_put_value(), HTMLTxtRange_get_htmlText(), HTMLTxtRange_pasteHTML(), HTMLTxtRange_put_text(), HTMLWindow2_put_name(), HTMLXMLHttpRequest_bind_event(), HTMLXMLHttpRequest_open(), init_event(), is_elem_name(), is_elem_tag(), move_next_char(), move_prev_char(), navigate_fragment(), nsTooltipTextProvider_GetNodeText(), parse_event_elem(), parse_inline_script(), parse_script_elem(), query_align_status(), range_to_string(), remove_child_attr(), replace_node_by_html(), return_nscolor(), return_nsstr(), run_insert_comment(), set_event_info(), set_font_size(), set_nsstyle_attr(), set_opacity(), update_window_doc(), and wstrbuf_append_node().
Definition at line 831 of file nsembed.c.
Referenced by check_style_attr_value(), find_event_target(), get_doc_string(), get_document_charset(), get_elem_attr_value(), get_font_size(), get_nsstyle_attr(), get_nsstyle_attr_var(), get_nsstyle_pixel_val(), get_nsstyle_pos(), get_script_guid(), get_target_window(), get_text_node_data(), handle_htmlevent(), HTMLAnchorElement_get_href(), HTMLBodyElement_get_bgColor(), HTMLBodyElement_get_text(), HTMLDocument_get_title(), HTMLDOMNode_get_nodeValue(), HTMLElement_Create(), HTMLElement_get_outerHTML(), HTMLElement_populate_props(), HTMLElementCollection_tags(), HTMLFormElement_get_action(), HTMLFormElement_get_dispid(), HTMLFormElement_submit(), HTMLFrameBase_get_marginHeight(), HTMLFrameBase_get_marginWidth(), HTMLFrameBase_get_scrolling(), HTMLImgElement_get_src(), HTMLInputElement_get_src(), HTMLInputElement_is_text_edit(), HTMLObjectElement_get_height(), HTMLObjectElement_get_width(), HTMLStyle_get_backgroundPositionX(), HTMLStyle_get_backgroundPositionY(), HTMLStyle_get_cssText(), HTMLStyle_put_backgroundPositionX(), HTMLStyle_put_backgroundPositionY(), HTMLStyle_removeAttribute(), HTMLTable_get_bgColor(), HTMLTableCell_get_bgColor(), HTMLTableRow_get_bgColor(), HTMLTxtRange_get_htmlText(), is_elem_name(), is_elem_tag(), navigate_href(), navigate_href_new_window(), nsstr_to_truncated_bstr(), nsTooltipTextProvider_GetNodeText(), parse_event_elem(), parse_inline_script(), parse_script_elem(), remove_child_attr(), return_nscolor(), return_nsstr(), run_insert_comment(), and wstrbuf_append_node().
Definition at line 817 of file nsembed.c.
Referenced by check_style_attr_value(), find_event_target(), get_doc_string(), get_document_charset(), get_elem_attr_value(), get_font_size(), get_nsstyle_attr(), get_nsstyle_attr_var(), get_nsstyle_pixel_val(), get_nsstyle_pos(), get_script_guid(), get_text_node_data(), handle_htmlevent(), HTMLAnchorElement_get_hash(), HTMLAnchorElement_get_hostname(), HTMLAnchorElement_get_href(), HTMLAnchorElement_get_name(), HTMLAnchorElement_get_rel(), HTMLAnchorElement_get_search(), HTMLAnchorElement_get_target(), HTMLAnchorElement_handle_event(), HTMLAreaElement_handle_event(), HTMLBodyElement_get_aLink(), HTMLBodyElement_get_background(), HTMLBodyElement_get_bgColor(), HTMLBodyElement_get_link(), HTMLBodyElement_get_text(), HTMLBodyElement_get_vLink(), HTMLButtonElement_get_name(), HTMLCurrentStyle_Create(), HTMLDocument5_get_compatMode(), HTMLDocument_get_charset(), HTMLDocument_get_title(), HTMLDOMNode_get_nodeName(), HTMLDOMNode_get_nodeValue(), HTMLDOMTextNode_get_data(), HTMLElement2_get_dir(), HTMLElement3_get_contentEditable(), HTMLElement_Create(), HTMLElement_get_className(), HTMLElement_get_id(), HTMLElement_get_innerHTML(), HTMLElement_get_outerHTML(), HTMLElement_get_tagName(), HTMLElement_get_title(), HTMLElement_populate_props(), HTMLElementCollection_tags(), HTMLFormElement_get_action(), HTMLFormElement_get_dispid(), HTMLFormElement_get_encoding(), HTMLFormElement_get_method(), HTMLFormElement_get_name(), HTMLFormElement_get_target(), HTMLFormElement_submit(), HTMLFrameBase_get_frameBorder(), HTMLFrameBase_get_marginHeight(), HTMLFrameBase_get_marginWidth(), HTMLFrameBase_get_name(), HTMLFrameBase_get_scrolling(), HTMLFrameBase_get_src(), HTMLIFrameElement2_get_height(), HTMLIFrameElement2_get_width(), HTMLImgElement_get_align(), HTMLImgElement_get_alt(), HTMLImgElement_get_name(), HTMLImgElement_get_src(), HTMLInputElement_get_defaultValue(), HTMLInputElement_get_name(), HTMLInputElement_get_src(), HTMLInputElement_get_type(), HTMLInputElement_get_value(), HTMLInputElement_is_text_edit(), HTMLLinkElement_get_href(), HTMLLinkElement_get_media(), HTMLLinkElement_get_rel(), HTMLLinkElement_get_rev(), HTMLLinkElement_get_type(), HTMLObjectElement_get_height(), HTMLObjectElement_get_name(), HTMLObjectElement_get_width(), HTMLOptionElement_get_text(), HTMLOptionElement_get_value(), HTMLScriptElement_get_src(), HTMLScriptElement_get_text(), HTMLScriptElement_get_type(), HTMLScriptElement_put_type(), HTMLSelectElement_get_name(), HTMLSelectElement_get_type(), HTMLSelectElement_get_value(), HTMLStyle_get_backgroundPositionX(), HTMLStyle_get_backgroundPositionY(), HTMLStyle_get_cssText(), HTMLStyle_put_backgroundPositionX(), HTMLStyle_put_backgroundPositionY(), HTMLStyle_removeAttribute(), HTMLStyleElement_get_media(), HTMLStyleElement_get_type(), HTMLStyleSheet_get_cssText(), HTMLStyleSheet_get_href(), HTMLTable3_get_summary(), HTMLTable_get_align(), HTMLTable_get_bgColor(), HTMLTable_get_cellPadding(), HTMLTable_get_cellSpacing(), HTMLTable_get_frame(), HTMLTable_get_width(), HTMLTableCell_get_align(), HTMLTableCell_get_bgColor(), HTMLTableRow_get_align(), HTMLTableRow_get_bgColor(), HTMLTableRow_get_vAlign(), HTMLTextAreaElement_get_defaultValue(), HTMLTextAreaElement_get_name(), HTMLTextAreaElement_get_value(), HTMLTxtRange_get_htmlText(), HTMLWindow2_get_name(), HTMLXMLHttpRequest_get_responseText(), is_elem_name(), is_elem_tag(), nsTooltipTextProvider_GetNodeText(), parse_event_elem(), parse_inline_script(), parse_script_elem(), query_align_status(), remove_child_attr(), run_insert_comment(), var2str(), variant_to_nsastr(), variant_to_nscolor(), and wstrbuf_append_node().
Definition at line 826 of file nsembed.c.
Referenced by bind_event_scripts(), create_nselem(), create_nsfile(), detach_nslistener(), detach_xhr_event_listener(), dispid_from_elem_name(), document_write(), elem_string_attr_setter(), exec_hyperlink(), fill_props(), get_doc_elem_by_id(), get_elem_attr_value(), get_frame_by_name(), get_nsstyle_attr_nsval(), HTMLAnchorElement_put_href(), HTMLAnchorElement_put_name(), HTMLAnchorElement_put_rel(), HTMLAnchorElement_put_search(), HTMLAnchorElement_put_target(), HTMLBodyElement_put_background(), HTMLButtonElement_put_name(), HTMLDocument3_createTextNode(), HTMLDocument3_getElementsByName(), HTMLDocument3_getElementsByTagName(), HTMLDocument5_createComment(), HTMLDocument_put_title(), HTMLDocumentNode_invoke(), HTMLDOMAttribute_get_specified(), HTMLDOMNode_put_nodeValue(), HTMLDOMTextNode2_appendData(), HTMLDOMTextNode_put_data(), HTMLElement2_getElementsByTagName(), HTMLElement2_put_dir(), HTMLElement3_put_contentEditable(), HTMLElement_insertAdjacentHTML(), HTMLElement_insertAdjacentText(), HTMLElement_put_className(), HTMLElement_put_id(), HTMLElement_put_innerHTML(), HTMLElement_put_innerText(), HTMLElement_put_title(), HTMLFormElement_put_action(), HTMLFormElement_put_encoding(), HTMLFormElement_put_method(), HTMLFormElement_put_name(), HTMLFormElement_put_target(), HTMLFrameBase_put_frameBorder(), HTMLFrameBase_put_marginHeight(), HTMLFrameBase_put_marginWidth(), HTMLFrameBase_put_name(), HTMLFrameBase_put_scrolling(), HTMLFrameBase_put_src(), HTMLIFrameElement2_put_height(), HTMLIFrameElement2_put_width(), HTMLImgElement_put_align(), HTMLImgElement_put_alt(), HTMLImgElement_put_src(), HTMLInputElement_put_defaultValue(), HTMLInputElement_put_name(), HTMLInputElement_put_src(), HTMLInputElement_put_type(), HTMLInputElement_put_value(), HTMLLabelElement_put_htmlFor(), HTMLLinkElement_put_href(), HTMLLinkElement_put_media(), HTMLLinkElement_put_rel(), HTMLLinkElement_put_rev(), HTMLLinkElement_put_type(), HTMLObjectElement_put_height(), HTMLObjectElement_put_name(), HTMLObjectElement_put_width(), HTMLOptionElement_put_text(), HTMLOptionElement_put_value(), HTMLScriptElement_put_src(), HTMLScriptElement_put_text(), HTMLSelectElement_put_name(), HTMLSelectElement_put_value(), HTMLStyle_put_cssText(), HTMLStyle_removeAttribute(), HTMLStyleElement_put_media(), HTMLStyleElement_put_type(), HTMLStyleSheet_put_cssText(), HTMLTable3_put_summary(), HTMLTable_put_align(), HTMLTable_put_cellSpacing(), HTMLTable_put_frame(), HTMLTableCell_put_align(), HTMLTableRow_put_align(), HTMLTableRow_put_vAlign(), HTMLTextAreaElement_put_defaultValue(), HTMLTextAreaElement_put_value(), HTMLTxtRange_pasteHTML(), HTMLTxtRange_put_text(), HTMLWindow2_put_name(), HTMLXMLHttpRequest_bind_event(), init_event(), navigate_fragment(), replace_node_by_html(), set_event_info(), set_font_size(), set_nsstyle_attr(), set_opacity(), update_window_doc(), and variant_to_nsastr().
Definition at line 111 of file htmlbody.c.
Referenced by HTMLBodyElement_get_bgColor(), HTMLBodyElement_get_text(), HTMLTable_get_bgColor(), HTMLTableCell_get_bgColor(), and HTMLTableRow_get_bgColor().
void NSContainer_Release | ( | NSContainer * | This | ) |
Definition at line 2107 of file nsembed.c.
Referenced by CustomDoc_Release().
Definition at line 783 of file nsembed.c.
Referenced by exec_fontname(), and is_supported_doc_mime().
HRESULT nsnode_to_nsstring | ( | nsIDOMNode * | nsnode, |
nsAString * | str | ||
) |
Definition at line 1000 of file nsembed.c.
Referenced by get_doc_string(), HTMLElement_get_outerHTML(), and HTMLTxtRange_get_htmlText().
Definition at line 175 of file nsio.c.
Referenced by HTMLAnchorElement_get_href(), HTMLFormElement_get_action(), HTMLImgElement_get_src(), and HTMLInputElement_get_src().
HTMLOuterWindow * nswindow_to_window | ( | const nsIDOMWindow * | nswindow | ) |
Definition at line 3099 of file htmlwindow.c.
Referenced by get_channel_window(), get_elem_window(), get_frame_by_index(), get_frame_by_name(), nsPromptService_Alert(), and set_frame_doc().
IOmNavigator * OmNavigator_Create | ( | void | ) |
Definition at line 1080 of file omnavigator.c.
Referenced by HTMLWindow2_get_navigator().
Definition at line 1038 of file protocol.c.
Referenced by DllGetClassObject().
HRESULT push_task | ( | task_t * | task, |
task_proc_t | proc, | ||
task_proc_t | destr, | ||
LONG | magic | ||
) |
Definition at line 39 of file task.c.
Referenced by async_open(), async_start_doc_binding(), async_stop_request(), exec_refresh(), set_moniker(), set_ready_state(), set_script_elem_readystate(), and super_navigate().
void register_nsservice | ( | nsIComponentRegistrar * | registrar, |
nsIServiceManager * | service_manager | ||
) |
Definition at line 372 of file nsservice.c.
Referenced by init_xpcom().
void release_dispex | ( | DispatchEx * | This | ) |
Definition at line 1706 of file dispex.c.
void release_document_mutation | ( | HTMLDocumentNode * | doc | ) |
Definition at line 743 of file mutation.c.
Referenced by HTMLDocumentNode_unlink().
HRESULT remove_attribute | ( | DispatchEx * | This, |
DISPID | id, | ||
VARIANT_BOOL * | success | ||
) |
Definition at line 1249 of file dispex.c.
Referenced by HTMLElement_removeAttribute(), and HTMLStyle_removeAttribute().
Definition at line 107 of file task.c.
Referenced by abort_window_bindings(), destroy_htmldoc(), detach_inner_window(), release_outer_window(), set_moniker(), and setup_edit_mode().
HRESULT replace_node_by_html | ( | nsIDOMHTMLDocument * | nsdoc, |
nsIDOMNode * | nsnode, | ||
const WCHAR * | html | ||
) |
Definition at line 98 of file htmlelem.c.
Referenced by HTMLElement_put_outerHTML(), and run_insert_comment().
Definition at line 841 of file nsembed.c.
Referenced by HTMLAnchorElement_get_hash(), HTMLAnchorElement_get_hostname(), HTMLAnchorElement_get_name(), HTMLAnchorElement_get_rel(), HTMLAnchorElement_get_search(), HTMLAnchorElement_get_target(), HTMLBodyElement_get_background(), HTMLButtonElement_get_name(), HTMLDocument5_get_compatMode(), HTMLDocument_get_charset(), HTMLDOMNode_get_nodeName(), HTMLDOMTextNode_get_data(), HTMLElement2_get_dir(), HTMLElement3_get_contentEditable(), HTMLElement_get_className(), HTMLElement_get_id(), HTMLElement_get_innerHTML(), HTMLElement_get_tagName(), HTMLElement_get_title(), HTMLFormElement_get_encoding(), HTMLFormElement_get_method(), HTMLFormElement_get_name(), HTMLFormElement_get_target(), HTMLFrameBase_get_frameBorder(), HTMLFrameBase_get_name(), HTMLFrameBase_get_src(), HTMLIFrameElement2_get_height(), HTMLIFrameElement2_get_width(), HTMLImgElement_get_align(), HTMLImgElement_get_alt(), HTMLImgElement_get_name(), HTMLInputElement_get_defaultValue(), HTMLInputElement_get_name(), HTMLInputElement_get_type(), HTMLInputElement_get_value(), HTMLLinkElement_get_href(), HTMLLinkElement_get_media(), HTMLLinkElement_get_rel(), HTMLLinkElement_get_rev(), HTMLLinkElement_get_type(), HTMLObjectElement_get_name(), HTMLOptionElement_get_text(), HTMLOptionElement_get_value(), HTMLScriptElement_get_src(), HTMLScriptElement_get_text(), HTMLScriptElement_get_type(), HTMLSelectElement_get_name(), HTMLSelectElement_get_type(), HTMLSelectElement_get_value(), HTMLStyleElement_get_media(), HTMLStyleElement_get_type(), HTMLStyleSheet_get_cssText(), HTMLStyleSheet_get_href(), HTMLTable3_get_summary(), HTMLTable_get_align(), HTMLTable_get_cellSpacing(), HTMLTable_get_frame(), HTMLTableCell_get_align(), HTMLTableRow_get_align(), HTMLTableRow_get_vAlign(), HTMLTextAreaElement_get_defaultValue(), HTMLTextAreaElement_get_name(), HTMLTextAreaElement_get_value(), HTMLWindow2_get_name(), HTMLXMLHttpRequest_get_responseText(), and return_nsstr_variant().
Definition at line 896 of file mshtml_private.h.
Referenced by HTMLTable_get_cellPadding().
HRESULT search_window_props | ( | HTMLInnerWindow * | This, |
BSTR | bstrName, | ||
DWORD | grfdex, | ||
DISPID * | pid | ||
) |
Definition at line 2513 of file htmlwindow.c.
Referenced by HTMLFrameElement_get_dispid(), HTMLIFrame_get_dispid(), and WindowDispEx_GetDispID().
void set_dirty | ( | HTMLDocument * | This, |
VARIANT_BOOL | dirty | ||
) |
Definition at line 81 of file editor.c.
Referenced by exec_setdirty(), and set_font_size().
void set_document_navigation | ( | HTMLDocumentObj * | doc, |
BOOL | doc_can_navigate | ||
) |
Definition at line 193 of file oleobj.c.
Referenced by handle_extern_mime_navigation(), and OleObject_SetClientSite().
void set_download_state | ( | HTMLDocumentObj * | doc, |
int | state | ||
) |
Definition at line 170 of file persist.c.
Referenced by handle_docobj_load(), navigate_javascript_proc(), and set_downloading_proc().
HRESULT set_frame_doc | ( | HTMLFrameBase * | frame, |
nsIDOMDocument * | nsdoc | ||
) |
Definition at line 26 of file htmlframebase.c.
Referenced by HTMLFrameElement_bind_to_tree(), and HTMLIFrame_bind_to_tree().
void set_ready_state | ( | HTMLOuterWindow * | window, |
READYSTATE | readystate | ||
) |
Definition at line 450 of file persist.c.
Referenced by handle_load(), on_start_nsrequest(), run_end_load(), and set_moniker().
void set_statustext | ( | HTMLDocumentObj * | doc, |
INT | id, | ||
LPCWSTR | arg | ||
) |
Definition at line 111 of file main.c.
Referenced by handle_load(), and set_downloading_proc().
HRESULT set_task_timer | ( | HTMLInnerWindow * | window, |
DWORD | msec, | ||
BOOL | interval, | ||
IDispatch * | disp, | ||
LONG * | id | ||
) |
Definition at line 169 of file task.c.
Referenced by window_set_timer().
void set_viewer_zoom | ( | NSContainer * | nscontainer, |
float | factor | ||
) |
Definition at line 1130 of file nsembed.c.
Referenced by exec_optical_zoom(), and load_settings().
HRESULT setup_edit_mode | ( | HTMLDocumentObj * | doc | ) |
Definition at line 1221 of file editor.c.
Referenced by exec_editmode(), and HTMLDocument_put_designMode().
void show_context_menu | ( | HTMLDocumentObj * | This, |
DWORD | dwID, | ||
POINT * | ppt, | ||
IDispatch * | elem | ||
) |
Definition at line 936 of file olecmd.c.
Referenced by nsContextMenuListener_OnShowContextMenu().
void show_tooltip | ( | HTMLDocumentObj * | This, |
DWORD | x, | ||
DWORD | y, | ||
LPCWSTR | text | ||
) |
Definition at line 368 of file view.c.
Referenced by nsTooltipListener_OnShowTooltip().
HRESULT start_binding | ( | HTMLInnerWindow * | inner_window, |
BSCallback * | bscallback, | ||
IBindCtx * | bctx | ||
) |
Definition at line 762 of file navigate.c.
Referenced by bind_script_to_text(), navigate_proc(), PersistMoniker_Load(), start_binding_proc(), start_doc_binding_proc(), and super_navigate().
void TargetContainer_Init | ( | HTMLDocumentObj * | This | ) |
HTMLElement * unsafe_impl_from_IHTMLElement | ( | IHTMLElement * | iface | ) |
Definition at line 1962 of file htmlelem.c.
Referenced by HTMLElement2_insertAdjacentElement(), HTMLElement_contains(), HTMLSelectElement_add(), and HTMLTxtRange_moveToElementText().
void update_doc | ( | HTMLDocument * | This, |
DWORD | flags | ||
) |
Definition at line 62 of file view.c.
Referenced by editor_exec_copy(), editor_exec_cut(), editor_exec_paste(), exec_bold(), exec_composesettings(), exec_delete(), exec_fontname(), exec_fontsize(), exec_forecolor(), exec_horizontalline(), exec_indent(), exec_italic(), exec_justifycenter(), exec_justifyleft(), exec_justifyright(), exec_orderlist(), exec_outdent(), exec_select_all(), exec_underline(), exec_unorderlist(), handle_keypress(), init_editor(), OleDocumentView_Show(), OleDocumentView_UIActivate(), prepare_for_binding(), and setup_edit_mode().
void update_title | ( | HTMLDocumentObj * | This | ) |
Definition at line 70 of file view.c.
Referenced by handle_load(), and on_timer().
HRESULT update_window_doc | ( | HTMLInnerWindow * | window | ) |
Definition at line 3033 of file htmlwindow.c.
Referenced by HTMLOuterWindow_Create(), and on_start_nsrequest().
Definition at line 142 of file htmlbody.c.
Referenced by HTMLBodyElement_put_aLink(), HTMLBodyElement_put_bgColor(), HTMLBodyElement_put_link(), HTMLBodyElement_put_text(), HTMLBodyElement_put_vLink(), HTMLTable_put_bgColor(), HTMLTableCell_put_bgColor(), and HTMLTableRow_put_bgColor().
|
inlinestatic |
Definition at line 1277 of file mshtml_private.h.
Referenced by set_uri_window().
|
inlinestatic |
Definition at line 1282 of file mshtml_private.h.
Referenced by nsURI_Release(), release_outer_window(), and set_uri_window().
WINE_DEFAULT_DEBUG_CHANNEL | ( | mshtml | ) |
Definition at line 311 of file ifacewrap.c.
Referenced by HTMLObjectElement_QI().
Definition at line 301 of file mshtml_private.h.
Definition at line 1137 of file mshtml_private.h.
Referenced by heap_strdupAtoW(), heap_strdupUtoW(), and heap_strndupW().