|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/usr/lib64/xulrunner-devel-17.0.10/include/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/content/base/public/nsIImageLoadingContent.idl
*/
#ifndef __gen_nsIImageLoadingContent_h__
#define __gen_nsIImageLoadingContent_h__
#ifndef __gen_imgIDecoderObserver_h__
#include "imgIDecoderObserver.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class imgIRequest; /* forward declaration */
class nsIChannel; /* forward declaration */
class nsIStreamListener; /* forward declaration */
class nsIURI; /* forward declaration */
class nsIDocument; /* forward declaration */
class nsIFrame; /* forward declaration */
/* starting interface: nsIImageLoadingContent */
#define NS_IIMAGELOADINGCONTENT_IID_STR "4bf1a7c5-6edb-4191-a257-e31a90f6aa85"
#define NS_IIMAGELOADINGCONTENT_IID \
{0x4bf1a7c5, 0x6edb, 0x4191, \
{ 0xa2, 0x57, 0xe3, 0x1a, 0x90, 0xf6, 0xaa, 0x85 }}
class NS_NO_VTABLE nsIImageLoadingContent : public imgIDecoderObserver {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IIMAGELOADINGCONTENT_IID)
enum {
UNKNOWN_REQUEST = -1,
CURRENT_REQUEST = 0,
PENDING_REQUEST = 1
};
/* attribute boolean loadingEnabled; */
NS_IMETHOD GetLoadingEnabled(bool *aLoadingEnabled) = 0;
NS_IMETHOD SetLoadingEnabled(bool aLoadingEnabled) = 0;
/* readonly attribute short imageBlockingStatus; */
NS_IMETHOD GetImageBlockingStatus(int16_t *aImageBlockingStatus) = 0;
/* void addObserver (in imgIDecoderObserver aObserver); */
NS_IMETHOD AddObserver(imgIDecoderObserver *aObserver) = 0;
/* void removeObserver (in imgIDecoderObserver aObserver); */
NS_IMETHOD RemoveObserver(imgIDecoderObserver *aObserver) = 0;
/* imgIRequest getRequest (in long aRequestType); */
NS_IMETHOD GetRequest(int32_t aRequestType, imgIRequest * *_retval) = 0;
/* [notxpcom] void frameCreated (in nsIFrame aFrame); */
NS_IMETHOD_(void) FrameCreated(nsIFrame *aFrame) = 0;
/* [notxpcom] void frameDestroyed (in nsIFrame aFrame); */
NS_IMETHOD_(void) FrameDestroyed(nsIFrame *aFrame) = 0;
/* long getRequestType (in imgIRequest aRequest); */
NS_IMETHOD GetRequestType(imgIRequest *aRequest, int32_t *_retval) = 0;
/* readonly attribute nsIURI currentURI; */
NS_IMETHOD GetCurrentURI(nsIURI * *aCurrentURI) = 0;
/* nsIStreamListener loadImageWithChannel (in nsIChannel aChannel); */
NS_IMETHOD LoadImageWithChannel(nsIChannel *aChannel, nsIStreamListener * *_retval) = 0;
/* void forceReload (); */
NS_IMETHOD ForceReload(void) = 0;
/* void forceImageState (in boolean aForce, in unsigned long long aState); */
NS_IMETHOD ForceImageState(bool aForce, uint64_t aState) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIImageLoadingContent, NS_IIMAGELOADINGCONTENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIIMAGELOADINGCONTENT \
NS_IMETHOD GetLoadingEnabled(bool *aLoadingEnabled); \
NS_IMETHOD SetLoadingEnabled(bool aLoadingEnabled); \
NS_IMETHOD GetImageBlockingStatus(int16_t *aImageBlockingStatus); \
NS_IMETHOD AddObserver(imgIDecoderObserver *aObserver); \
NS_IMETHOD RemoveObserver(imgIDecoderObserver *aObserver); \
NS_IMETHOD GetRequest(int32_t aRequestType, imgIRequest * *_retval); \
NS_IMETHOD_(void) FrameCreated(nsIFrame *aFrame); \
NS_IMETHOD_(void) FrameDestroyed(nsIFrame *aFrame); \
NS_IMETHOD GetRequestType(imgIRequest *aRequest, int32_t *_retval); \
NS_IMETHOD GetCurrentURI(nsIURI * *aCurrentURI); \
NS_IMETHOD LoadImageWithChannel(nsIChannel *aChannel, nsIStreamListener * *_retval); \
NS_IMETHOD ForceReload(void); \
NS_IMETHOD ForceImageState(bool aForce, uint64_t aState);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIIMAGELOADINGCONTENT(_to) \
NS_IMETHOD GetLoadingEnabled(bool *aLoadingEnabled) { return _to GetLoadingEnabled(aLoadingEnabled); } \
NS_IMETHOD SetLoadingEnabled(bool aLoadingEnabled) { return _to SetLoadingEnabled(aLoadingEnabled); } \
NS_IMETHOD GetImageBlockingStatus(int16_t *aImageBlockingStatus) { return _to GetImageBlockingStatus(aImageBlockingStatus); } \
NS_IMETHOD AddObserver(imgIDecoderObserver *aObserver) { return _to AddObserver(aObserver); } \
NS_IMETHOD RemoveObserver(imgIDecoderObserver *aObserver) { return _to RemoveObserver(aObserver); } \
NS_IMETHOD GetRequest(int32_t aRequestType, imgIRequest * *_retval) { return _to GetRequest(aRequestType, _retval); } \
NS_IMETHOD_(void) FrameCreated(nsIFrame *aFrame) { return _to FrameCreated(aFrame); } \
NS_IMETHOD_(void) FrameDestroyed(nsIFrame *aFrame) { return _to FrameDestroyed(aFrame); } \
NS_IMETHOD GetRequestType(imgIRequest *aRequest, int32_t *_retval) { return _to GetRequestType(aRequest, _retval); } \
NS_IMETHOD GetCurrentURI(nsIURI * *aCurrentURI) { return _to GetCurrentURI(aCurrentURI); } \
NS_IMETHOD LoadImageWithChannel(nsIChannel *aChannel, nsIStreamListener * *_retval) { return _to LoadImageWithChannel(aChannel, _retval); } \
NS_IMETHOD ForceReload(void) { return _to ForceReload(); } \
NS_IMETHOD ForceImageState(bool aForce, uint64_t aState) { return _to ForceImageState(aForce, aState); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIIMAGELOADINGCONTENT(_to) \
NS_IMETHOD GetLoadingEnabled(bool *aLoadingEnabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadingEnabled(aLoadingEnabled); } \
NS_IMETHOD SetLoadingEnabled(bool aLoadingEnabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLoadingEnabled(aLoadingEnabled); } \
NS_IMETHOD GetImageBlockingStatus(int16_t *aImageBlockingStatus) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetImageBlockingStatus(aImageBlockingStatus); } \
NS_IMETHOD AddObserver(imgIDecoderObserver *aObserver) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddObserver(aObserver); } \
NS_IMETHOD RemoveObserver(imgIDecoderObserver *aObserver) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveObserver(aObserver); } \
NS_IMETHOD GetRequest(int32_t aRequestType, imgIRequest * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequest(aRequestType, _retval); } \
NS_IMETHOD_(void) FrameCreated(nsIFrame *aFrame) { return !_to ? NS_ERROR_NULL_POINTER : _to->FrameCreated(aFrame); } \
NS_IMETHOD_(void) FrameDestroyed(nsIFrame *aFrame) { return !_to ? NS_ERROR_NULL_POINTER : _to->FrameDestroyed(aFrame); } \
NS_IMETHOD GetRequestType(imgIRequest *aRequest, int32_t *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequestType(aRequest, _retval); } \
NS_IMETHOD GetCurrentURI(nsIURI * *aCurrentURI) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCurrentURI(aCurrentURI); } \
NS_IMETHOD LoadImageWithChannel(nsIChannel *aChannel, nsIStreamListener * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->LoadImageWithChannel(aChannel, _retval); } \
NS_IMETHOD ForceReload(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->ForceReload(); } \
NS_IMETHOD ForceImageState(bool aForce, uint64_t aState) { return !_to ? NS_ERROR_NULL_POINTER : _to->ForceImageState(aForce, aState); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsImageLoadingContent : public nsIImageLoadingContent
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIIMAGELOADINGCONTENT
nsImageLoadingContent();
private:
~nsImageLoadingContent();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsImageLoadingContent, nsIImageLoadingContent)
nsImageLoadingContent::nsImageLoadingContent()
{
/* member initializers and constructor code */
}
nsImageLoadingContent::~nsImageLoadingContent()
{
/* destructor code */
}
/* attribute boolean loadingEnabled; */
NS_IMETHODIMP nsImageLoadingContent::GetLoadingEnabled(bool *aLoadingEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsImageLoadingContent::SetLoadingEnabled(bool aLoadingEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute short imageBlockingStatus; */
NS_IMETHODIMP nsImageLoadingContent::GetImageBlockingStatus(int16_t *aImageBlockingStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addObserver (in imgIDecoderObserver aObserver); */
NS_IMETHODIMP nsImageLoadingContent::AddObserver(imgIDecoderObserver *aObserver)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void removeObserver (in imgIDecoderObserver aObserver); */
NS_IMETHODIMP nsImageLoadingContent::RemoveObserver(imgIDecoderObserver *aObserver)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* imgIRequest getRequest (in long aRequestType); */
NS_IMETHODIMP nsImageLoadingContent::GetRequest(int32_t aRequestType, imgIRequest * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] void frameCreated (in nsIFrame aFrame); */
NS_IMETHODIMP_(void) nsImageLoadingContent::FrameCreated(nsIFrame *aFrame)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] void frameDestroyed (in nsIFrame aFrame); */
NS_IMETHODIMP_(void) nsImageLoadingContent::FrameDestroyed(nsIFrame *aFrame)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* long getRequestType (in imgIRequest aRequest); */
NS_IMETHODIMP nsImageLoadingContent::GetRequestType(imgIRequest *aRequest, int32_t *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI currentURI; */
NS_IMETHODIMP nsImageLoadingContent::GetCurrentURI(nsIURI * *aCurrentURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIStreamListener loadImageWithChannel (in nsIChannel aChannel); */
NS_IMETHODIMP nsImageLoadingContent::LoadImageWithChannel(nsIChannel *aChannel, nsIStreamListener * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void forceReload (); */
NS_IMETHODIMP nsImageLoadingContent::ForceReload()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void forceImageState (in boolean aForce, in unsigned long long aState); */
NS_IMETHODIMP nsImageLoadingContent::ForceImageState(bool aForce, uint64_t aState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIImageLoadingContent_h__ */