OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstanceDeleted
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/renderer/pepper/
npobject_var.h
47
void
InstanceDeleted
();
npobject_var.cc
41
void NPObjectVar::
InstanceDeleted
() {
host_globals.h
82
void
InstanceDeleted
(PP_Instance instance);
plugin_module.h
162
void
InstanceDeleted
(PepperPluginInstanceImpl* instance);
host_var_tracker.cc
142
object_var->
InstanceDeleted
();
host_globals.cc
248
void HostGlobals::
InstanceDeleted
(PP_Instance instance) {
plugin_module.cc
588
void PluginModule::
InstanceDeleted
(PepperPluginInstanceImpl* instance) {
pepper_plugin_instance_impl.cc
590
module_->
InstanceDeleted
(this);
593
original_module_->
InstanceDeleted
(this);
597
HostGlobals::Get()->
InstanceDeleted
(pp_instance_);
[
all
...]
Completed in 125 milliseconds