Searched refs:LastPluginRefWasDeleted (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper.h52 void LastPluginRefWasDeleted();
H A Dvideo_capture_resource.h53 virtual void LastPluginRefWasDeleted() OVERRIDE;
H A Daudio_input_resource.h64 virtual void LastPluginRefWasDeleted() OVERRIDE;
H A Daudio_input_resource.cc152 void AudioInputResource::LastPluginRefWasDeleted() { function in class:ppapi::proxy::AudioInputResource
153 enumeration_helper_.LastPluginRefWasDeleted();
H A Dvideo_capture_resource.cc143 void VideoCaptureResource::LastPluginRefWasDeleted() { function in class:ppapi::proxy::VideoCaptureResource
144 enumeration_helper_.LastPluginRefWasDeleted();
H A Ddevice_enumeration_resource_helper.cc124 void DeviceEnumerationResourceHelper::LastPluginRefWasDeleted() { function in class:ppapi::proxy::DeviceEnumerationResourceHelper
H A Dppb_image_data_proxy.h46 virtual void LastPluginRefWasDeleted() OVERRIDE;
H A Dppb_image_data_proxy.cc333 void ImageData::LastPluginRefWasDeleted() { function in class:ppapi::proxy::ImageData
/external/chromium_org/ppapi/shared_impl/
H A Dresource.cc58 LastPluginRefWasDeleted();
H A Dresource_tracker.h96 void LastPluginRefWasDeleted(Resource* object);
H A Dresource_tracker_unittest.cc30 virtual void LastPluginRefWasDeleted() OVERRIDE {
59 // Test that LastPluginRefWasDeleted is called when the last plugin ref was
H A Dresource_tracker.cc85 LastPluginRefWasDeleted(i->second.first);
139 LastPluginRefWasDeleted(resource);
224 void ResourceTracker::LastPluginRefWasDeleted(Resource* object) { function in class:ppapi::ResourceTracker
H A Dresource.h177 // LastPluginRefWasDeleted() to be notified.
233 virtual void LastPluginRefWasDeleted() {} function in class:ppapi::Resource

Completed in 1595 milliseconds