#include <nsURILoader.h>
Inheritance diagram for nsURILoader:
Collaboration diagram for nsURILoader:Public Member Functions | |
| NS_DECL_NSIURILOADER NS_DECL_ISUPPORTS | nsURILoader () |
| ~nsURILoader () | |
Protected Member Functions | |
| nsresult | OpenChannel (nsIChannel *channel, PRUint32 aFlags, nsIInterfaceRequestor *aWindowContext, PRBool aChannelOpen, nsIStreamListener **aListener) |
| Equivalent to nsIURILoader::openChannel, but allows specifying whether the channel is opened already. | |
Protected Attributes | |
| nsCOMArray< nsIWeakReference > | m_listeners |
| we shouldn't need to have an owning ref count on registered content listeners because they are supposed to unregister themselves when they go away. | |
Friends | |
| class | nsDocumentOpenInfo |
| NS_DECL_NSIURILOADER NS_DECL_ISUPPORTS nsURILoader::nsURILoader | ( | ) |
| nsURILoader::~nsURILoader | ( | ) |
| nsresult nsURILoader::OpenChannel | ( | nsIChannel * | channel, | |
| PRUint32 | aFlags, | |||
| nsIInterfaceRequestor * | aWindowContext, | |||
| PRBool | aChannelOpen, | |||
| nsIStreamListener ** | aListener | |||
| ) | [protected] |
Equivalent to nsIURILoader::openChannel, but allows specifying whether the channel is opened already.
friend class nsDocumentOpenInfo [friend] |
nsCOMArray<nsIWeakReference> nsURILoader::m_listeners [protected] |
we shouldn't need to have an owning ref count on registered content listeners because they are supposed to unregister themselves when they go away.
This array stores weak references
1.7.1