Home
last modified time | relevance | path

Searched defs:nsChannelBSC (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dbinding.h97 struct nsChannelBSC { struct
98 BSCallback bsc;
100 nsChannel *nschannel;
101 nsIStreamListener *nslistener;
102 nsISupports *nscontext;
103 BOOL is_js;
104 BOOL is_doc_channel;
105 BOOL response_processed;
107 nsProtocolStream *nsstream;
H A Dmshtml_private.h413 typedef struct nsChannelBSC nsChannelBSC; typedef