This file is indexed.

/usr/include/thunderbird-11.0.1/nsIDOMPerformanceTiming.h is in thunderbird-dev 11.0.1+build1-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mozilla/dom/interfaces/base/nsIDOMPerformanceTiming.idl
 */

#ifndef __gen_nsIDOMPerformanceTiming_h__
#define __gen_nsIDOMPerformanceTiming_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:    nsIDOMPerformanceTiming */
#define NS_IDOMPERFORMANCETIMING_IID_STR "8e09c825-da49-4a39-876b-ce2ff767dbe1"

#define NS_IDOMPERFORMANCETIMING_IID \
  {0x8e09c825, 0xda49, 0x4a39, \
    { 0x87, 0x6b, 0xce, 0x2f, 0xf7, 0x67, 0xdb, 0xe1 }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMPerformanceTiming : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMPERFORMANCETIMING_IID)

  /* readonly attribute DOMTimeMilliSec navigationStart; */
  NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart) = 0;

  /* readonly attribute DOMTimeMilliSec unloadEventStart; */
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart) = 0;

  /* readonly attribute DOMTimeMilliSec unloadEventEnd; */
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd) = 0;

  /* readonly attribute DOMTimeMilliSec redirectStart; */
  NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart) = 0;

  /* readonly attribute DOMTimeMilliSec redirectEnd; */
  NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd) = 0;

  /* readonly attribute DOMTimeMilliSec fetchStart; */
  NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart) = 0;

  /* readonly attribute DOMTimeMilliSec domainLookupStart; */
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart) = 0;

  /* readonly attribute DOMTimeMilliSec domainLookupEnd; */
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd) = 0;

  /* readonly attribute DOMTimeMilliSec connectStart; */
  NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart) = 0;

  /* readonly attribute DOMTimeMilliSec connectEnd; */
  NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd) = 0;

  /* readonly attribute DOMTimeMilliSec requestStart; */
  NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart) = 0;

  /* readonly attribute DOMTimeMilliSec responseStart; */
  NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart) = 0;

  /* readonly attribute DOMTimeMilliSec responseEnd; */
  NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd) = 0;

  /* readonly attribute DOMTimeMilliSec domLoading; */
  NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading) = 0;

  /* readonly attribute DOMTimeMilliSec domInteractive; */
  NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive) = 0;

  /* readonly attribute DOMTimeMilliSec domContentLoadedEventStart; */
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart) = 0;

  /* readonly attribute DOMTimeMilliSec domContentLoadedEventEnd; */
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd) = 0;

  /* readonly attribute DOMTimeMilliSec domComplete; */
  NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete) = 0;

  /* readonly attribute DOMTimeMilliSec loadEventStart; */
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart) = 0;

  /* readonly attribute DOMTimeMilliSec loadEventEnd; */
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMPerformanceTiming, NS_IDOMPERFORMANCETIMING_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMPERFORMANCETIMING \
  NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart); \
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart); \
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd); \
  NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart); \
  NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd); \
  NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart); \
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart); \
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd); \
  NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart); \
  NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd); \
  NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart); \
  NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart); \
  NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd); \
  NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading); \
  NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive); \
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart); \
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd); \
  NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete); \
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart); \
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMPERFORMANCETIMING(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart) { return _to GetNavigationStart(aNavigationStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart) { return _to GetUnloadEventStart(aUnloadEventStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd) { return _to GetUnloadEventEnd(aUnloadEventEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart) { return _to GetRedirectStart(aRedirectStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd) { return _to GetRedirectEnd(aRedirectEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart) { return _to GetFetchStart(aFetchStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart) { return _to GetDomainLookupStart(aDomainLookupStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd) { return _to GetDomainLookupEnd(aDomainLookupEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart) { return _to GetConnectStart(aConnectStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd) { return _to GetConnectEnd(aConnectEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart) { return _to GetRequestStart(aRequestStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart) { return _to GetResponseStart(aResponseStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd) { return _to GetResponseEnd(aResponseEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading) { return _to GetDomLoading(aDomLoading); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive) { return _to GetDomInteractive(aDomInteractive); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart) { return _to GetDomContentLoadedEventStart(aDomContentLoadedEventStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd) { return _to GetDomContentLoadedEventEnd(aDomContentLoadedEventEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete) { return _to GetDomComplete(aDomComplete); } \
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart) { return _to GetLoadEventStart(aLoadEventStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd) { return _to GetLoadEventEnd(aLoadEventEnd); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMPERFORMANCETIMING(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetNavigationStart(DOMTimeMilliSec *aNavigationStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNavigationStart(aNavigationStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnloadEventStart(aUnloadEventStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnloadEventEnd(aUnloadEventEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetRedirectStart(DOMTimeMilliSec *aRedirectStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRedirectStart(aRedirectStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRedirectEnd(aRedirectEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetFetchStart(DOMTimeMilliSec *aFetchStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFetchStart(aFetchStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupStart(aDomainLookupStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupEnd(aDomainLookupEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetConnectStart(DOMTimeMilliSec *aConnectStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectStart(aConnectStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetConnectEnd(DOMTimeMilliSec *aConnectEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectEnd(aConnectEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetRequestStart(DOMTimeMilliSec *aRequestStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequestStart(aRequestStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetResponseStart(DOMTimeMilliSec *aResponseStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseStart(aResponseStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetResponseEnd(DOMTimeMilliSec *aResponseEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseEnd(aResponseEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomLoading(DOMTimeMilliSec *aDomLoading) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomLoading(aDomLoading); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomInteractive(DOMTimeMilliSec *aDomInteractive) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomInteractive(aDomInteractive); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomContentLoadedEventStart(aDomContentLoadedEventStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomContentLoadedEventEnd(aDomContentLoadedEventEnd); } \
  NS_SCRIPTABLE NS_IMETHOD GetDomComplete(DOMTimeMilliSec *aDomComplete) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomComplete(aDomComplete); } \
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadEventStart(aLoadEventStart); } \
  NS_SCRIPTABLE NS_IMETHOD GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadEventEnd(aLoadEventEnd); } 

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

/* Header file */
class nsDOMPerformanceTiming : public nsIDOMPerformanceTiming
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIDOMPERFORMANCETIMING

  nsDOMPerformanceTiming();

private:
  ~nsDOMPerformanceTiming();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMPerformanceTiming, nsIDOMPerformanceTiming)

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

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

/* readonly attribute DOMTimeMilliSec navigationStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetNavigationStart(DOMTimeMilliSec *aNavigationStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec unloadEventStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetUnloadEventStart(DOMTimeMilliSec *aUnloadEventStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec unloadEventEnd; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetUnloadEventEnd(DOMTimeMilliSec *aUnloadEventEnd)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec redirectStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetRedirectStart(DOMTimeMilliSec *aRedirectStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec redirectEnd; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetRedirectEnd(DOMTimeMilliSec *aRedirectEnd)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec fetchStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetFetchStart(DOMTimeMilliSec *aFetchStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec domainLookupStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetDomainLookupStart(DOMTimeMilliSec *aDomainLookupStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec domainLookupEnd; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetDomainLookupEnd(DOMTimeMilliSec *aDomainLookupEnd)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec connectStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetConnectStart(DOMTimeMilliSec *aConnectStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec connectEnd; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetConnectEnd(DOMTimeMilliSec *aConnectEnd)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec requestStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetRequestStart(DOMTimeMilliSec *aRequestStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec responseStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetResponseStart(DOMTimeMilliSec *aResponseStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec responseEnd; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetResponseEnd(DOMTimeMilliSec *aResponseEnd)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec domLoading; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetDomLoading(DOMTimeMilliSec *aDomLoading)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec domInteractive; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetDomInteractive(DOMTimeMilliSec *aDomInteractive)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec domContentLoadedEventStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetDomContentLoadedEventStart(DOMTimeMilliSec *aDomContentLoadedEventStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec domContentLoadedEventEnd; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetDomContentLoadedEventEnd(DOMTimeMilliSec *aDomContentLoadedEventEnd)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec domComplete; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetDomComplete(DOMTimeMilliSec *aDomComplete)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec loadEventStart; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetLoadEventStart(DOMTimeMilliSec *aLoadEventStart)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute DOMTimeMilliSec loadEventEnd; */
NS_IMETHODIMP nsDOMPerformanceTiming::GetLoadEventEnd(DOMTimeMilliSec *aLoadEventEnd)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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


#endif /* __gen_nsIDOMPerformanceTiming_h__ */