Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Dplugin_resource.cc58 void PluginResource::NotifyLastPluginRefWasDeleted() { in NotifyLastPluginRefWasDeleted() function in ppapi::proxy::PluginResource
59 Resource::NotifyLastPluginRefWasDeleted(); in NotifyLastPluginRefWasDeleted()
Dplugin_resource.h55 virtual void NotifyLastPluginRefWasDeleted() OVERRIDE;
/external/chromium_org/ppapi/shared_impl/
Dresource.cc56 void Resource::NotifyLastPluginRefWasDeleted() { in NotifyLastPluginRefWasDeleted() function in ppapi::Resource
Dresource.h178 virtual void NotifyLastPluginRefWasDeleted();
Dresource_tracker.cc243 object->NotifyLastPluginRefWasDeleted(); in LastPluginRefWasDeleted()