HomeSort by relevance Sort by last modified time
    Searched refs:LastPluginRefWasDeleted (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper.h 50 void LastPluginRefWasDeleted();
video_capture_resource.h 50 virtual void LastPluginRefWasDeleted() OVERRIDE;
audio_input_resource.h 65 virtual void LastPluginRefWasDeleted() OVERRIDE;
ppb_image_data_proxy.h 46 virtual void LastPluginRefWasDeleted() OVERRIDE;
audio_input_resource.cc 148 void AudioInputResource::LastPluginRefWasDeleted() {
149 enumeration_helper_.LastPluginRefWasDeleted();
video_capture_resource.cc 137 void VideoCaptureResource::LastPluginRefWasDeleted() {
138 enumeration_helper_.LastPluginRefWasDeleted();
device_enumeration_resource_helper.cc 106 void DeviceEnumerationResourceHelper::LastPluginRefWasDeleted() {
ppb_image_data_proxy.cc 333 void ImageData::LastPluginRefWasDeleted() {
  /external/chromium_org/ppapi/shared_impl/
resource.cc 56 LastPluginRefWasDeleted();
resource_tracker.h 96 void LastPluginRefWasDeleted(Resource* object);
resource_tracker_unittest.cc 28 virtual void LastPluginRefWasDeleted() OVERRIDE {
54 // Test that LastPluginRefWasDeleted is called when the last plugin ref was
resource_tracker.cc 83 LastPluginRefWasDeleted(i->second.first);
137 LastPluginRefWasDeleted(resource);
222 void ResourceTracker::LastPluginRefWasDeleted(Resource* object) {
resource.h 180 // LastPluginRefWasDeleted() to be notified.
236 virtual void LastPluginRefWasDeleted() {}

Completed in 156 milliseconds