ReactOS 0.4.16-dev-1-gcf26321
|
#include <mshtml_private.h>
Definition at line 771 of file mshtml_private.h.
HTMLDocument HTMLDocumentNode::basedoc |
Definition at line 773 of file mshtml_private.h.
Referenced by add_nsevent_listener(), alloc_doc_node(), create_child_collection(), create_doc_from_nsdoc(), create_document_fragment(), detach_nslistener(), find_event_target(), fire_event_obj(), handle_blur(), handle_focus(), handle_keypress(), handle_load(), HTMLDocument3_createDocumentFragment(), HTMLDocument_Create(), HTMLDOMNode_Init(), init_nsevents(), set_frame_doc(), and update_window_doc().
event_target_t* HTMLDocumentNode::body_event_target |
Definition at line 785 of file mshtml_private.h.
ICatInformation* HTMLDocumentNode::catmgr |
Definition at line 789 of file mshtml_private.h.
UINT HTMLDocumentNode::charset |
Definition at line 799 of file mshtml_private.h.
Referenced by get_document_charset().
BOOL HTMLDocumentNode::content_ready |
Definition at line 784 of file mshtml_private.h.
IHTMLDOMImplementation* HTMLDocumentNode::dom_implementation |
Definition at line 787 of file mshtml_private.h.
Referenced by HTMLDocument5_get_implementation().
WCHAR** HTMLDocumentNode::elem_vars |
Definition at line 793 of file mshtml_private.h.
unsigned HTMLDocumentNode::elem_vars_cnt |
Definition at line 795 of file mshtml_private.h.
unsigned HTMLDocumentNode::elem_vars_size |
Definition at line 794 of file mshtml_private.h.
BOOL* HTMLDocumentNode::event_vector |
Definition at line 791 of file mshtml_private.h.
Referenced by detach_events(), doc_init_events(), and ensure_doc_nsevent_handler().
IInternetHostSecurityManager HTMLDocumentNode::IInternetHostSecurityManager_iface |
Definition at line 775 of file mshtml_private.h.
Referenced by create_activex_object().
HTMLDOMNode HTMLDocumentNode::node |
Definition at line 772 of file mshtml_private.h.
Referenced by alloc_doc_node(), create_doc_from_nsdoc(), create_document_fragment(), create_element(), ensure_doc_nsevent_handler(), find_event_target(), fire_event_obj(), get_doc_event(), HTMLDocumentFragment_clone(), HTMLDOMNode_Init(), and set_doc_event().
nsIDOMHTMLDocument* HTMLDocumentNode::nsdoc |
Definition at line 783 of file mshtml_private.h.
Referenced by bind_event_scripts(), create_doc_from_nsdoc(), create_element(), create_nselem(), ensure_doc_nsevent_handler(), fire_event_obj(), get_doc_elem_by_id(), get_document_charset(), handle_load(), init_document_mutation(), release_document_mutation(), and run_insert_comment().
nsDocumentEventListener* HTMLDocumentNode::nsevent_listener |
Definition at line 790 of file mshtml_private.h.
Referenced by add_nsevent_listener(), call_event_handlers(), detach_nsevent(), init_nsevents(), and release_nsevents().
nsIDocumentObserver HTMLDocumentNode::nsIDocumentObserver_iface |
Definition at line 777 of file mshtml_private.h.
Referenced by init_document_mutation(), and release_document_mutation().
Definition at line 803 of file mshtml_private.h.
Referenced by alloc_doc_node(), and create_plugin_host().
Definition at line 802 of file mshtml_private.h.
Referenced by alloc_doc_node(), get_range_object(), and HTMLTxtRange_Create().
LONG HTMLDocumentNode::ref |
Definition at line 779 of file mshtml_private.h.
Referenced by alloc_doc_node().
Definition at line 801 of file mshtml_private.h.
Referenced by alloc_doc_node(), and HTMLSelectionObject_Create().
BOOL HTMLDocumentNode::skip_mutation_notif |
Definition at line 797 of file mshtml_private.h.
Referenced by load_nsuri().
HTMLInnerWindow* HTMLDocumentNode::window |
Definition at line 781 of file mshtml_private.h.
Referenced by alloc_doc_node(), check_event_attr(), create_activex_object(), create_document_fragment(), find_event_target(), fire_event_obj(), handle_load(), HTMLFormElement_submit(), parse_event_elem(), run_insert_script(), and set_script_elem_readystate().