Searched refs:OnWillDestroyStub (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.h52 virtual void OnWillDestroyStub() OVERRIDE;
H A Dimage_transport_surface_fbo_mac.h95 virtual void OnWillDestroyStub() OVERRIDE;
H A Dtexture_image_transport_surface.h59 virtual void OnWillDestroyStub() OVERRIDE;
H A Dstream_texture_android.cc88 void StreamTexture::OnWillDestroyStub() { function in class:content::StreamTexture
H A Dgpu_command_buffer_stub.h58 virtual void OnWillDestroyStub() = 0;
H A Dtexture_image_transport_surface.cc177 void TextureImageTransportSurface::OnWillDestroyStub() { function in class:content::TextureImageTransportSurface
H A Dgpu_command_buffer_stub.cc435 OnWillDestroyStub());
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_encode_accelerator.h57 virtual void OnWillDestroyStub() OVERRIDE;
H A Dgpu_video_decode_accelerator.h57 virtual void OnWillDestroyStub() OVERRIDE;
70 // We only allow self-delete, from OnWillDestroyStub(), after cleanup there.
H A Dgpu_video_encode_accelerator.cc63 // This class can only be self-deleted from OnWillDestroyStub(), which means
157 void GpuVideoEncodeAccelerator::OnWillDestroyStub() { function in class:content::GpuVideoEncodeAccelerator
281 OnWillDestroyStub();
H A Dgpu_video_decode_accelerator.cc141 // This class can only be self-deleted from OnWillDestroyStub(), which means
435 OnWillDestroyStub();
464 void GpuVideoDecodeAccelerator::OnWillDestroyStub() { function in class:content::GpuVideoDecodeAccelerator

Completed in 1425 milliseconds