Searched refs:NotifyLastPluginRefWasDeleted (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dresource.cc54 void Resource::NotifyLastPluginRefWasDeleted() { function in class:ppapi::Resource
H A Dresource.h181 virtual void NotifyLastPluginRefWasDeleted();
H A Dresource_tracker.cc241 object->NotifyLastPluginRefWasDeleted();
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource.cc58 void PluginResource::NotifyLastPluginRefWasDeleted() { function in class:ppapi::proxy::PluginResource
59 Resource::NotifyLastPluginRefWasDeleted();
72 // Please see comments in NotifyLastPluginRefWasDeleted() about why we must
74 // It is possible that NotifyLastPluginRefWasDeleted() is never called for a
77 // receive a NotifyLastPluginRefWasDeleted() call. For those resources, we
H A Dplugin_resource.h55 virtual void NotifyLastPluginRefWasDeleted() OVERRIDE;

Completed in 565 milliseconds