OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyLastPluginRefWasDeleted
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/shared_impl/
resource.cc
56
void Resource::
NotifyLastPluginRefWasDeleted
() {
resource.h
178
virtual void
NotifyLastPluginRefWasDeleted
();
resource_tracker.cc
243
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 80 milliseconds