|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mshtml_private.h>

Public Attributes | |
| HTMLWindow | base |
| EventTarget | event_target |
| HTMLDocumentNode * | doc |
| struct list | script_hosts |
| IHTMLEventObj * | event |
| HTMLImageElementFactory * | image_factory |
| HTMLOptionElementFactory * | option_factory |
| HTMLXMLHttpRequestFactory * | xhr_factory |
| IHTMLScreen * | screen |
| OmHistory * | history |
| IHTMLStorage * | session_storage |
| unsigned | parser_callback_cnt |
| struct list | script_queue |
| global_prop_t * | global_props |
| DWORD | global_prop_cnt |
| DWORD | global_prop_size |
| LONG | task_magic |
| HTMLLocation * | location |
| IMoniker * | mon |
| nsChannelBSC * | bscallback |
| struct list | bindings |
Definition at line 464 of file mshtml_private.h.
| HTMLWindow HTMLInnerWindow::base |
Definition at line 465 of file mshtml_private.h.
Referenced by async_start_doc_binding(), channelbsc_load_stream(), create_document_fragment(), create_pending_window(), handle_load(), HTMLFormElement_submit(), HTMLWindow_invoke(), and start_doc_binding_task_destr().
Definition at line 494 of file mshtml_private.h.
| nsChannelBSC* HTMLInnerWindow::bscallback |
Definition at line 493 of file mshtml_private.h.
Referenced by channelbsc_load_stream(), create_pending_window(), and start_doc_binding_proc().
| HTMLDocumentNode* HTMLInnerWindow::doc |
Definition at line 468 of file mshtml_private.h.
Referenced by HTMLDocument_Create().
| IHTMLEventObj* HTMLInnerWindow::event |
Definition at line 472 of file mshtml_private.h.
| EventTarget HTMLInnerWindow::event_target |
Definition at line 466 of file mshtml_private.h.
Referenced by find_event_target().
| DWORD HTMLInnerWindow::global_prop_cnt |
Definition at line 485 of file mshtml_private.h.
| DWORD HTMLInnerWindow::global_prop_size |
Definition at line 486 of file mshtml_private.h.
| global_prop_t* HTMLInnerWindow::global_props |
Definition at line 484 of file mshtml_private.h.
| OmHistory* HTMLInnerWindow::history |
Definition at line 478 of file mshtml_private.h.
| HTMLImageElementFactory* HTMLInnerWindow::image_factory |
Definition at line 474 of file mshtml_private.h.
| HTMLLocation* HTMLInnerWindow::location |
Definition at line 490 of file mshtml_private.h.
| IMoniker* HTMLInnerWindow::mon |
Definition at line 492 of file mshtml_private.h.
| HTMLOptionElementFactory* HTMLInnerWindow::option_factory |
Definition at line 475 of file mshtml_private.h.
| unsigned HTMLInnerWindow::parser_callback_cnt |
Definition at line 481 of file mshtml_private.h.
Referenced by set_script_elem_readystate().
| IHTMLScreen* HTMLInnerWindow::screen |
Definition at line 477 of file mshtml_private.h.
Definition at line 470 of file mshtml_private.h.
Definition at line 482 of file mshtml_private.h.
| IHTMLStorage* HTMLInnerWindow::session_storage |
Definition at line 479 of file mshtml_private.h.
| LONG HTMLInnerWindow::task_magic |
Definition at line 488 of file mshtml_private.h.
Referenced by async_start_doc_binding(), remove_target_tasks(), and set_script_elem_readystate().
| HTMLXMLHttpRequestFactory* HTMLInnerWindow::xhr_factory |
Definition at line 476 of file mshtml_private.h.