KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :  /usr/include/xulrunner-17.0.10/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/include/xulrunner-17.0.10/nsIDOMClientRectList.h
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/dom/interfaces/base/nsIDOMClientRectList.idl
 */

#ifndef __gen_nsIDOMClientRectList_h__
#define __gen_nsIDOMClientRectList_h__


#ifndef __gen_domstubs_h__
#include "domstubs.h"
#endif

/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif

/* starting interface:    nsIDOMClientRectList */
#define NS_IDOMCLIENTRECTLIST_IID_STR "917da19d-62f5-441d-b47e-9e35f05639c9"

#define NS_IDOMCLIENTRECTLIST_IID \
  {0x917da19d, 0x62f5, 0x441d, \
    { 0xb4, 0x7e, 0x9e, 0x35, 0xf0, 0x56, 0x39, 0xc9 }}

class NS_NO_VTABLE nsIDOMClientRectList : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMCLIENTRECTLIST_IID)

  /* readonly attribute unsigned long length; */
  NS_IMETHOD GetLength(uint32_t *aLength) = 0;

  /* [forward(getItemAt),getter] nsIDOMClientRect item (in unsigned long index); */
  NS_IMETHOD Item(uint32_t index, nsIDOMClientRect * *_retval) = 0;

  /* [noscript,nostdcall,notxpcom] nsIDOMClientRect getItemAt (in unsigned long index); */
  virtual nsIDOMClientRect * GetItemAt(uint32_t index) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMClientRectList, NS_IDOMCLIENTRECTLIST_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMCLIENTRECTLIST \
  NS_IMETHOD GetLength(uint32_t *aLength); \
  NS_IMETHOD Item(uint32_t index, nsIDOMClientRect * *_retval); \
  virtual nsIDOMClientRect * GetItemAt(uint32_t index); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMCLIENTRECTLIST(_to) \
  NS_IMETHOD GetLength(uint32_t *aLength) { return _to GetLength(aLength); } \
  NS_IMETHOD Item(uint32_t index, nsIDOMClientRect * *_retval) { return _to Item(index, _retval); } \
  virtual nsIDOMClientRect * GetItemAt(uint32_t index) { return _to GetItemAt(index); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMCLIENTRECTLIST(_to) \
  NS_IMETHOD GetLength(uint32_t *aLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLength(aLength); } \
  NS_IMETHOD Item(uint32_t index, nsIDOMClientRect * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->Item(index, _retval); } \
  virtual nsIDOMClientRect * GetItemAt(uint32_t index) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetItemAt(index); } 

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class nsDOMClientRectList : public nsIDOMClientRectList
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIDOMCLIENTRECTLIST

  nsDOMClientRectList();

private:
  ~nsDOMClientRectList();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMClientRectList, nsIDOMClientRectList)

nsDOMClientRectList::nsDOMClientRectList()
{
  /* member initializers and constructor code */
}

nsDOMClientRectList::~nsDOMClientRectList()
{
  /* destructor code */
}

/* readonly attribute unsigned long length; */
NS_IMETHODIMP nsDOMClientRectList::GetLength(uint32_t *aLength)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [forward(getItemAt),getter] nsIDOMClientRect item (in unsigned long index); */
NS_IMETHODIMP nsDOMClientRectList::Item(uint32_t index, nsIDOMClientRect * *_retval)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript,nostdcall,notxpcom] nsIDOMClientRect getItemAt (in unsigned long index); */
nsIDOMClientRect * nsDOMClientRectList::GetItemAt(uint32_t index)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* End of implementation class template. */
#endif


#endif /* __gen_nsIDOMClientRectList_h__ */

Anon7 - 2021