|
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/21573/task/21573/root/usr/lib/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/nsIObjectLoadingContent.idl
*/
#ifndef __gen_nsIObjectLoadingContent_h__
#define __gen_nsIObjectLoadingContent_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIFrame; /* forward declaration */
class nsIObjectFrame; /* forward declaration */
class nsIPluginTag; /* forward declaration */
class nsIDOMElement; /* forward declaration */
class nsIDOMClientRect; /* forward declaration */
class nsIURI; /* forward declaration */
#include "nsNPAPIPluginInstance.h"
/* starting interface: nsIObjectLoadingContent */
#define NS_IOBJECTLOADINGCONTENT_IID_STR "a812424b-4820-4e28-96c8-dd2b69e36496"
#define NS_IOBJECTLOADINGCONTENT_IID \
{0xa812424b, 0x4820, 0x4e28, \
{ 0x96, 0xc8, 0xdd, 0x2b, 0x69, 0xe3, 0x64, 0x96 }}
class NS_NO_VTABLE nsIObjectLoadingContent : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IOBJECTLOADINGCONTENT_IID)
enum {
TYPE_LOADING = 0U,
TYPE_IMAGE = 1U,
TYPE_PLUGIN = 2U,
TYPE_DOCUMENT = 3U,
TYPE_NULL = 4U,
PLUGIN_UNSUPPORTED = 0U,
PLUGIN_ALTERNATE = 1U,
PLUGIN_DISABLED = 2U,
PLUGIN_BLOCKLISTED = 3U,
PLUGIN_OUTDATED = 4U,
PLUGIN_CRASHED = 5U,
PLUGIN_SUPPRESSED = 6U,
PLUGIN_USER_DISABLED = 7U,
PLUGIN_CLICK_TO_PLAY = 8U,
PLUGIN_VULNERABLE_UPDATABLE = 9U,
PLUGIN_VULNERABLE_NO_UPDATE = 10U,
PLUGIN_PLAY_PREVIEW = 11U
};
/* readonly attribute ACString actualType; */
NS_IMETHOD GetActualType(nsACString & aActualType) = 0;
/* readonly attribute unsigned long displayedType; */
NS_IMETHOD GetDisplayedType(uint32_t *aDisplayedType) = 0;
/* unsigned long getContentTypeForMIMEType (in AUTF8String aMimeType); */
NS_IMETHOD GetContentTypeForMIMEType(const nsACString & aMimeType, uint32_t *_retval) = 0;
/* [noscript] readonly attribute nsNPAPIPluginInstancePtr pluginInstance; */
NS_IMETHOD GetPluginInstance(nsNPAPIPluginInstance **aPluginInstance) = 0;
/* [noscript] void hasNewFrame (in nsIObjectFrame aFrame); */
NS_IMETHOD HasNewFrame(nsIObjectFrame *aFrame) = 0;
/* [noscript] void disconnectFrame (); */
NS_IMETHOD DisconnectFrame(void) = 0;
/* [noscript] nsIFrame getPrintFrame (); */
NS_IMETHOD GetPrintFrame(nsIFrame * *_retval) = 0;
/* [noscript] void pluginCrashed (in nsIPluginTag pluginTag, in AString pluginDumpID, in AString browserDumpID, in boolean submittedCrashReport); */
NS_IMETHOD PluginCrashed(nsIPluginTag *pluginTag, const nsAString & pluginDumpID, const nsAString & browserDumpID, bool submittedCrashReport) = 0;
/* void playPlugin (); */
NS_IMETHOD PlayPlugin(void) = 0;
/* readonly attribute boolean activated; */
NS_IMETHOD GetActivated(bool *aActivated) = 0;
/* [noscript] void stopPluginInstance (); */
NS_IMETHOD StopPluginInstance(void) = 0;
/* [noscript] void syncStartPluginInstance (); */
NS_IMETHOD SyncStartPluginInstance(void) = 0;
/* [noscript] void asyncStartPluginInstance (); */
NS_IMETHOD AsyncStartPluginInstance(void) = 0;
/* readonly attribute nsIURI srcURI; */
NS_IMETHOD GetSrcURI(nsIURI * *aSrcURI) = 0;
/* readonly attribute unsigned long pluginFallbackType; */
NS_IMETHOD GetPluginFallbackType(uint32_t *aPluginFallbackType) = 0;
/* void cancelPlayPreview (); */
NS_IMETHOD CancelPlayPreview(void) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIObjectLoadingContent, NS_IOBJECTLOADINGCONTENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIOBJECTLOADINGCONTENT \
NS_IMETHOD GetActualType(nsACString & aActualType); \
NS_IMETHOD GetDisplayedType(uint32_t *aDisplayedType); \
NS_IMETHOD GetContentTypeForMIMEType(const nsACString & aMimeType, uint32_t *_retval); \
NS_IMETHOD GetPluginInstance(nsNPAPIPluginInstance **aPluginInstance); \
NS_IMETHOD HasNewFrame(nsIObjectFrame *aFrame); \
NS_IMETHOD DisconnectFrame(void); \
NS_IMETHOD GetPrintFrame(nsIFrame * *_retval); \
NS_IMETHOD PluginCrashed(nsIPluginTag *pluginTag, const nsAString & pluginDumpID, const nsAString & browserDumpID, bool submittedCrashReport); \
NS_IMETHOD PlayPlugin(void); \
NS_IMETHOD GetActivated(bool *aActivated); \
NS_IMETHOD StopPluginInstance(void); \
NS_IMETHOD SyncStartPluginInstance(void); \
NS_IMETHOD AsyncStartPluginInstance(void); \
NS_IMETHOD GetSrcURI(nsIURI * *aSrcURI); \
NS_IMETHOD GetPluginFallbackType(uint32_t *aPluginFallbackType); \
NS_IMETHOD CancelPlayPreview(void);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIOBJECTLOADINGCONTENT(_to) \
NS_IMETHOD GetActualType(nsACString & aActualType) { return _to GetActualType(aActualType); } \
NS_IMETHOD GetDisplayedType(uint32_t *aDisplayedType) { return _to GetDisplayedType(aDisplayedType); } \
NS_IMETHOD GetContentTypeForMIMEType(const nsACString & aMimeType, uint32_t *_retval) { return _to GetContentTypeForMIMEType(aMimeType, _retval); } \
NS_IMETHOD GetPluginInstance(nsNPAPIPluginInstance **aPluginInstance) { return _to GetPluginInstance(aPluginInstance); } \
NS_IMETHOD HasNewFrame(nsIObjectFrame *aFrame) { return _to HasNewFrame(aFrame); } \
NS_IMETHOD DisconnectFrame(void) { return _to DisconnectFrame(); } \
NS_IMETHOD GetPrintFrame(nsIFrame * *_retval) { return _to GetPrintFrame(_retval); } \
NS_IMETHOD PluginCrashed(nsIPluginTag *pluginTag, const nsAString & pluginDumpID, const nsAString & browserDumpID, bool submittedCrashReport) { return _to PluginCrashed(pluginTag, pluginDumpID, browserDumpID, submittedCrashReport); } \
NS_IMETHOD PlayPlugin(void) { return _to PlayPlugin(); } \
NS_IMETHOD GetActivated(bool *aActivated) { return _to GetActivated(aActivated); } \
NS_IMETHOD StopPluginInstance(void) { return _to StopPluginInstance(); } \
NS_IMETHOD SyncStartPluginInstance(void) { return _to SyncStartPluginInstance(); } \
NS_IMETHOD AsyncStartPluginInstance(void) { return _to AsyncStartPluginInstance(); } \
NS_IMETHOD GetSrcURI(nsIURI * *aSrcURI) { return _to GetSrcURI(aSrcURI); } \
NS_IMETHOD GetPluginFallbackType(uint32_t *aPluginFallbackType) { return _to GetPluginFallbackType(aPluginFallbackType); } \
NS_IMETHOD CancelPlayPreview(void) { return _to CancelPlayPreview(); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIOBJECTLOADINGCONTENT(_to) \
NS_IMETHOD GetActualType(nsACString & aActualType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetActualType(aActualType); } \
NS_IMETHOD GetDisplayedType(uint32_t *aDisplayedType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDisplayedType(aDisplayedType); } \
NS_IMETHOD GetContentTypeForMIMEType(const nsACString & aMimeType, uint32_t *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContentTypeForMIMEType(aMimeType, _retval); } \
NS_IMETHOD GetPluginInstance(nsNPAPIPluginInstance **aPluginInstance) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPluginInstance(aPluginInstance); } \
NS_IMETHOD HasNewFrame(nsIObjectFrame *aFrame) { return !_to ? NS_ERROR_NULL_POINTER : _to->HasNewFrame(aFrame); } \
NS_IMETHOD DisconnectFrame(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->DisconnectFrame(); } \
NS_IMETHOD GetPrintFrame(nsIFrame * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintFrame(_retval); } \
NS_IMETHOD PluginCrashed(nsIPluginTag *pluginTag, const nsAString & pluginDumpID, const nsAString & browserDumpID, bool submittedCrashReport) { return !_to ? NS_ERROR_NULL_POINTER : _to->PluginCrashed(pluginTag, pluginDumpID, browserDumpID, submittedCrashReport); } \
NS_IMETHOD PlayPlugin(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->PlayPlugin(); } \
NS_IMETHOD GetActivated(bool *aActivated) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetActivated(aActivated); } \
NS_IMETHOD StopPluginInstance(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->StopPluginInstance(); } \
NS_IMETHOD SyncStartPluginInstance(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->SyncStartPluginInstance(); } \
NS_IMETHOD AsyncStartPluginInstance(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->AsyncStartPluginInstance(); } \
NS_IMETHOD GetSrcURI(nsIURI * *aSrcURI) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSrcURI(aSrcURI); } \
NS_IMETHOD GetPluginFallbackType(uint32_t *aPluginFallbackType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPluginFallbackType(aPluginFallbackType); } \
NS_IMETHOD CancelPlayPreview(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->CancelPlayPreview(); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsObjectLoadingContent : public nsIObjectLoadingContent
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIOBJECTLOADINGCONTENT
nsObjectLoadingContent();
private:
~nsObjectLoadingContent();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsObjectLoadingContent, nsIObjectLoadingContent)
nsObjectLoadingContent::nsObjectLoadingContent()
{
/* member initializers and constructor code */
}
nsObjectLoadingContent::~nsObjectLoadingContent()
{
/* destructor code */
}
/* readonly attribute ACString actualType; */
NS_IMETHODIMP nsObjectLoadingContent::GetActualType(nsACString & aActualType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long displayedType; */
NS_IMETHODIMP nsObjectLoadingContent::GetDisplayedType(uint32_t *aDisplayedType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* unsigned long getContentTypeForMIMEType (in AUTF8String aMimeType); */
NS_IMETHODIMP nsObjectLoadingContent::GetContentTypeForMIMEType(const nsACString & aMimeType, uint32_t *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] readonly attribute nsNPAPIPluginInstancePtr pluginInstance; */
NS_IMETHODIMP nsObjectLoadingContent::GetPluginInstance(nsNPAPIPluginInstance **aPluginInstance)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void hasNewFrame (in nsIObjectFrame aFrame); */
NS_IMETHODIMP nsObjectLoadingContent::HasNewFrame(nsIObjectFrame *aFrame)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void disconnectFrame (); */
NS_IMETHODIMP nsObjectLoadingContent::DisconnectFrame()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] nsIFrame getPrintFrame (); */
NS_IMETHODIMP nsObjectLoadingContent::GetPrintFrame(nsIFrame * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void pluginCrashed (in nsIPluginTag pluginTag, in AString pluginDumpID, in AString browserDumpID, in boolean submittedCrashReport); */
NS_IMETHODIMP nsObjectLoadingContent::PluginCrashed(nsIPluginTag *pluginTag, const nsAString & pluginDumpID, const nsAString & browserDumpID, bool submittedCrashReport)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void playPlugin (); */
NS_IMETHODIMP nsObjectLoadingContent::PlayPlugin()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean activated; */
NS_IMETHODIMP nsObjectLoadingContent::GetActivated(bool *aActivated)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void stopPluginInstance (); */
NS_IMETHODIMP nsObjectLoadingContent::StopPluginInstance()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void syncStartPluginInstance (); */
NS_IMETHODIMP nsObjectLoadingContent::SyncStartPluginInstance()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void asyncStartPluginInstance (); */
NS_IMETHODIMP nsObjectLoadingContent::AsyncStartPluginInstance()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI srcURI; */
NS_IMETHODIMP nsObjectLoadingContent::GetSrcURI(nsIURI * *aSrcURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long pluginFallbackType; */
NS_IMETHODIMP nsObjectLoadingContent::GetPluginFallbackType(uint32_t *aPluginFallbackType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void cancelPlayPreview (); */
NS_IMETHODIMP nsObjectLoadingContent::CancelPlayPreview()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIObjectLoadingContent_h__ */