Searched defs:NotifyLastPluginRefWasDeleted (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dresource.cc54 void Resource::NotifyLastPluginRefWasDeleted() { function in class:ppapi::Resource
/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

Completed in 601 milliseconds