Line data Source code
1 : /*
2 : * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsILayoutDebuggingTools.idl
3 : */
4 :
5 : #ifndef __gen_nsILayoutDebuggingTools_h__
6 : #define __gen_nsILayoutDebuggingTools_h__
7 :
8 :
9 : #ifndef __gen_nsISupports_h__
10 : #include "nsISupports.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 : class mozIDOMWindow; /* forward declaration */
18 :
19 :
20 : /* starting interface: nsILayoutDebuggingTools */
21 : #define NS_ILAYOUTDEBUGGINGTOOLS_IID_STR "f336d8d3-9721-4ad3-85d0-a7018c0a3383"
22 :
23 : #define NS_ILAYOUTDEBUGGINGTOOLS_IID \
24 : {0xf336d8d3, 0x9721, 0x4ad3, \
25 : { 0x85, 0xd0, 0xa7, 0x01, 0x8c, 0x0a, 0x33, 0x83 }}
26 :
27 0 : class NS_NO_VTABLE nsILayoutDebuggingTools : public nsISupports {
28 : public:
29 :
30 : NS_DECLARE_STATIC_IID_ACCESSOR(NS_ILAYOUTDEBUGGINGTOOLS_IID)
31 :
32 : /* void init (in mozIDOMWindow win); */
33 : NS_IMETHOD Init(mozIDOMWindow *win) = 0;
34 :
35 : /* void newURILoaded (); */
36 : NS_IMETHOD NewURILoaded(void) = 0;
37 :
38 : /* attribute boolean visualDebugging; */
39 : NS_IMETHOD GetVisualDebugging(bool *aVisualDebugging) = 0;
40 : NS_IMETHOD SetVisualDebugging(bool aVisualDebugging) = 0;
41 :
42 : /* attribute boolean visualEventDebugging; */
43 : NS_IMETHOD GetVisualEventDebugging(bool *aVisualEventDebugging) = 0;
44 : NS_IMETHOD SetVisualEventDebugging(bool aVisualEventDebugging) = 0;
45 :
46 : /* attribute boolean paintFlashing; */
47 : NS_IMETHOD GetPaintFlashing(bool *aPaintFlashing) = 0;
48 : NS_IMETHOD SetPaintFlashing(bool aPaintFlashing) = 0;
49 :
50 : /* attribute boolean paintDumping; */
51 : NS_IMETHOD GetPaintDumping(bool *aPaintDumping) = 0;
52 : NS_IMETHOD SetPaintDumping(bool aPaintDumping) = 0;
53 :
54 : /* attribute boolean invalidateDumping; */
55 : NS_IMETHOD GetInvalidateDumping(bool *aInvalidateDumping) = 0;
56 : NS_IMETHOD SetInvalidateDumping(bool aInvalidateDumping) = 0;
57 :
58 : /* attribute boolean eventDumping; */
59 : NS_IMETHOD GetEventDumping(bool *aEventDumping) = 0;
60 : NS_IMETHOD SetEventDumping(bool aEventDumping) = 0;
61 :
62 : /* attribute boolean motionEventDumping; */
63 : NS_IMETHOD GetMotionEventDumping(bool *aMotionEventDumping) = 0;
64 : NS_IMETHOD SetMotionEventDumping(bool aMotionEventDumping) = 0;
65 :
66 : /* attribute boolean crossingEventDumping; */
67 : NS_IMETHOD GetCrossingEventDumping(bool *aCrossingEventDumping) = 0;
68 : NS_IMETHOD SetCrossingEventDumping(bool aCrossingEventDumping) = 0;
69 :
70 : /* attribute boolean reflowCounts; */
71 : NS_IMETHOD GetReflowCounts(bool *aReflowCounts) = 0;
72 : NS_IMETHOD SetReflowCounts(bool aReflowCounts) = 0;
73 :
74 : /* void dumpWebShells (); */
75 : NS_IMETHOD DumpWebShells(void) = 0;
76 :
77 : /* void dumpContent (); */
78 : NS_IMETHOD DumpContent(void) = 0;
79 :
80 : /* void dumpFrames (); */
81 : NS_IMETHOD DumpFrames(void) = 0;
82 :
83 : /* void dumpViews (); */
84 : NS_IMETHOD DumpViews(void) = 0;
85 :
86 : /* void dumpStyleSheets (); */
87 : NS_IMETHOD DumpStyleSheets(void) = 0;
88 :
89 : /* void dumpStyleContexts (); */
90 : NS_IMETHOD DumpStyleContexts(void) = 0;
91 :
92 : /* void dumpReflowStats (); */
93 : NS_IMETHOD DumpReflowStats(void) = 0;
94 :
95 : };
96 :
97 : NS_DEFINE_STATIC_IID_ACCESSOR(nsILayoutDebuggingTools, NS_ILAYOUTDEBUGGINGTOOLS_IID)
98 :
99 : /* Use this macro when declaring classes that implement this interface. */
100 : #define NS_DECL_NSILAYOUTDEBUGGINGTOOLS \
101 : NS_IMETHOD Init(mozIDOMWindow *win) override; \
102 : NS_IMETHOD NewURILoaded(void) override; \
103 : NS_IMETHOD GetVisualDebugging(bool *aVisualDebugging) override; \
104 : NS_IMETHOD SetVisualDebugging(bool aVisualDebugging) override; \
105 : NS_IMETHOD GetVisualEventDebugging(bool *aVisualEventDebugging) override; \
106 : NS_IMETHOD SetVisualEventDebugging(bool aVisualEventDebugging) override; \
107 : NS_IMETHOD GetPaintFlashing(bool *aPaintFlashing) override; \
108 : NS_IMETHOD SetPaintFlashing(bool aPaintFlashing) override; \
109 : NS_IMETHOD GetPaintDumping(bool *aPaintDumping) override; \
110 : NS_IMETHOD SetPaintDumping(bool aPaintDumping) override; \
111 : NS_IMETHOD GetInvalidateDumping(bool *aInvalidateDumping) override; \
112 : NS_IMETHOD SetInvalidateDumping(bool aInvalidateDumping) override; \
113 : NS_IMETHOD GetEventDumping(bool *aEventDumping) override; \
114 : NS_IMETHOD SetEventDumping(bool aEventDumping) override; \
115 : NS_IMETHOD GetMotionEventDumping(bool *aMotionEventDumping) override; \
116 : NS_IMETHOD SetMotionEventDumping(bool aMotionEventDumping) override; \
117 : NS_IMETHOD GetCrossingEventDumping(bool *aCrossingEventDumping) override; \
118 : NS_IMETHOD SetCrossingEventDumping(bool aCrossingEventDumping) override; \
119 : NS_IMETHOD GetReflowCounts(bool *aReflowCounts) override; \
120 : NS_IMETHOD SetReflowCounts(bool aReflowCounts) override; \
121 : NS_IMETHOD DumpWebShells(void) override; \
122 : NS_IMETHOD DumpContent(void) override; \
123 : NS_IMETHOD DumpFrames(void) override; \
124 : NS_IMETHOD DumpViews(void) override; \
125 : NS_IMETHOD DumpStyleSheets(void) override; \
126 : NS_IMETHOD DumpStyleContexts(void) override; \
127 : NS_IMETHOD DumpReflowStats(void) override;
128 :
129 : /* Use this macro when declaring the members of this interface when the
130 : class doesn't implement the interface. This is useful for forwarding. */
131 : #define NS_DECL_NON_VIRTUAL_NSILAYOUTDEBUGGINGTOOLS \
132 : nsresult Init(mozIDOMWindow *win); \
133 : nsresult NewURILoaded(void); \
134 : nsresult GetVisualDebugging(bool *aVisualDebugging); \
135 : nsresult SetVisualDebugging(bool aVisualDebugging); \
136 : nsresult GetVisualEventDebugging(bool *aVisualEventDebugging); \
137 : nsresult SetVisualEventDebugging(bool aVisualEventDebugging); \
138 : nsresult GetPaintFlashing(bool *aPaintFlashing); \
139 : nsresult SetPaintFlashing(bool aPaintFlashing); \
140 : nsresult GetPaintDumping(bool *aPaintDumping); \
141 : nsresult SetPaintDumping(bool aPaintDumping); \
142 : nsresult GetInvalidateDumping(bool *aInvalidateDumping); \
143 : nsresult SetInvalidateDumping(bool aInvalidateDumping); \
144 : nsresult GetEventDumping(bool *aEventDumping); \
145 : nsresult SetEventDumping(bool aEventDumping); \
146 : nsresult GetMotionEventDumping(bool *aMotionEventDumping); \
147 : nsresult SetMotionEventDumping(bool aMotionEventDumping); \
148 : nsresult GetCrossingEventDumping(bool *aCrossingEventDumping); \
149 : nsresult SetCrossingEventDumping(bool aCrossingEventDumping); \
150 : nsresult GetReflowCounts(bool *aReflowCounts); \
151 : nsresult SetReflowCounts(bool aReflowCounts); \
152 : nsresult DumpWebShells(void); \
153 : nsresult DumpContent(void); \
154 : nsresult DumpFrames(void); \
155 : nsresult DumpViews(void); \
156 : nsresult DumpStyleSheets(void); \
157 : nsresult DumpStyleContexts(void); \
158 : nsresult DumpReflowStats(void);
159 :
160 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
161 : #define NS_FORWARD_NSILAYOUTDEBUGGINGTOOLS(_to) \
162 : NS_IMETHOD Init(mozIDOMWindow *win) override { return _to Init(win); } \
163 : NS_IMETHOD NewURILoaded(void) override { return _to NewURILoaded(); } \
164 : NS_IMETHOD GetVisualDebugging(bool *aVisualDebugging) override { return _to GetVisualDebugging(aVisualDebugging); } \
165 : NS_IMETHOD SetVisualDebugging(bool aVisualDebugging) override { return _to SetVisualDebugging(aVisualDebugging); } \
166 : NS_IMETHOD GetVisualEventDebugging(bool *aVisualEventDebugging) override { return _to GetVisualEventDebugging(aVisualEventDebugging); } \
167 : NS_IMETHOD SetVisualEventDebugging(bool aVisualEventDebugging) override { return _to SetVisualEventDebugging(aVisualEventDebugging); } \
168 : NS_IMETHOD GetPaintFlashing(bool *aPaintFlashing) override { return _to GetPaintFlashing(aPaintFlashing); } \
169 : NS_IMETHOD SetPaintFlashing(bool aPaintFlashing) override { return _to SetPaintFlashing(aPaintFlashing); } \
170 : NS_IMETHOD GetPaintDumping(bool *aPaintDumping) override { return _to GetPaintDumping(aPaintDumping); } \
171 : NS_IMETHOD SetPaintDumping(bool aPaintDumping) override { return _to SetPaintDumping(aPaintDumping); } \
172 : NS_IMETHOD GetInvalidateDumping(bool *aInvalidateDumping) override { return _to GetInvalidateDumping(aInvalidateDumping); } \
173 : NS_IMETHOD SetInvalidateDumping(bool aInvalidateDumping) override { return _to SetInvalidateDumping(aInvalidateDumping); } \
174 : NS_IMETHOD GetEventDumping(bool *aEventDumping) override { return _to GetEventDumping(aEventDumping); } \
175 : NS_IMETHOD SetEventDumping(bool aEventDumping) override { return _to SetEventDumping(aEventDumping); } \
176 : NS_IMETHOD GetMotionEventDumping(bool *aMotionEventDumping) override { return _to GetMotionEventDumping(aMotionEventDumping); } \
177 : NS_IMETHOD SetMotionEventDumping(bool aMotionEventDumping) override { return _to SetMotionEventDumping(aMotionEventDumping); } \
178 : NS_IMETHOD GetCrossingEventDumping(bool *aCrossingEventDumping) override { return _to GetCrossingEventDumping(aCrossingEventDumping); } \
179 : NS_IMETHOD SetCrossingEventDumping(bool aCrossingEventDumping) override { return _to SetCrossingEventDumping(aCrossingEventDumping); } \
180 : NS_IMETHOD GetReflowCounts(bool *aReflowCounts) override { return _to GetReflowCounts(aReflowCounts); } \
181 : NS_IMETHOD SetReflowCounts(bool aReflowCounts) override { return _to SetReflowCounts(aReflowCounts); } \
182 : NS_IMETHOD DumpWebShells(void) override { return _to DumpWebShells(); } \
183 : NS_IMETHOD DumpContent(void) override { return _to DumpContent(); } \
184 : NS_IMETHOD DumpFrames(void) override { return _to DumpFrames(); } \
185 : NS_IMETHOD DumpViews(void) override { return _to DumpViews(); } \
186 : NS_IMETHOD DumpStyleSheets(void) override { return _to DumpStyleSheets(); } \
187 : NS_IMETHOD DumpStyleContexts(void) override { return _to DumpStyleContexts(); } \
188 : NS_IMETHOD DumpReflowStats(void) override { return _to DumpReflowStats(); }
189 :
190 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
191 : #define NS_FORWARD_SAFE_NSILAYOUTDEBUGGINGTOOLS(_to) \
192 : NS_IMETHOD Init(mozIDOMWindow *win) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(win); } \
193 : NS_IMETHOD NewURILoaded(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->NewURILoaded(); } \
194 : NS_IMETHOD GetVisualDebugging(bool *aVisualDebugging) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetVisualDebugging(aVisualDebugging); } \
195 : NS_IMETHOD SetVisualDebugging(bool aVisualDebugging) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetVisualDebugging(aVisualDebugging); } \
196 : NS_IMETHOD GetVisualEventDebugging(bool *aVisualEventDebugging) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetVisualEventDebugging(aVisualEventDebugging); } \
197 : NS_IMETHOD SetVisualEventDebugging(bool aVisualEventDebugging) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetVisualEventDebugging(aVisualEventDebugging); } \
198 : NS_IMETHOD GetPaintFlashing(bool *aPaintFlashing) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaintFlashing(aPaintFlashing); } \
199 : NS_IMETHOD SetPaintFlashing(bool aPaintFlashing) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPaintFlashing(aPaintFlashing); } \
200 : NS_IMETHOD GetPaintDumping(bool *aPaintDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaintDumping(aPaintDumping); } \
201 : NS_IMETHOD SetPaintDumping(bool aPaintDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPaintDumping(aPaintDumping); } \
202 : NS_IMETHOD GetInvalidateDumping(bool *aInvalidateDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetInvalidateDumping(aInvalidateDumping); } \
203 : NS_IMETHOD SetInvalidateDumping(bool aInvalidateDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetInvalidateDumping(aInvalidateDumping); } \
204 : NS_IMETHOD GetEventDumping(bool *aEventDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEventDumping(aEventDumping); } \
205 : NS_IMETHOD SetEventDumping(bool aEventDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEventDumping(aEventDumping); } \
206 : NS_IMETHOD GetMotionEventDumping(bool *aMotionEventDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMotionEventDumping(aMotionEventDumping); } \
207 : NS_IMETHOD SetMotionEventDumping(bool aMotionEventDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMotionEventDumping(aMotionEventDumping); } \
208 : NS_IMETHOD GetCrossingEventDumping(bool *aCrossingEventDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCrossingEventDumping(aCrossingEventDumping); } \
209 : NS_IMETHOD SetCrossingEventDumping(bool aCrossingEventDumping) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCrossingEventDumping(aCrossingEventDumping); } \
210 : NS_IMETHOD GetReflowCounts(bool *aReflowCounts) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReflowCounts(aReflowCounts); } \
211 : NS_IMETHOD SetReflowCounts(bool aReflowCounts) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetReflowCounts(aReflowCounts); } \
212 : NS_IMETHOD DumpWebShells(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DumpWebShells(); } \
213 : NS_IMETHOD DumpContent(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DumpContent(); } \
214 : NS_IMETHOD DumpFrames(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DumpFrames(); } \
215 : NS_IMETHOD DumpViews(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DumpViews(); } \
216 : NS_IMETHOD DumpStyleSheets(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DumpStyleSheets(); } \
217 : NS_IMETHOD DumpStyleContexts(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DumpStyleContexts(); } \
218 : NS_IMETHOD DumpReflowStats(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DumpReflowStats(); }
219 :
220 : #if 0
221 : /* Use the code below as a template for the implementation class for this interface. */
222 :
223 : /* Header file */
224 : class nsLayoutDebuggingTools : public nsILayoutDebuggingTools
225 : {
226 : public:
227 : NS_DECL_ISUPPORTS
228 : NS_DECL_NSILAYOUTDEBUGGINGTOOLS
229 :
230 : nsLayoutDebuggingTools();
231 :
232 : private:
233 : ~nsLayoutDebuggingTools();
234 :
235 : protected:
236 : /* additional members */
237 : };
238 :
239 : /* Implementation file */
240 : NS_IMPL_ISUPPORTS(nsLayoutDebuggingTools, nsILayoutDebuggingTools)
241 :
242 : nsLayoutDebuggingTools::nsLayoutDebuggingTools()
243 : {
244 : /* member initializers and constructor code */
245 : }
246 :
247 : nsLayoutDebuggingTools::~nsLayoutDebuggingTools()
248 : {
249 : /* destructor code */
250 : }
251 :
252 : /* void init (in mozIDOMWindow win); */
253 : NS_IMETHODIMP nsLayoutDebuggingTools::Init(mozIDOMWindow *win)
254 : {
255 : return NS_ERROR_NOT_IMPLEMENTED;
256 : }
257 :
258 : /* void newURILoaded (); */
259 : NS_IMETHODIMP nsLayoutDebuggingTools::NewURILoaded()
260 : {
261 : return NS_ERROR_NOT_IMPLEMENTED;
262 : }
263 :
264 : /* attribute boolean visualDebugging; */
265 : NS_IMETHODIMP nsLayoutDebuggingTools::GetVisualDebugging(bool *aVisualDebugging)
266 : {
267 : return NS_ERROR_NOT_IMPLEMENTED;
268 : }
269 : NS_IMETHODIMP nsLayoutDebuggingTools::SetVisualDebugging(bool aVisualDebugging)
270 : {
271 : return NS_ERROR_NOT_IMPLEMENTED;
272 : }
273 :
274 : /* attribute boolean visualEventDebugging; */
275 : NS_IMETHODIMP nsLayoutDebuggingTools::GetVisualEventDebugging(bool *aVisualEventDebugging)
276 : {
277 : return NS_ERROR_NOT_IMPLEMENTED;
278 : }
279 : NS_IMETHODIMP nsLayoutDebuggingTools::SetVisualEventDebugging(bool aVisualEventDebugging)
280 : {
281 : return NS_ERROR_NOT_IMPLEMENTED;
282 : }
283 :
284 : /* attribute boolean paintFlashing; */
285 : NS_IMETHODIMP nsLayoutDebuggingTools::GetPaintFlashing(bool *aPaintFlashing)
286 : {
287 : return NS_ERROR_NOT_IMPLEMENTED;
288 : }
289 : NS_IMETHODIMP nsLayoutDebuggingTools::SetPaintFlashing(bool aPaintFlashing)
290 : {
291 : return NS_ERROR_NOT_IMPLEMENTED;
292 : }
293 :
294 : /* attribute boolean paintDumping; */
295 : NS_IMETHODIMP nsLayoutDebuggingTools::GetPaintDumping(bool *aPaintDumping)
296 : {
297 : return NS_ERROR_NOT_IMPLEMENTED;
298 : }
299 : NS_IMETHODIMP nsLayoutDebuggingTools::SetPaintDumping(bool aPaintDumping)
300 : {
301 : return NS_ERROR_NOT_IMPLEMENTED;
302 : }
303 :
304 : /* attribute boolean invalidateDumping; */
305 : NS_IMETHODIMP nsLayoutDebuggingTools::GetInvalidateDumping(bool *aInvalidateDumping)
306 : {
307 : return NS_ERROR_NOT_IMPLEMENTED;
308 : }
309 : NS_IMETHODIMP nsLayoutDebuggingTools::SetInvalidateDumping(bool aInvalidateDumping)
310 : {
311 : return NS_ERROR_NOT_IMPLEMENTED;
312 : }
313 :
314 : /* attribute boolean eventDumping; */
315 : NS_IMETHODIMP nsLayoutDebuggingTools::GetEventDumping(bool *aEventDumping)
316 : {
317 : return NS_ERROR_NOT_IMPLEMENTED;
318 : }
319 : NS_IMETHODIMP nsLayoutDebuggingTools::SetEventDumping(bool aEventDumping)
320 : {
321 : return NS_ERROR_NOT_IMPLEMENTED;
322 : }
323 :
324 : /* attribute boolean motionEventDumping; */
325 : NS_IMETHODIMP nsLayoutDebuggingTools::GetMotionEventDumping(bool *aMotionEventDumping)
326 : {
327 : return NS_ERROR_NOT_IMPLEMENTED;
328 : }
329 : NS_IMETHODIMP nsLayoutDebuggingTools::SetMotionEventDumping(bool aMotionEventDumping)
330 : {
331 : return NS_ERROR_NOT_IMPLEMENTED;
332 : }
333 :
334 : /* attribute boolean crossingEventDumping; */
335 : NS_IMETHODIMP nsLayoutDebuggingTools::GetCrossingEventDumping(bool *aCrossingEventDumping)
336 : {
337 : return NS_ERROR_NOT_IMPLEMENTED;
338 : }
339 : NS_IMETHODIMP nsLayoutDebuggingTools::SetCrossingEventDumping(bool aCrossingEventDumping)
340 : {
341 : return NS_ERROR_NOT_IMPLEMENTED;
342 : }
343 :
344 : /* attribute boolean reflowCounts; */
345 : NS_IMETHODIMP nsLayoutDebuggingTools::GetReflowCounts(bool *aReflowCounts)
346 : {
347 : return NS_ERROR_NOT_IMPLEMENTED;
348 : }
349 : NS_IMETHODIMP nsLayoutDebuggingTools::SetReflowCounts(bool aReflowCounts)
350 : {
351 : return NS_ERROR_NOT_IMPLEMENTED;
352 : }
353 :
354 : /* void dumpWebShells (); */
355 : NS_IMETHODIMP nsLayoutDebuggingTools::DumpWebShells()
356 : {
357 : return NS_ERROR_NOT_IMPLEMENTED;
358 : }
359 :
360 : /* void dumpContent (); */
361 : NS_IMETHODIMP nsLayoutDebuggingTools::DumpContent()
362 : {
363 : return NS_ERROR_NOT_IMPLEMENTED;
364 : }
365 :
366 : /* void dumpFrames (); */
367 : NS_IMETHODIMP nsLayoutDebuggingTools::DumpFrames()
368 : {
369 : return NS_ERROR_NOT_IMPLEMENTED;
370 : }
371 :
372 : /* void dumpViews (); */
373 : NS_IMETHODIMP nsLayoutDebuggingTools::DumpViews()
374 : {
375 : return NS_ERROR_NOT_IMPLEMENTED;
376 : }
377 :
378 : /* void dumpStyleSheets (); */
379 : NS_IMETHODIMP nsLayoutDebuggingTools::DumpStyleSheets()
380 : {
381 : return NS_ERROR_NOT_IMPLEMENTED;
382 : }
383 :
384 : /* void dumpStyleContexts (); */
385 : NS_IMETHODIMP nsLayoutDebuggingTools::DumpStyleContexts()
386 : {
387 : return NS_ERROR_NOT_IMPLEMENTED;
388 : }
389 :
390 : /* void dumpReflowStats (); */
391 : NS_IMETHODIMP nsLayoutDebuggingTools::DumpReflowStats()
392 : {
393 : return NS_ERROR_NOT_IMPLEMENTED;
394 : }
395 :
396 : /* End of implementation class template. */
397 : #endif
398 :
399 :
400 : #endif /* __gen_nsILayoutDebuggingTools_h__ */
|