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

Generated by: LCOV version 1.7