1 : /*
2 : * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/m-beta-lnx-codecoverage/build/dom/interfaces/html/nsIDOMHTMLFrameSetElement.idl
3 : */
4 :
5 : #ifndef __gen_nsIDOMHTMLFrameSetElement_h__
6 : #define __gen_nsIDOMHTMLFrameSetElement_h__
7 :
8 :
9 : #ifndef __gen_nsIDOMHTMLElement_h__
10 : #include "nsIDOMHTMLElement.h"
11 : #endif
12 :
13 : #include "jspubtd.h"
14 :
15 : /* For IDL files that don't want to include root IDL files. */
16 : #ifndef NS_NO_VTABLE
17 : #define NS_NO_VTABLE
18 : #endif
19 : #include "jspubtd.h"
20 :
21 : /* starting interface: nsIDOMHTMLFrameSetElement */
22 : #define NS_IDOMHTMLFRAMESETELEMENT_IID_STR "6eefbe6d-182c-42e9-9850-af1892b6f2e4"
23 :
24 : #define NS_IDOMHTMLFRAMESETELEMENT_IID \
25 : {0x6eefbe6d, 0x182c, 0x42e9, \
26 : { 0x98, 0x50, 0xaf, 0x18, 0x92, 0xb6, 0xf2, 0xe4 }}
27 :
28 0 : class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMHTMLFrameSetElement : public nsIDOMHTMLElement {
29 : public:
30 :
31 : NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMHTMLFRAMESETELEMENT_IID)
32 :
33 : /* attribute DOMString cols; */
34 : NS_SCRIPTABLE NS_IMETHOD GetCols(nsAString & aCols) = 0;
35 : NS_SCRIPTABLE NS_IMETHOD SetCols(const nsAString & aCols) = 0;
36 :
37 : /* attribute DOMString rows; */
38 : NS_SCRIPTABLE NS_IMETHOD GetRows(nsAString & aRows) = 0;
39 : NS_SCRIPTABLE NS_IMETHOD SetRows(const nsAString & aRows) = 0;
40 :
41 : /* [implicit_jscontext] attribute jsval onafterprint; */
42 : NS_SCRIPTABLE NS_IMETHOD GetOnafterprint(JSContext* cx, JS::Value *aOnafterprint) = 0;
43 : NS_SCRIPTABLE NS_IMETHOD SetOnafterprint(JSContext* cx, const JS::Value & aOnafterprint) = 0;
44 :
45 : /* [implicit_jscontext] attribute jsval onbeforeprint; */
46 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeprint(JSContext* cx, JS::Value *aOnbeforeprint) = 0;
47 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeprint(JSContext* cx, const JS::Value & aOnbeforeprint) = 0;
48 :
49 : /* [implicit_jscontext] attribute jsval onbeforeunload; */
50 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeunload(JSContext* cx, JS::Value *aOnbeforeunload) = 0;
51 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeunload(JSContext* cx, const JS::Value & aOnbeforeunload) = 0;
52 :
53 : /* [implicit_jscontext] attribute jsval onhashchange; */
54 : NS_SCRIPTABLE NS_IMETHOD GetOnhashchange(JSContext* cx, JS::Value *aOnhashchange) = 0;
55 : NS_SCRIPTABLE NS_IMETHOD SetOnhashchange(JSContext* cx, const JS::Value & aOnhashchange) = 0;
56 :
57 : /* [implicit_jscontext] attribute jsval onmessage; */
58 : NS_SCRIPTABLE NS_IMETHOD GetOnmessage(JSContext* cx, JS::Value *aOnmessage) = 0;
59 : NS_SCRIPTABLE NS_IMETHOD SetOnmessage(JSContext* cx, const JS::Value & aOnmessage) = 0;
60 :
61 : /* [implicit_jscontext] attribute jsval onoffline; */
62 : NS_SCRIPTABLE NS_IMETHOD GetOnoffline(JSContext* cx, JS::Value *aOnoffline) = 0;
63 : NS_SCRIPTABLE NS_IMETHOD SetOnoffline(JSContext* cx, const JS::Value & aOnoffline) = 0;
64 :
65 : /* [implicit_jscontext] attribute jsval ononline; */
66 : NS_SCRIPTABLE NS_IMETHOD GetOnonline(JSContext* cx, JS::Value *aOnonline) = 0;
67 : NS_SCRIPTABLE NS_IMETHOD SetOnonline(JSContext* cx, const JS::Value & aOnonline) = 0;
68 :
69 : /* [implicit_jscontext] attribute jsval onpagehide; */
70 : NS_SCRIPTABLE NS_IMETHOD GetOnpagehide(JSContext* cx, JS::Value *aOnpagehide) = 0;
71 : NS_SCRIPTABLE NS_IMETHOD SetOnpagehide(JSContext* cx, const JS::Value & aOnpagehide) = 0;
72 :
73 : /* [implicit_jscontext] attribute jsval onpageshow; */
74 : NS_SCRIPTABLE NS_IMETHOD GetOnpageshow(JSContext* cx, JS::Value *aOnpageshow) = 0;
75 : NS_SCRIPTABLE NS_IMETHOD SetOnpageshow(JSContext* cx, const JS::Value & aOnpageshow) = 0;
76 :
77 : /* [implicit_jscontext] attribute jsval onpopstate; */
78 : NS_SCRIPTABLE NS_IMETHOD GetOnpopstate(JSContext* cx, JS::Value *aOnpopstate) = 0;
79 : NS_SCRIPTABLE NS_IMETHOD SetOnpopstate(JSContext* cx, const JS::Value & aOnpopstate) = 0;
80 :
81 : /* [implicit_jscontext] attribute jsval onresize; */
82 : NS_SCRIPTABLE NS_IMETHOD GetOnresize(JSContext* cx, JS::Value *aOnresize) = 0;
83 : NS_SCRIPTABLE NS_IMETHOD SetOnresize(JSContext* cx, const JS::Value & aOnresize) = 0;
84 :
85 : /* [implicit_jscontext] attribute jsval onunload; */
86 : NS_SCRIPTABLE NS_IMETHOD GetOnunload(JSContext* cx, JS::Value *aOnunload) = 0;
87 : NS_SCRIPTABLE NS_IMETHOD SetOnunload(JSContext* cx, const JS::Value & aOnunload) = 0;
88 :
89 : };
90 :
91 : NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMHTMLFrameSetElement, NS_IDOMHTMLFRAMESETELEMENT_IID)
92 :
93 : /* Use this macro when declaring classes that implement this interface. */
94 : #define NS_DECL_NSIDOMHTMLFRAMESETELEMENT \
95 : NS_SCRIPTABLE NS_IMETHOD GetCols(nsAString & aCols); \
96 : NS_SCRIPTABLE NS_IMETHOD SetCols(const nsAString & aCols); \
97 : NS_SCRIPTABLE NS_IMETHOD GetRows(nsAString & aRows); \
98 : NS_SCRIPTABLE NS_IMETHOD SetRows(const nsAString & aRows); \
99 : NS_SCRIPTABLE NS_IMETHOD GetOnafterprint(JSContext* cx, JS::Value *aOnafterprint); \
100 : NS_SCRIPTABLE NS_IMETHOD SetOnafterprint(JSContext* cx, const JS::Value & aOnafterprint); \
101 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeprint(JSContext* cx, JS::Value *aOnbeforeprint); \
102 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeprint(JSContext* cx, const JS::Value & aOnbeforeprint); \
103 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeunload(JSContext* cx, JS::Value *aOnbeforeunload); \
104 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeunload(JSContext* cx, const JS::Value & aOnbeforeunload); \
105 : NS_SCRIPTABLE NS_IMETHOD GetOnhashchange(JSContext* cx, JS::Value *aOnhashchange); \
106 : NS_SCRIPTABLE NS_IMETHOD SetOnhashchange(JSContext* cx, const JS::Value & aOnhashchange); \
107 : NS_SCRIPTABLE NS_IMETHOD GetOnmessage(JSContext* cx, JS::Value *aOnmessage); \
108 : NS_SCRIPTABLE NS_IMETHOD SetOnmessage(JSContext* cx, const JS::Value & aOnmessage); \
109 : NS_SCRIPTABLE NS_IMETHOD GetOnoffline(JSContext* cx, JS::Value *aOnoffline); \
110 : NS_SCRIPTABLE NS_IMETHOD SetOnoffline(JSContext* cx, const JS::Value & aOnoffline); \
111 : NS_SCRIPTABLE NS_IMETHOD GetOnonline(JSContext* cx, JS::Value *aOnonline); \
112 : NS_SCRIPTABLE NS_IMETHOD SetOnonline(JSContext* cx, const JS::Value & aOnonline); \
113 : NS_SCRIPTABLE NS_IMETHOD GetOnpagehide(JSContext* cx, JS::Value *aOnpagehide); \
114 : NS_SCRIPTABLE NS_IMETHOD SetOnpagehide(JSContext* cx, const JS::Value & aOnpagehide); \
115 : NS_SCRIPTABLE NS_IMETHOD GetOnpageshow(JSContext* cx, JS::Value *aOnpageshow); \
116 : NS_SCRIPTABLE NS_IMETHOD SetOnpageshow(JSContext* cx, const JS::Value & aOnpageshow); \
117 : NS_SCRIPTABLE NS_IMETHOD GetOnpopstate(JSContext* cx, JS::Value *aOnpopstate); \
118 : NS_SCRIPTABLE NS_IMETHOD SetOnpopstate(JSContext* cx, const JS::Value & aOnpopstate); \
119 : NS_SCRIPTABLE NS_IMETHOD GetOnresize(JSContext* cx, JS::Value *aOnresize); \
120 : NS_SCRIPTABLE NS_IMETHOD SetOnresize(JSContext* cx, const JS::Value & aOnresize); \
121 : NS_SCRIPTABLE NS_IMETHOD GetOnunload(JSContext* cx, JS::Value *aOnunload); \
122 : NS_SCRIPTABLE NS_IMETHOD SetOnunload(JSContext* cx, const JS::Value & aOnunload);
123 :
124 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
125 : #define NS_FORWARD_NSIDOMHTMLFRAMESETELEMENT(_to) \
126 : NS_SCRIPTABLE NS_IMETHOD GetCols(nsAString & aCols) { return _to GetCols(aCols); } \
127 : NS_SCRIPTABLE NS_IMETHOD SetCols(const nsAString & aCols) { return _to SetCols(aCols); } \
128 : NS_SCRIPTABLE NS_IMETHOD GetRows(nsAString & aRows) { return _to GetRows(aRows); } \
129 : NS_SCRIPTABLE NS_IMETHOD SetRows(const nsAString & aRows) { return _to SetRows(aRows); } \
130 : NS_SCRIPTABLE NS_IMETHOD GetOnafterprint(JSContext* cx, JS::Value *aOnafterprint) { return _to GetOnafterprint(cx, aOnafterprint); } \
131 : NS_SCRIPTABLE NS_IMETHOD SetOnafterprint(JSContext* cx, const JS::Value & aOnafterprint) { return _to SetOnafterprint(cx, aOnafterprint); } \
132 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeprint(JSContext* cx, JS::Value *aOnbeforeprint) { return _to GetOnbeforeprint(cx, aOnbeforeprint); } \
133 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeprint(JSContext* cx, const JS::Value & aOnbeforeprint) { return _to SetOnbeforeprint(cx, aOnbeforeprint); } \
134 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeunload(JSContext* cx, JS::Value *aOnbeforeunload) { return _to GetOnbeforeunload(cx, aOnbeforeunload); } \
135 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeunload(JSContext* cx, const JS::Value & aOnbeforeunload) { return _to SetOnbeforeunload(cx, aOnbeforeunload); } \
136 : NS_SCRIPTABLE NS_IMETHOD GetOnhashchange(JSContext* cx, JS::Value *aOnhashchange) { return _to GetOnhashchange(cx, aOnhashchange); } \
137 : NS_SCRIPTABLE NS_IMETHOD SetOnhashchange(JSContext* cx, const JS::Value & aOnhashchange) { return _to SetOnhashchange(cx, aOnhashchange); } \
138 : NS_SCRIPTABLE NS_IMETHOD GetOnmessage(JSContext* cx, JS::Value *aOnmessage) { return _to GetOnmessage(cx, aOnmessage); } \
139 : NS_SCRIPTABLE NS_IMETHOD SetOnmessage(JSContext* cx, const JS::Value & aOnmessage) { return _to SetOnmessage(cx, aOnmessage); } \
140 : NS_SCRIPTABLE NS_IMETHOD GetOnoffline(JSContext* cx, JS::Value *aOnoffline) { return _to GetOnoffline(cx, aOnoffline); } \
141 : NS_SCRIPTABLE NS_IMETHOD SetOnoffline(JSContext* cx, const JS::Value & aOnoffline) { return _to SetOnoffline(cx, aOnoffline); } \
142 : NS_SCRIPTABLE NS_IMETHOD GetOnonline(JSContext* cx, JS::Value *aOnonline) { return _to GetOnonline(cx, aOnonline); } \
143 : NS_SCRIPTABLE NS_IMETHOD SetOnonline(JSContext* cx, const JS::Value & aOnonline) { return _to SetOnonline(cx, aOnonline); } \
144 : NS_SCRIPTABLE NS_IMETHOD GetOnpagehide(JSContext* cx, JS::Value *aOnpagehide) { return _to GetOnpagehide(cx, aOnpagehide); } \
145 : NS_SCRIPTABLE NS_IMETHOD SetOnpagehide(JSContext* cx, const JS::Value & aOnpagehide) { return _to SetOnpagehide(cx, aOnpagehide); } \
146 : NS_SCRIPTABLE NS_IMETHOD GetOnpageshow(JSContext* cx, JS::Value *aOnpageshow) { return _to GetOnpageshow(cx, aOnpageshow); } \
147 : NS_SCRIPTABLE NS_IMETHOD SetOnpageshow(JSContext* cx, const JS::Value & aOnpageshow) { return _to SetOnpageshow(cx, aOnpageshow); } \
148 : NS_SCRIPTABLE NS_IMETHOD GetOnpopstate(JSContext* cx, JS::Value *aOnpopstate) { return _to GetOnpopstate(cx, aOnpopstate); } \
149 : NS_SCRIPTABLE NS_IMETHOD SetOnpopstate(JSContext* cx, const JS::Value & aOnpopstate) { return _to SetOnpopstate(cx, aOnpopstate); } \
150 : NS_SCRIPTABLE NS_IMETHOD GetOnresize(JSContext* cx, JS::Value *aOnresize) { return _to GetOnresize(cx, aOnresize); } \
151 : NS_SCRIPTABLE NS_IMETHOD SetOnresize(JSContext* cx, const JS::Value & aOnresize) { return _to SetOnresize(cx, aOnresize); } \
152 : NS_SCRIPTABLE NS_IMETHOD GetOnunload(JSContext* cx, JS::Value *aOnunload) { return _to GetOnunload(cx, aOnunload); } \
153 : NS_SCRIPTABLE NS_IMETHOD SetOnunload(JSContext* cx, const JS::Value & aOnunload) { return _to SetOnunload(cx, aOnunload); }
154 :
155 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
156 : #define NS_FORWARD_SAFE_NSIDOMHTMLFRAMESETELEMENT(_to) \
157 : NS_SCRIPTABLE NS_IMETHOD GetCols(nsAString & aCols) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCols(aCols); } \
158 : NS_SCRIPTABLE NS_IMETHOD SetCols(const nsAString & aCols) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCols(aCols); } \
159 : NS_SCRIPTABLE NS_IMETHOD GetRows(nsAString & aRows) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRows(aRows); } \
160 : NS_SCRIPTABLE NS_IMETHOD SetRows(const nsAString & aRows) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRows(aRows); } \
161 : NS_SCRIPTABLE NS_IMETHOD GetOnafterprint(JSContext* cx, JS::Value *aOnafterprint) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnafterprint(cx, aOnafterprint); } \
162 : NS_SCRIPTABLE NS_IMETHOD SetOnafterprint(JSContext* cx, const JS::Value & aOnafterprint) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnafterprint(cx, aOnafterprint); } \
163 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeprint(JSContext* cx, JS::Value *aOnbeforeprint) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnbeforeprint(cx, aOnbeforeprint); } \
164 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeprint(JSContext* cx, const JS::Value & aOnbeforeprint) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnbeforeprint(cx, aOnbeforeprint); } \
165 : NS_SCRIPTABLE NS_IMETHOD GetOnbeforeunload(JSContext* cx, JS::Value *aOnbeforeunload) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnbeforeunload(cx, aOnbeforeunload); } \
166 : NS_SCRIPTABLE NS_IMETHOD SetOnbeforeunload(JSContext* cx, const JS::Value & aOnbeforeunload) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnbeforeunload(cx, aOnbeforeunload); } \
167 : NS_SCRIPTABLE NS_IMETHOD GetOnhashchange(JSContext* cx, JS::Value *aOnhashchange) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnhashchange(cx, aOnhashchange); } \
168 : NS_SCRIPTABLE NS_IMETHOD SetOnhashchange(JSContext* cx, const JS::Value & aOnhashchange) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnhashchange(cx, aOnhashchange); } \
169 : NS_SCRIPTABLE NS_IMETHOD GetOnmessage(JSContext* cx, JS::Value *aOnmessage) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnmessage(cx, aOnmessage); } \
170 : NS_SCRIPTABLE NS_IMETHOD SetOnmessage(JSContext* cx, const JS::Value & aOnmessage) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnmessage(cx, aOnmessage); } \
171 : NS_SCRIPTABLE NS_IMETHOD GetOnoffline(JSContext* cx, JS::Value *aOnoffline) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnoffline(cx, aOnoffline); } \
172 : NS_SCRIPTABLE NS_IMETHOD SetOnoffline(JSContext* cx, const JS::Value & aOnoffline) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnoffline(cx, aOnoffline); } \
173 : NS_SCRIPTABLE NS_IMETHOD GetOnonline(JSContext* cx, JS::Value *aOnonline) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnonline(cx, aOnonline); } \
174 : NS_SCRIPTABLE NS_IMETHOD SetOnonline(JSContext* cx, const JS::Value & aOnonline) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnonline(cx, aOnonline); } \
175 : NS_SCRIPTABLE NS_IMETHOD GetOnpagehide(JSContext* cx, JS::Value *aOnpagehide) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnpagehide(cx, aOnpagehide); } \
176 : NS_SCRIPTABLE NS_IMETHOD SetOnpagehide(JSContext* cx, const JS::Value & aOnpagehide) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnpagehide(cx, aOnpagehide); } \
177 : NS_SCRIPTABLE NS_IMETHOD GetOnpageshow(JSContext* cx, JS::Value *aOnpageshow) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnpageshow(cx, aOnpageshow); } \
178 : NS_SCRIPTABLE NS_IMETHOD SetOnpageshow(JSContext* cx, const JS::Value & aOnpageshow) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnpageshow(cx, aOnpageshow); } \
179 : NS_SCRIPTABLE NS_IMETHOD GetOnpopstate(JSContext* cx, JS::Value *aOnpopstate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnpopstate(cx, aOnpopstate); } \
180 : NS_SCRIPTABLE NS_IMETHOD SetOnpopstate(JSContext* cx, const JS::Value & aOnpopstate) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnpopstate(cx, aOnpopstate); } \
181 : NS_SCRIPTABLE NS_IMETHOD GetOnresize(JSContext* cx, JS::Value *aOnresize) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnresize(cx, aOnresize); } \
182 : NS_SCRIPTABLE NS_IMETHOD SetOnresize(JSContext* cx, const JS::Value & aOnresize) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnresize(cx, aOnresize); } \
183 : NS_SCRIPTABLE NS_IMETHOD GetOnunload(JSContext* cx, JS::Value *aOnunload) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnunload(cx, aOnunload); } \
184 : NS_SCRIPTABLE NS_IMETHOD SetOnunload(JSContext* cx, const JS::Value & aOnunload) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOnunload(cx, aOnunload); }
185 :
186 : #if 0
187 : /* Use the code below as a template for the implementation class for this interface. */
188 :
189 : /* Header file */
190 : class nsDOMHTMLFrameSetElement : public nsIDOMHTMLFrameSetElement
191 : {
192 : public:
193 : NS_DECL_ISUPPORTS
194 : NS_DECL_NSIDOMHTMLFRAMESETELEMENT
195 :
196 : nsDOMHTMLFrameSetElement();
197 :
198 : private:
199 : ~nsDOMHTMLFrameSetElement();
200 :
201 : protected:
202 : /* additional members */
203 : };
204 :
205 : /* Implementation file */
206 : NS_IMPL_ISUPPORTS1(nsDOMHTMLFrameSetElement, nsIDOMHTMLFrameSetElement)
207 :
208 : nsDOMHTMLFrameSetElement::nsDOMHTMLFrameSetElement()
209 : {
210 : /* member initializers and constructor code */
211 : }
212 :
213 : nsDOMHTMLFrameSetElement::~nsDOMHTMLFrameSetElement()
214 : {
215 : /* destructor code */
216 : }
217 :
218 : /* attribute DOMString cols; */
219 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetCols(nsAString & aCols)
220 : {
221 : return NS_ERROR_NOT_IMPLEMENTED;
222 : }
223 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetCols(const nsAString & aCols)
224 : {
225 : return NS_ERROR_NOT_IMPLEMENTED;
226 : }
227 :
228 : /* attribute DOMString rows; */
229 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetRows(nsAString & aRows)
230 : {
231 : return NS_ERROR_NOT_IMPLEMENTED;
232 : }
233 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetRows(const nsAString & aRows)
234 : {
235 : return NS_ERROR_NOT_IMPLEMENTED;
236 : }
237 :
238 : /* [implicit_jscontext] attribute jsval onafterprint; */
239 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnafterprint(JSContext* cx, JS::Value *aOnafterprint)
240 : {
241 : return NS_ERROR_NOT_IMPLEMENTED;
242 : }
243 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnafterprint(JSContext* cx, const JS::Value & aOnafterprint)
244 : {
245 : return NS_ERROR_NOT_IMPLEMENTED;
246 : }
247 :
248 : /* [implicit_jscontext] attribute jsval onbeforeprint; */
249 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnbeforeprint(JSContext* cx, JS::Value *aOnbeforeprint)
250 : {
251 : return NS_ERROR_NOT_IMPLEMENTED;
252 : }
253 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnbeforeprint(JSContext* cx, const JS::Value & aOnbeforeprint)
254 : {
255 : return NS_ERROR_NOT_IMPLEMENTED;
256 : }
257 :
258 : /* [implicit_jscontext] attribute jsval onbeforeunload; */
259 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnbeforeunload(JSContext* cx, JS::Value *aOnbeforeunload)
260 : {
261 : return NS_ERROR_NOT_IMPLEMENTED;
262 : }
263 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnbeforeunload(JSContext* cx, const JS::Value & aOnbeforeunload)
264 : {
265 : return NS_ERROR_NOT_IMPLEMENTED;
266 : }
267 :
268 : /* [implicit_jscontext] attribute jsval onhashchange; */
269 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnhashchange(JSContext* cx, JS::Value *aOnhashchange)
270 : {
271 : return NS_ERROR_NOT_IMPLEMENTED;
272 : }
273 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnhashchange(JSContext* cx, const JS::Value & aOnhashchange)
274 : {
275 : return NS_ERROR_NOT_IMPLEMENTED;
276 : }
277 :
278 : /* [implicit_jscontext] attribute jsval onmessage; */
279 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnmessage(JSContext* cx, JS::Value *aOnmessage)
280 : {
281 : return NS_ERROR_NOT_IMPLEMENTED;
282 : }
283 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnmessage(JSContext* cx, const JS::Value & aOnmessage)
284 : {
285 : return NS_ERROR_NOT_IMPLEMENTED;
286 : }
287 :
288 : /* [implicit_jscontext] attribute jsval onoffline; */
289 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnoffline(JSContext* cx, JS::Value *aOnoffline)
290 : {
291 : return NS_ERROR_NOT_IMPLEMENTED;
292 : }
293 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnoffline(JSContext* cx, const JS::Value & aOnoffline)
294 : {
295 : return NS_ERROR_NOT_IMPLEMENTED;
296 : }
297 :
298 : /* [implicit_jscontext] attribute jsval ononline; */
299 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnonline(JSContext* cx, JS::Value *aOnonline)
300 : {
301 : return NS_ERROR_NOT_IMPLEMENTED;
302 : }
303 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnonline(JSContext* cx, const JS::Value & aOnonline)
304 : {
305 : return NS_ERROR_NOT_IMPLEMENTED;
306 : }
307 :
308 : /* [implicit_jscontext] attribute jsval onpagehide; */
309 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnpagehide(JSContext* cx, JS::Value *aOnpagehide)
310 : {
311 : return NS_ERROR_NOT_IMPLEMENTED;
312 : }
313 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnpagehide(JSContext* cx, const JS::Value & aOnpagehide)
314 : {
315 : return NS_ERROR_NOT_IMPLEMENTED;
316 : }
317 :
318 : /* [implicit_jscontext] attribute jsval onpageshow; */
319 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnpageshow(JSContext* cx, JS::Value *aOnpageshow)
320 : {
321 : return NS_ERROR_NOT_IMPLEMENTED;
322 : }
323 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnpageshow(JSContext* cx, const JS::Value & aOnpageshow)
324 : {
325 : return NS_ERROR_NOT_IMPLEMENTED;
326 : }
327 :
328 : /* [implicit_jscontext] attribute jsval onpopstate; */
329 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnpopstate(JSContext* cx, JS::Value *aOnpopstate)
330 : {
331 : return NS_ERROR_NOT_IMPLEMENTED;
332 : }
333 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnpopstate(JSContext* cx, const JS::Value & aOnpopstate)
334 : {
335 : return NS_ERROR_NOT_IMPLEMENTED;
336 : }
337 :
338 : /* [implicit_jscontext] attribute jsval onresize; */
339 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnresize(JSContext* cx, JS::Value *aOnresize)
340 : {
341 : return NS_ERROR_NOT_IMPLEMENTED;
342 : }
343 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnresize(JSContext* cx, const JS::Value & aOnresize)
344 : {
345 : return NS_ERROR_NOT_IMPLEMENTED;
346 : }
347 :
348 : /* [implicit_jscontext] attribute jsval onunload; */
349 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::GetOnunload(JSContext* cx, JS::Value *aOnunload)
350 : {
351 : return NS_ERROR_NOT_IMPLEMENTED;
352 : }
353 : NS_IMETHODIMP nsDOMHTMLFrameSetElement::SetOnunload(JSContext* cx, const JS::Value & aOnunload)
354 : {
355 : return NS_ERROR_NOT_IMPLEMENTED;
356 : }
357 :
358 : /* End of implementation class template. */
359 : #endif
360 :
361 :
362 : #endif /* __gen_nsIDOMHTMLFrameSetElement_h__ */
|