Ejemplo n.º 1
0
TextureSource::~TextureSource()
{
    MOZ_COUNT_DTOR(TextureSource);
}
Ejemplo n.º 2
0
CopyableCanvasLayer::~CopyableCanvasLayer()
{
  MOZ_COUNT_DTOR(CopyableCanvasLayer);
}
Ejemplo n.º 3
0
SharedBufferMLGPU::~SharedBufferMLGPU() {
  MOZ_COUNT_DTOR(SharedBufferMLGPU);
  Unmap();
}
Ejemplo n.º 4
0
Area::~Area()
{
  MOZ_COUNT_DTOR(Area);
  delete [] mCoords;
}
Ejemplo n.º 5
0
 virtual ~nsDisplayTextOverflowMarker() {
   MOZ_COUNT_DTOR(nsDisplayTextOverflowMarker);
 }
TableBackgroundPainter::TableBackgroundData::~TableBackgroundData()
{
  NS_ASSERTION(!mSynthBorder, "must call Destroy before dtor");
  MOZ_COUNT_DTOR(TableBackgroundData);
}
Ejemplo n.º 7
0
_OldCacheLoad::~_OldCacheLoad()
{
  ProxyReleaseMainThread(mAppCache);
  MOZ_COUNT_DTOR(_OldCacheLoad);
}
Ejemplo n.º 8
0
EVRCSpecificBox::~EVRCSpecificBox()
{
  MOZ_COUNT_DTOR(EVRCSpecificBox);
}
Ejemplo n.º 9
0
 virtual ~nsDisplayNotation() {
   MOZ_COUNT_DTOR(nsDisplayNotation);
 }
Ejemplo n.º 10
0
TextTrackManager::~TextTrackManager()
{
  MOZ_COUNT_DTOR(TextTrackManager);
}
Ejemplo n.º 11
0
EVRCSampleEntry::~EVRCSampleEntry()
{
  MOZ_COUNT_DTOR(EVRCSampleEntry);
}
Ejemplo n.º 12
0
CompositorChild::~CompositorChild()
{
  MOZ_COUNT_DTOR(CompositorChild);
}
Ejemplo n.º 13
0
TextureParent::~TextureParent()
{
  MOZ_COUNT_DTOR(TextureParent);
  mTextureHost = nullptr;
}
Ejemplo n.º 14
0
ShmemTextureHost::~ShmemTextureHost()
{
  DeallocateDeviceData();
  delete mShmem;
  MOZ_COUNT_DTOR(ShmemTextureHost);
}
Ejemplo n.º 15
0
SharedRGBImage::~SharedRGBImage()
{
  MOZ_COUNT_DTOR(SharedRGBImage);
}
Ejemplo n.º 16
0
LayerTransactionParent::~LayerTransactionParent()
{
  MOZ_COUNT_DTOR(LayerTransactionParent);
}
Ejemplo n.º 17
0
AudioCaptureStream::~AudioCaptureStream()
{
  MOZ_COUNT_DTOR(AudioCaptureStream);
  mMixer.RemoveCallback(this);
}
Ejemplo n.º 18
0
TiledContentHost::~TiledContentHost()
{
  MOZ_COUNT_DTOR(TiledContentHost);
}
Ejemplo n.º 19
0
_OldCacheEntryWrapper::~_OldCacheEntryWrapper()
{
  MOZ_COUNT_DTOR(_OldCacheEntryWrapper);
  LOG(("Destroying _OldCacheEntryWrapper %p for descriptor %p", this, mOldInfo.get()));
}
Ejemplo n.º 20
0
MediaDecoderReader::~MediaDecoderReader()
{
  MOZ_ASSERT(mShutdown);
  MOZ_COUNT_DTOR(MediaDecoderReader);
}
Ejemplo n.º 21
0
_OldStorage::~_OldStorage()
{
  MOZ_COUNT_DTOR(_OldStorage);
}
Ejemplo n.º 22
0
 ~CompositableParent()
 {
   MOZ_COUNT_DTOR(CompositableParent);
   CompositableMap::Erase(mHost->GetAsyncID());
 }
Ejemplo n.º 23
0
CompositorParent::~CompositorParent()
{
  MOZ_COUNT_DTOR(CompositorParent);
}
Ejemplo n.º 24
0
CompositableHost::~CompositableHost()
{
  MOZ_COUNT_DTOR(CompositableHost);
}
Ejemplo n.º 25
0
DOMStorageDBThread::DBOperation::~DBOperation()
{
  MOZ_COUNT_DTOR(DOMStorageDBThread::DBOperation);
}
Ejemplo n.º 26
0
nsVoidArray::~nsVoidArray()
{
  MOZ_COUNT_DTOR(nsVoidArray);
  if (mImpl && IsArrayOwner())
    free(reinterpret_cast<char*>(mImpl));
}
Ejemplo n.º 27
0
ShadowLayersParent::~ShadowLayersParent()
{
  MOZ_COUNT_DTOR(ShadowLayersParent);
}
MediaKeySystemAccessManager::PendingRequest::~PendingRequest()
{
  MOZ_COUNT_DTOR(MediaKeySystemAccessManager::PendingRequest);
}
Ejemplo n.º 29
0
WMFVideoMFTManager::~WMFVideoMFTManager()
{
  MOZ_COUNT_DTOR(WMFVideoMFTManager);
  // Ensure DXVA/D3D9 related objects are released on the main thread.
  DeleteOnMainThread(mDXVA2Manager);
}
Ejemplo n.º 30
0
nsHtml5MetaScanner::~nsHtml5MetaScanner()
{
  MOZ_COUNT_DTOR(nsHtml5MetaScanner);
  nsHtml5Portability::releaseString(content);
  nsHtml5Portability::releaseString(charset);
}