LCOV - code coverage report
Current view: directory - objdir/ipc/ipdl/_ipdlheaders/mozilla/layout - PRenderFrame.h (source / functions) Found Hit Coverage
Test: app.info Lines: 36 0 0.0 %
Date: 2012-06-02 Functions: 12 0 0.0 %

       1                 : //
       2                 : // Automatically generated by ipdlc.
       3                 : // Edit at your own risk
       4                 : //
       5                 : 
       6                 : #ifndef PRenderFrame_h
       7                 : #define PRenderFrame_h
       8                 : 
       9                 : #include "mozilla/Attributes.h"
      10                 : #include "base/basictypes.h"
      11                 : #include "prtime.h"
      12                 : #include "nscore.h"
      13                 : #include "IPCMessageStart.h"
      14                 : #include "IPC/IPCMessageUtils.h"
      15                 : #include "nsAutoPtr.h"
      16                 : #include "nsStringGlue.h"
      17                 : #include "nsTArray.h"
      18                 : #include "nsIFile.h"
      19                 : #include "mozilla/ipc/ProtocolUtils.h"
      20                 : 
      21                 : //-----------------------------------------------------------------------------
      22                 : // Code common to PRenderFrameChild and PRenderFrameParent
      23                 : //
      24                 : namespace mozilla {
      25                 : namespace layout {
      26                 : namespace PRenderFrame {
      27                 : 
      28                 : enum State {
      29                 :     __Dead,
      30                 :     __Null,
      31                 :     __Error,
      32                 :     EMPTY,
      33                 :     HAVE_CONTENT,
      34                 :     __Start = EMPTY
      35                 : };
      36                 : 
      37                 : enum MessageType {
      38                 :     PRenderFrameStart = PRenderFrameMsgStart << 16,
      39                 :     PRenderFramePreStart = (PRenderFrameMsgStart << 16) - 1,
      40                 :     Msg_PLayersConstructor__ID,
      41                 :     Reply_PLayersConstructor__ID,
      42                 :     Msg___delete____ID,
      43                 :     Reply___delete____ID,
      44                 :     PRenderFrameEnd
      45                 : };
      46                 : 
      47                 : bool
      48                 : Transition(
      49                 :         State from,
      50                 :         mozilla::ipc::Trigger trigger,
      51                 :         State* next);
      52                 : 
      53                 : class Msg_PLayersConstructor :
      54                 :     public IPC::Message
      55               0 : {
      56                 : private:
      57                 :     typedef mozilla::ipc::ActorHandle ActorHandle;
      58                 :     typedef mozilla::ipc::Shmem Shmem;
      59                 :     typedef mozilla::LayersBackend LayersBackend;
      60                 : 
      61                 : public:
      62                 :     enum {
      63                 :         ID = Msg_PLayersConstructor__ID
      64                 :     };
      65               0 :     Msg_PLayersConstructor() :
      66               0 :         IPC::Message(MSG_ROUTING_NONE, ID, PRIORITY_NORMAL, "PRenderFrame::Msg_PLayersConstructor")
      67                 :     {
      68               0 :     }
      69                 : 
      70                 :     void
      71               0 :     Log(
      72                 :             const std::string& __pfx,
      73                 :             FILE* __outf) const
      74                 :     {
      75               0 :         std::string __logmsg;
      76               0 :         StringAppendF((&(__logmsg)), "[time:%" PRId64 "]", PR_Now());
      77               0 :         (__logmsg).append(__pfx);
      78               0 :         (__logmsg).append("Msg_PLayersConstructor(");
      79                 : 
      80               0 :         (__logmsg).append("[TODO])\n");
      81               0 :         fputs((__logmsg).c_str(), __outf);
      82               0 :     }
      83                 : };
      84                 : 
      85                 : class Reply_PLayersConstructor :
      86                 :     public IPC::Message
      87               0 : {
      88                 : private:
      89                 :     typedef mozilla::ipc::ActorHandle ActorHandle;
      90                 :     typedef mozilla::ipc::Shmem Shmem;
      91                 :     typedef mozilla::LayersBackend LayersBackend;
      92                 : 
      93                 : public:
      94                 :     enum {
      95                 :         ID = Reply_PLayersConstructor__ID
      96                 :     };
      97               0 :     Reply_PLayersConstructor() :
      98               0 :         IPC::Message(MSG_ROUTING_NONE, ID, PRIORITY_NORMAL, "PRenderFrame::Reply_PLayersConstructor")
      99                 :     {
     100               0 :     }
     101                 : 
     102                 :     void
     103               0 :     Log(
     104                 :             const std::string& __pfx,
     105                 :             FILE* __outf) const
     106                 :     {
     107               0 :         std::string __logmsg;
     108               0 :         StringAppendF((&(__logmsg)), "[time:%" PRId64 "]", PR_Now());
     109               0 :         (__logmsg).append(__pfx);
     110               0 :         (__logmsg).append("Reply_PLayersConstructor(");
     111                 : 
     112               0 :         (__logmsg).append("[TODO])\n");
     113               0 :         fputs((__logmsg).c_str(), __outf);
     114               0 :     }
     115                 : };
     116                 : 
     117                 : class Msg___delete__ :
     118                 :     public IPC::Message
     119               0 : {
     120                 : private:
     121                 :     typedef mozilla::ipc::ActorHandle ActorHandle;
     122                 :     typedef mozilla::ipc::Shmem Shmem;
     123                 :     typedef mozilla::LayersBackend LayersBackend;
     124                 : 
     125                 : public:
     126                 :     enum {
     127                 :         ID = Msg___delete____ID
     128                 :     };
     129               0 :     Msg___delete__() :
     130               0 :         IPC::Message(MSG_ROUTING_NONE, ID, PRIORITY_NORMAL, "PRenderFrame::Msg___delete__")
     131                 :     {
     132               0 :     }
     133                 : 
     134                 :     void
     135               0 :     Log(
     136                 :             const std::string& __pfx,
     137                 :             FILE* __outf) const
     138                 :     {
     139               0 :         std::string __logmsg;
     140               0 :         StringAppendF((&(__logmsg)), "[time:%" PRId64 "]", PR_Now());
     141               0 :         (__logmsg).append(__pfx);
     142               0 :         (__logmsg).append("Msg___delete__(");
     143                 : 
     144               0 :         (__logmsg).append("[TODO])\n");
     145               0 :         fputs((__logmsg).c_str(), __outf);
     146               0 :     }
     147                 : };
     148                 : 
     149                 : class Reply___delete__ :
     150                 :     public IPC::Message
     151                 : {
     152                 : private:
     153                 :     typedef mozilla::ipc::ActorHandle ActorHandle;
     154                 :     typedef mozilla::ipc::Shmem Shmem;
     155                 :     typedef mozilla::LayersBackend LayersBackend;
     156                 : 
     157                 : public:
     158                 :     enum {
     159                 :         ID = Reply___delete____ID
     160                 :     };
     161                 :     Reply___delete__() :
     162                 :         IPC::Message(MSG_ROUTING_NONE, ID, PRIORITY_NORMAL, "PRenderFrame::Reply___delete__")
     163                 :     {
     164                 :     }
     165                 : 
     166                 :     void
     167                 :     Log(
     168                 :             const std::string& __pfx,
     169                 :             FILE* __outf) const
     170                 :     {
     171                 :         std::string __logmsg;
     172                 :         StringAppendF((&(__logmsg)), "[time:%" PRId64 "]", PR_Now());
     173                 :         (__logmsg).append(__pfx);
     174                 :         (__logmsg).append("Reply___delete__(");
     175                 : 
     176                 :         (__logmsg).append("[TODO])\n");
     177                 :         fputs((__logmsg).c_str(), __outf);
     178                 :     }
     179                 : };
     180                 : 
     181                 : 
     182                 : 
     183                 : } // namespace PRenderFrame
     184                 : } // namespace layout
     185                 : } // namespace mozilla
     186                 : 
     187                 : #endif // ifndef PRenderFrame_h

Generated by: LCOV version 1.7