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

/external/chromium_org/ppapi/shared_impl/
H A Dresource.cc56 void Resource::NotifyLastPluginRefWasDeleted() { function in class:ppapi::Resource
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource.cc50 void PluginResource::NotifyLastPluginRefWasDeleted() { function in class:ppapi::proxy::PluginResource
51 Resource::NotifyLastPluginRefWasDeleted();
64 // Please see comments in NotifyLastPluginRefWasDeleted() about why we must
66 // It is possible that NotifyLastPluginRefWasDeleted() is never called for a
69 // receive a NotifyLastPluginRefWasDeleted() call. For those resources, we

Completed in 41 milliseconds