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

  /external/chromium_org/ppapi/shared_impl/
resource.cc 54 void Resource::NotifyLastPluginRefWasDeleted() {
resource.h 181 virtual void NotifyLastPluginRefWasDeleted();
resource_tracker.cc 241 object->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
plugin_resource.h 55 virtual void NotifyLastPluginRefWasDeleted() OVERRIDE;

Completed in 3712 milliseconds