HomeSort by relevance Sort by last modified time
    Searched defs:NotifyLastPluginRefWasDeleted (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/shared_impl/
resource.cc 54 void Resource::NotifyLastPluginRefWasDeleted() {
  /external/chromium_org/ppapi/proxy/
plugin_resource.cc 58 void PluginResource::NotifyLastPluginRefWasDeleted() {
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 69 milliseconds