OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstanceDeleted
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/renderer/pepper/
npobject_var.h
47
void
InstanceDeleted
();
npobject_var.cc
35
void NPObjectVar::
InstanceDeleted
() {
host_globals.h
80
void
InstanceDeleted
(PP_Instance instance);
plugin_module.h
160
void
InstanceDeleted
(PepperPluginInstanceImpl* instance);
host_var_tracker.cc
140
object_var->
InstanceDeleted
();
host_globals.cc
258
void HostGlobals::
InstanceDeleted
(PP_Instance instance) {
plugin_module.cc
569
void PluginModule::
InstanceDeleted
(PepperPluginInstanceImpl* instance) {
pepper_plugin_instance_impl.cc
648
module_->
InstanceDeleted
(this);
651
original_module_->
InstanceDeleted
(this);
655
HostGlobals::Get()->
InstanceDeleted
(pp_instance_);
[
all
...]
/external/chromium_org/mojo/examples/pepper_container_app/
mojo_ppapi_globals.h
42
void
InstanceDeleted
(PP_Instance instance);
mojo_ppapi_globals.cc
90
void MojoPpapiGlobals::
InstanceDeleted
(PP_Instance instance) {
plugin_instance.cc
30
MojoPpapiGlobals::Get()->
InstanceDeleted
(pp_instance_);
Completed in 97 milliseconds