Home | History | Annotate | Download | only in page

Lines Matching refs:readonly

35         readonly attribute unsigned long long navigationStart;
36 readonly attribute unsigned long long unloadEventStart;
37 readonly attribute unsigned long long unloadEventEnd;
38 readonly attribute unsigned long long redirectStart;
39 readonly attribute unsigned long long redirectEnd;
40 readonly attribute unsigned long long fetchStart;
41 readonly attribute unsigned long long domainLookupStart;
42 readonly attribute unsigned long long domainLookupEnd;
43 readonly attribute unsigned long long connectStart;
44 readonly attribute unsigned long long connectEnd;
45 readonly attribute unsigned long long secureConnectionStart;
46 readonly attribute unsigned long long requestStart;
47 readonly attribute unsigned long long responseStart;
48 readonly attribute unsigned long long responseEnd;
49 readonly attribute unsigned long long domLoading;
50 readonly attribute unsigned long long domInteractive;
51 readonly attribute unsigned long long domContentLoadedEventStart;
52 readonly attribute unsigned long long domContentLoadedEventEnd;
53 readonly attribute unsigned long long domComplete;
54 readonly attribute unsigned long long loadEventStart;
55 readonly attribute unsigned long long loadEventEnd;