ReactOS 0.4.15-dev-7934-g1dc8d80
HTMLInnerWindow Struct Reference

#include <mshtml_private.h>

Collaboration diagram for HTMLInnerWindow:

Public Attributes

HTMLWindow base
 
EventTarget event_target
 
HTMLDocumentNodedoc
 
struct list script_hosts
 
IHTMLEventObj * event
 
HTMLImageElementFactoryimage_factory
 
HTMLOptionElementFactoryoption_factory
 
HTMLXMLHttpRequestFactoryxhr_factory
 
IHTMLScreen * screen
 
OmHistoryhistory
 
IHTMLStorage * session_storage
 
unsigned parser_callback_cnt
 
struct list script_queue
 
global_prop_tglobal_props
 
DWORD global_prop_cnt
 
DWORD global_prop_size
 
LONG task_magic
 
HTMLLocationlocation
 
IMonikermon
 
nsChannelBSCbscallback
 
struct list bindings
 

Detailed Description

Definition at line 464 of file mshtml_private.h.

Member Data Documentation

◆ base

◆ bindings

struct list HTMLInnerWindow::bindings

Definition at line 494 of file mshtml_private.h.

◆ bscallback

nsChannelBSC* HTMLInnerWindow::bscallback

◆ doc

HTMLDocumentNode* HTMLInnerWindow::doc

Definition at line 468 of file mshtml_private.h.

Referenced by HTMLDocument_Create().

◆ event

IHTMLEventObj* HTMLInnerWindow::event

Definition at line 472 of file mshtml_private.h.

◆ event_target

EventTarget HTMLInnerWindow::event_target

Definition at line 466 of file mshtml_private.h.

Referenced by find_event_target().

◆ global_prop_cnt

DWORD HTMLInnerWindow::global_prop_cnt

Definition at line 485 of file mshtml_private.h.

◆ global_prop_size

DWORD HTMLInnerWindow::global_prop_size

Definition at line 486 of file mshtml_private.h.

◆ global_props

global_prop_t* HTMLInnerWindow::global_props

Definition at line 484 of file mshtml_private.h.

◆ history

OmHistory* HTMLInnerWindow::history

Definition at line 478 of file mshtml_private.h.

◆ image_factory

HTMLImageElementFactory* HTMLInnerWindow::image_factory

Definition at line 474 of file mshtml_private.h.

◆ location

HTMLLocation* HTMLInnerWindow::location

Definition at line 490 of file mshtml_private.h.

◆ mon

IMoniker* HTMLInnerWindow::mon

Definition at line 492 of file mshtml_private.h.

◆ option_factory

HTMLOptionElementFactory* HTMLInnerWindow::option_factory

Definition at line 475 of file mshtml_private.h.

◆ parser_callback_cnt

unsigned HTMLInnerWindow::parser_callback_cnt

Definition at line 481 of file mshtml_private.h.

Referenced by set_script_elem_readystate().

◆ screen

IHTMLScreen* HTMLInnerWindow::screen

Definition at line 477 of file mshtml_private.h.

◆ script_hosts

struct list HTMLInnerWindow::script_hosts

Definition at line 470 of file mshtml_private.h.

◆ script_queue

struct list HTMLInnerWindow::script_queue

Definition at line 482 of file mshtml_private.h.

◆ session_storage

IHTMLStorage* HTMLInnerWindow::session_storage

Definition at line 479 of file mshtml_private.h.

◆ task_magic

LONG HTMLInnerWindow::task_magic

◆ xhr_factory

HTMLXMLHttpRequestFactory* HTMLInnerWindow::xhr_factory

Definition at line 476 of file mshtml_private.h.


The documentation for this struct was generated from the following file: