LCOV - code coverage report
Current view: directory - objdir/dist/include - nsIDOMPerformanceTiming.h (source / functions) Found Hit Coverage
Test: app.info Lines: 1 0 0.0 %
Date: 2012-06-02 Functions: 1 0 0.0 %

       1                 : /*
       2                 :  * DO NOT EDIT.  THIS FILE IS GENERATED FROM /builds/slave/m-beta-lnx-codecoverage/build/dom/interfaces/base/nsIDOMPerformanceTiming.idl
       3                 :  */
       4                 : 
       5                 : #ifndef __gen_nsIDOMPerformanceTiming_h__
       6                 : #define __gen_nsIDOMPerformanceTiming_h__
       7                 : 
       8                 : 
       9                 : #ifndef __gen_domstubs_h__
      10                 : #include "domstubs.h"
      11                 : #endif
      12                 : 
      13                 : /* For IDL files that don't want to include root IDL files. */
      14                 : #ifndef NS_NO_VTABLE
      15                 : #define NS_NO_VTABLE
      16                 : #endif
      17                 : 
      18                 : /* starting interface:    nsIDOMPerformanceTiming */
      19                 : #define NS_IDOMPERFORMANCETIMING_IID_STR "8e09c825-da49-4a39-876b-ce2ff767dbe1"
      20                 : 
      21                 : #define NS_IDOMPERFORMANCETIMING_IID \
      22                 :   {0x8e09c825, 0xda49, 0x4a39, \
      23                 :     { 0x87, 0x6b, 0xce, 0x2f, 0xf7, 0x67, 0xdb, 0xe1 }}
      24                 : 
      25               0 : class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMPerformanceTiming : public nsISupports {
      26                 :  public: 
      27                 : 
      28                 :   NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMPERFORMANCETIMING_IID)
      29                 : 
      30                 :   /* readonly attribute DOMTimeMilliSec navigationStart; */
      31                 :   NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart) = 0;
      32                 : 
      33                 :   /* readonly attribute DOMTimeMilliSec unloadEventStart; */
      34                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart) = 0;
      35                 : 
      36                 :   /* readonly attribute DOMTimeMilliSec unloadEventEnd; */
      37                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd) = 0;
      38                 : 
      39                 :   /* readonly attribute DOMTimeMilliSec redirectStart; */
      40                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart) = 0;
      41                 : 
      42                 :   /* readonly attribute DOMTimeMilliSec redirectEnd; */
      43                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd) = 0;
      44                 : 
      45                 :   /* readonly attribute DOMTimeMilliSec fetchStart; */
      46                 :   NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart) = 0;
      47                 : 
      48                 :   /* readonly attribute DOMTimeMilliSec domainLookupStart; */
      49                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart) = 0;
      50                 : 
      51                 :   /* readonly attribute DOMTimeMilliSec domainLookupEnd; */
      52                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd) = 0;
      53                 : 
      54                 :   /* readonly attribute DOMTimeMilliSec connectStart; */
      55                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart) = 0;
      56                 : 
      57                 :   /* readonly attribute DOMTimeMilliSec connectEnd; */
      58                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd) = 0;
      59                 : 
      60                 :   /* readonly attribute DOMTimeMilliSec requestStart; */
      61                 :   NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart) = 0;
      62                 : 
      63                 :   /* readonly attribute DOMTimeMilliSec responseStart; */
      64                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart) = 0;
      65                 : 
      66                 :   /* readonly attribute DOMTimeMilliSec responseEnd; */
      67                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd) = 0;
      68                 : 
      69                 :   /* readonly attribute DOMTimeMilliSec domLoading; */
      70                 :   NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading) = 0;
      71                 : 
      72                 :   /* readonly attribute DOMTimeMilliSec domInteractive; */
      73                 :   NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive) = 0;
      74                 : 
      75                 :   /* readonly attribute DOMTimeMilliSec domContentLoadedEventStart; */
      76                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart) = 0;
      77                 : 
      78                 :   /* readonly attribute DOMTimeMilliSec domContentLoadedEventEnd; */
      79                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd) = 0;
      80                 : 
      81                 :   /* readonly attribute DOMTimeMilliSec domComplete; */
      82                 :   NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete) = 0;
      83                 : 
      84                 :   /* readonly attribute DOMTimeMilliSec loadEventStart; */
      85                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart) = 0;
      86                 : 
      87                 :   /* readonly attribute DOMTimeMilliSec loadEventEnd; */
      88                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd) = 0;
      89                 : 
      90                 : };
      91                 : 
      92                 :   NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMPerformanceTiming, NS_IDOMPERFORMANCETIMING_IID)
      93                 : 
      94                 : /* Use this macro when declaring classes that implement this interface. */
      95                 : #define NS_DECL_NSIDOMPERFORMANCETIMING \
      96                 :   NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart); \
      97                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart); \
      98                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd); \
      99                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart); \
     100                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd); \
     101                 :   NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart); \
     102                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart); \
     103                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd); \
     104                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart); \
     105                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd); \
     106                 :   NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart); \
     107                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart); \
     108                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd); \
     109                 :   NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading); \
     110                 :   NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive); \
     111                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart); \
     112                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd); \
     113                 :   NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete); \
     114                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart); \
     115                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd); 
     116                 : 
     117                 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
     118                 : #define NS_FORWARD_NSIDOMPERFORMANCETIMING(_to) \
     119                 :   NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart) { return _to GetNavigationStart(aNavigationStart); } \
     120                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart) { return _to GetUnloadEventStart(aUnloadEventStart); } \
     121                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd) { return _to GetUnloadEventEnd(aUnloadEventEnd); } \
     122                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart) { return _to GetRedirectStart(aRedirectStart); } \
     123                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd) { return _to GetRedirectEnd(aRedirectEnd); } \
     124                 :   NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart) { return _to GetFetchStart(aFetchStart); } \
     125                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart) { return _to GetDomainLookupStart(aDomainLookupStart); } \
     126                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd) { return _to GetDomainLookupEnd(aDomainLookupEnd); } \
     127                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart) { return _to GetConnectStart(aConnectStart); } \
     128                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd) { return _to GetConnectEnd(aConnectEnd); } \
     129                 :   NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart) { return _to GetRequestStart(aRequestStart); } \
     130                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart) { return _to GetResponseStart(aResponseStart); } \
     131                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd) { return _to GetResponseEnd(aResponseEnd); } \
     132                 :   NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading) { return _to GetDomLoading(aDomLoading); } \
     133                 :   NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive) { return _to GetDomInteractive(aDomInteractive); } \
     134                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart) { return _to GetDomContentLoadedEventStart(aDomContentLoadedEventStart); } \
     135                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd) { return _to GetDomContentLoadedEventEnd(aDomContentLoadedEventEnd); } \
     136                 :   NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete) { return _to GetDomComplete(aDomComplete); } \
     137                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart) { return _to GetLoadEventStart(aLoadEventStart); } \
     138                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd) { return _to GetLoadEventEnd(aLoadEventEnd); } 
     139                 : 
     140                 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
     141                 : #define NS_FORWARD_SAFE_NSIDOMPERFORMANCETIMING(_to) \
     142                 :   NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNavigationStart(aNavigationStart); } \
     143                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnloadEventStart(aUnloadEventStart); } \
     144                 :   NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnloadEventEnd(aUnloadEventEnd); } \
     145                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRedirectStart(aRedirectStart); } \
     146                 :   NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRedirectEnd(aRedirectEnd); } \
     147                 :   NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFetchStart(aFetchStart); } \
     148                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupStart(aDomainLookupStart); } \
     149                 :   NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupEnd(aDomainLookupEnd); } \
     150                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectStart(aConnectStart); } \
     151                 :   NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectEnd(aConnectEnd); } \
     152                 :   NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequestStart(aRequestStart); } \
     153                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseStart(aResponseStart); } \
     154                 :   NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseEnd(aResponseEnd); } \
     155                 :   NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomLoading(aDomLoading); } \
     156                 :   NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomInteractive(aDomInteractive); } \
     157                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomContentLoadedEventStart(aDomContentLoadedEventStart); } \
     158                 :   NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomContentLoadedEventEnd(aDomContentLoadedEventEnd); } \
     159                 :   NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomComplete(aDomComplete); } \
     160                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadEventStart(aLoadEventStart); } \
     161                 :   NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadEventEnd(aLoadEventEnd); } 
     162                 : 
     163                 : #if 0
     164                 : /* Use the code below as a template for the implementation class for this interface. */
     165                 : 
     166                 : /* Header file */
     167                 : class nsDOMPerformanceTiming : public nsIDOMPerformanceTiming
     168                 : {
     169                 : public:
     170                 :   NS_DECL_ISUPPORTS
     171                 :   NS_DECL_NSIDOMPERFORMANCETIMING
     172                 : 
     173                 :   nsDOMPerformanceTiming();
     174                 : 
     175                 : private:
     176                 :   ~nsDOMPerformanceTiming();
     177                 : 
     178                 : protected:
     179                 :   /* additional members */
     180                 : };
     181                 : 
     182                 : /* Implementation file */
     183                 : NS_IMPL_ISUPPORTS1(nsDOMPerformanceTiming, nsIDOMPerformanceTiming)
     184                 : 
     185                 : nsDOMPerformanceTiming::nsDOMPerformanceTiming()
     186                 : {
     187                 :   /* member initializers and constructor code */
     188                 : }
     189                 : 
     190                 : nsDOMPerformanceTiming::~nsDOMPerformanceTiming()
     191                 : {
     192                 :   /* destructor code */
     193                 : }
     194                 : 
     195                 : /* readonly attribute DOMTimeMilliSec navigationStart; */
     196                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetNavigationStart(DOMTimeMilliSec *aNavigationStart)
     197                 : {
     198                 :     return NS_ERROR_NOT_IMPLEMENTED;
     199                 : }
     200                 : 
     201                 : /* readonly attribute DOMTimeMilliSec unloadEventStart; */
     202                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart)
     203                 : {
     204                 :     return NS_ERROR_NOT_IMPLEMENTED;
     205                 : }
     206                 : 
     207                 : /* readonly attribute DOMTimeMilliSec unloadEventEnd; */
     208                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd)
     209                 : {
     210                 :     return NS_ERROR_NOT_IMPLEMENTED;
     211                 : }
     212                 : 
     213                 : /* readonly attribute DOMTimeMilliSec redirectStart; */
     214                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetRedirectStart(DOMTimeMilliSec *aRedirectStart)
     215                 : {
     216                 :     return NS_ERROR_NOT_IMPLEMENTED;
     217                 : }
     218                 : 
     219                 : /* readonly attribute DOMTimeMilliSec redirectEnd; */
     220                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd)
     221                 : {
     222                 :     return NS_ERROR_NOT_IMPLEMENTED;
     223                 : }
     224                 : 
     225                 : /* readonly attribute DOMTimeMilliSec fetchStart; */
     226                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetFetchStart(DOMTimeMilliSec *aFetchStart)
     227                 : {
     228                 :     return NS_ERROR_NOT_IMPLEMENTED;
     229                 : }
     230                 : 
     231                 : /* readonly attribute DOMTimeMilliSec domainLookupStart; */
     232                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart)
     233                 : {
     234                 :     return NS_ERROR_NOT_IMPLEMENTED;
     235                 : }
     236                 : 
     237                 : /* readonly attribute DOMTimeMilliSec domainLookupEnd; */
     238                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd)
     239                 : {
     240                 :     return NS_ERROR_NOT_IMPLEMENTED;
     241                 : }
     242                 : 
     243                 : /* readonly attribute DOMTimeMilliSec connectStart; */
     244                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetConnectStart(DOMTimeMilliSec *aConnectStart)
     245                 : {
     246                 :     return NS_ERROR_NOT_IMPLEMENTED;
     247                 : }
     248                 : 
     249                 : /* readonly attribute DOMTimeMilliSec connectEnd; */
     250                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetConnectEnd(DOMTimeMilliSec *aConnectEnd)
     251                 : {
     252                 :     return NS_ERROR_NOT_IMPLEMENTED;
     253                 : }
     254                 : 
     255                 : /* readonly attribute DOMTimeMilliSec requestStart; */
     256                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetRequestStart(DOMTimeMilliSec *aRequestStart)
     257                 : {
     258                 :     return NS_ERROR_NOT_IMPLEMENTED;
     259                 : }
     260                 : 
     261                 : /* readonly attribute DOMTimeMilliSec responseStart; */
     262                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetResponseStart(DOMTimeMilliSec *aResponseStart)
     263                 : {
     264                 :     return NS_ERROR_NOT_IMPLEMENTED;
     265                 : }
     266                 : 
     267                 : /* readonly attribute DOMTimeMilliSec responseEnd; */
     268                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetResponseEnd(DOMTimeMilliSec *aResponseEnd)
     269                 : {
     270                 :     return NS_ERROR_NOT_IMPLEMENTED;
     271                 : }
     272                 : 
     273                 : /* readonly attribute DOMTimeMilliSec domLoading; */
     274                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetDomLoading(DOMTimeMilliSec *aDomLoading)
     275                 : {
     276                 :     return NS_ERROR_NOT_IMPLEMENTED;
     277                 : }
     278                 : 
     279                 : /* readonly attribute DOMTimeMilliSec domInteractive; */
     280                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetDomInteractive(DOMTimeMilliSec *aDomInteractive)
     281                 : {
     282                 :     return NS_ERROR_NOT_IMPLEMENTED;
     283                 : }
     284                 : 
     285                 : /* readonly attribute DOMTimeMilliSec domContentLoadedEventStart; */
     286                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart)
     287                 : {
     288                 :     return NS_ERROR_NOT_IMPLEMENTED;
     289                 : }
     290                 : 
     291                 : /* readonly attribute DOMTimeMilliSec domContentLoadedEventEnd; */
     292                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd)
     293                 : {
     294                 :     return NS_ERROR_NOT_IMPLEMENTED;
     295                 : }
     296                 : 
     297                 : /* readonly attribute DOMTimeMilliSec domComplete; */
     298                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetDomComplete(DOMTimeMilliSec *aDomComplete)
     299                 : {
     300                 :     return NS_ERROR_NOT_IMPLEMENTED;
     301                 : }
     302                 : 
     303                 : /* readonly attribute DOMTimeMilliSec loadEventStart; */
     304                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart)
     305                 : {
     306                 :     return NS_ERROR_NOT_IMPLEMENTED;
     307                 : }
     308                 : 
     309                 : /* readonly attribute DOMTimeMilliSec loadEventEnd; */
     310                 : NS_IMETHODIMP nsDOMPerformanceTiming::GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd)
     311                 : {
     312                 :     return NS_ERROR_NOT_IMPLEMENTED;
     313                 : }
     314                 : 
     315                 : /* End of implementation class template. */
     316                 : #endif
     317                 : 
     318                 : 
     319                 : #endif /* __gen_nsIDOMPerformanceTiming_h__ */

Generated by: LCOV version 1.7