Ejemplo n.º 1
0
DaemonSocketPDU::~DaemonSocketPDU()
{
  MOZ_COUNT_DTOR_INHERITED(DaemonSocketPDU, UnixSocketIOBuffer);

  nsAutoArrayPtr<uint8_t> data(GetBuffer());
  ResetBuffer(nullptr, 0, 0, 0);
}
Ejemplo n.º 2
0
RilSocketIO::~RilSocketIO()
{
  MOZ_ASSERT(IsConsumerThread());
  MOZ_ASSERT(IsShutdownOnConsumerThread());

  MOZ_COUNT_DTOR_INHERITED(RilSocketIO, ConnectionOrientedSocketIO);
}
Ejemplo n.º 3
0
txUnknownHandler::~txUnknownHandler()
{
    MOZ_COUNT_DTOR_INHERITED(txUnknownHandler, txBufferingHandler);
}
ConnectionOrientedSocketIO::~ConnectionOrientedSocketIO()
{
  MOZ_COUNT_DTOR_INHERITED(ConnectionOrientedSocketIO, DataSocketIO);
}
ConnectionOrientedSocket::~ConnectionOrientedSocket()
{
  MOZ_COUNT_DTOR_INHERITED(ConnectionOrientedSocket, DataSocket);
}
Ejemplo n.º 6
0
DocAccessibleChild::~DocAccessibleChild()
{
  MOZ_COUNT_DTOR_INHERITED(DocAccessibleChild, DocAccessibleChildBase);
}
Ejemplo n.º 7
0
 virtual ~txStartElementAtomTransaction()
 {
     MOZ_COUNT_DTOR_INHERITED(txStartElementAtomTransaction, txOutputTransaction);
 }
Ejemplo n.º 8
0
 virtual ~txPITransaction()
 {
     MOZ_COUNT_DTOR_INHERITED(txPITransaction, txOutputTransaction);
 }
Ejemplo n.º 9
0
 virtual ~txAttributeAtomTransaction()
 {
     MOZ_COUNT_DTOR_INHERITED(txAttributeAtomTransaction, txOutputTransaction);
 }
Ejemplo n.º 10
0
RenderDXGITextureHostOGL::~RenderDXGITextureHostOGL()
{
  MOZ_COUNT_DTOR_INHERITED(RenderDXGITextureHostOGL, RenderTextureHostOGL);
  DeleteTextureHandle();
}
Ejemplo n.º 11
0
DaemonSocketIO::~DaemonSocketIO()
{
  MOZ_COUNT_DTOR_INHERITED(DaemonSocketIO, ConnectionOrientedSocketIO);
}
Ejemplo n.º 12
0
DaemonSocket::~DaemonSocket()
{
  MOZ_COUNT_DTOR_INHERITED(DaemonSocket, ConnectionOrientedSocket);
}
Ejemplo n.º 13
0
DataSocketIO::~DataSocketIO()
{
  MOZ_COUNT_DTOR_INHERITED(DataSocketIO, SocketIOBase);
}
Ejemplo n.º 14
0
DataSocket::~DataSocket()
{
  MOZ_COUNT_DTOR_INHERITED(DataSocket, SocketBase);
}
Ejemplo n.º 15
0
RilSocket::~RilSocket()
{
  MOZ_ASSERT(!mIO);

  MOZ_COUNT_DTOR_INHERITED(RilSocket, ConnectionOrientedSocket);
}
RenderTextureHostOGL::~RenderTextureHostOGL()
{
  MOZ_COUNT_DTOR_INHERITED(RenderTextureHostOGL, RenderTextureHost);
}