HostGlobals 79 content/renderer/pepper/host_array_buffer_var.cc HostGlobals* hg = HostGlobals::Get(); HostGlobals 78 content/renderer/pepper/host_globals.cc HostGlobals* HostGlobals::host_globals_ = NULL; HostGlobals 80 content/renderer/pepper/host_globals.cc HostGlobals::HostGlobals() HostGlobals 90 content/renderer/pepper/host_globals.cc HostGlobals::~HostGlobals() { HostGlobals 95 content/renderer/pepper/host_globals.cc ppapi::ResourceTracker* HostGlobals::GetResourceTracker() { HostGlobals 99 content/renderer/pepper/host_globals.cc ppapi::VarTracker* HostGlobals::GetVarTracker() { HostGlobals 103 content/renderer/pepper/host_globals.cc ppapi::CallbackTracker* HostGlobals::GetCallbackTrackerForInstance( HostGlobals 111 content/renderer/pepper/host_globals.cc ppapi::thunk::PPB_Instance_API* HostGlobals::GetInstanceAPI( HostGlobals 117 content/renderer/pepper/host_globals.cc ppapi::thunk::ResourceCreationAPI* HostGlobals::GetResourceCreationAPI( HostGlobals 125 content/renderer/pepper/host_globals.cc PP_Module HostGlobals::GetModuleForInstance(PP_Instance instance) { HostGlobals 132 content/renderer/pepper/host_globals.cc std::string HostGlobals::GetCmdLine() { HostGlobals 137 content/renderer/pepper/host_globals.cc void HostGlobals::PreCacheFontForFlash(const void* logfontw) { HostGlobals 141 content/renderer/pepper/host_globals.cc void HostGlobals::LogWithSource(PP_Instance instance, HostGlobals 146 content/renderer/pepper/host_globals.cc HostGlobals::Get()->GetInstance(instance); HostGlobals 155 content/renderer/pepper/host_globals.cc void HostGlobals::BroadcastLogWithSource(PP_Module pp_module, HostGlobals 180 content/renderer/pepper/host_globals.cc base::TaskRunner* HostGlobals::GetFileTaskRunner() { HostGlobals 184 content/renderer/pepper/host_globals.cc ppapi::MessageLoopShared* HostGlobals::GetCurrentMessageLoop() { HostGlobals 188 content/renderer/pepper/host_globals.cc PP_Module HostGlobals::AddModule(PluginModule* module) { HostGlobals 207 content/renderer/pepper/host_globals.cc void HostGlobals::ModuleDeleted(PP_Module module) { HostGlobals 218 content/renderer/pepper/host_globals.cc PluginModule* HostGlobals::GetModule(PP_Module module) { HostGlobals 227 content/renderer/pepper/host_globals.cc PP_Instance HostGlobals::AddInstance(PepperPluginInstanceImpl* instance) { HostGlobals 248 content/renderer/pepper/host_globals.cc void HostGlobals::InstanceDeleted(PP_Instance instance) { HostGlobals 254 content/renderer/pepper/host_globals.cc void HostGlobals::InstanceCrashed(PP_Instance instance) { HostGlobals 259 content/renderer/pepper/host_globals.cc PepperPluginInstanceImpl* HostGlobals::GetInstance(PP_Instance instance) { HostGlobals 268 content/renderer/pepper/host_globals.cc bool HostGlobals::IsHostGlobals() const { HostGlobals 20 content/renderer/pepper/host_globals.h class HostGlobals : public ppapi::PpapiGlobals { HostGlobals 22 content/renderer/pepper/host_globals.h HostGlobals(); HostGlobals 23 content/renderer/pepper/host_globals.h virtual ~HostGlobals(); HostGlobals 28 content/renderer/pepper/host_globals.h inline static HostGlobals* Get() { HostGlobals 30 content/renderer/pepper/host_globals.h return static_cast<HostGlobals*>(PpapiGlobals::Get()); HostGlobals 95 content/renderer/pepper/host_globals.h static HostGlobals* host_globals_; HostGlobals 109 content/renderer/pepper/host_globals.h DISALLOW_COPY_AND_ASSIGN(HostGlobals); HostGlobals 77 content/renderer/pepper/host_var_tracker_unittest.cc return *HostGlobals::Get()->host_var_tracker(); HostGlobals 60 content/renderer/pepper/npapi_glue.cc HostGlobals::Get()->host_var_tracker()->NPObjectVarForNPObject( HostGlobals 24 content/renderer/pepper/npobject_var.cc content::HostGlobals::Get()->host_var_tracker()->AddNPObjectVar(this); HostGlobals 29 content/renderer/pepper/npobject_var.cc content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this); HostGlobals 43 content/renderer/pepper/npobject_var.cc content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this); HostGlobals 325 content/renderer/pepper/pepper_plugin_instance_impl.cc HostGlobals::Get()->GetInstance(instance_id); HostGlobals 538 content/renderer/pepper/pepper_plugin_instance_impl.cc pp_instance_ = HostGlobals::Get()->AddInstance(this); HostGlobals 623 content/renderer/pepper/pepper_plugin_instance_impl.cc HostGlobals::Get()->InstanceDeleted(pp_instance_); HostGlobals 750 content/renderer/pepper/pepper_plugin_instance_impl.cc HostGlobals::Get()->InstanceCrashed(pp_instance()); HostGlobals 1311 content/renderer/pepper/pepper_plugin_instance_impl.cc HostGlobals::Get()->GetVarTracker()->ReleaseVar(rv); HostGlobals 2865 content/renderer/pepper/pepper_plugin_instance_impl.cc return HostGlobals::Get()->GetInstance(instance_id); HostGlobals 2881 content/renderer/pepper/pepper_plugin_instance_impl.cc return HostGlobals::Get()->GetVarTracker(); HostGlobals 199 content/renderer/pepper/pepper_video_capture_host.cc HostGlobals::Get()->GetResourceTracker(); HostGlobals 351 content/renderer/pepper/pepper_video_capture_host.cc ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); HostGlobals 169 content/renderer/pepper/plugin_module.cc HostGlobals* host_globals = NULL; HostGlobals 245 content/renderer/pepper/plugin_module.cc return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance( HostGlobals 418 content/renderer/pepper/plugin_module.cc host_globals = new HostGlobals; HostGlobals 421 content/renderer/pepper/plugin_module.cc pp_module_ = HostGlobals::Get()->AddModule(this); HostGlobals 450 content/renderer/pepper/plugin_module.cc HostGlobals::Get()->ModuleDeleted(pp_module_); HostGlobals 64 content/renderer/pepper/ppb_broker_impl.cc HostGlobals::Get()->GetInstance(pp_instance()); HostGlobals 108 content/renderer/pepper/ppb_broker_impl.cc HostGlobals::Get()->GetInstance(pp_instance()); HostGlobals 179 content/renderer/pepper/ppb_graphics_3d_impl.cc HostGlobals::Get()->GetInstance(pp_instance())->CommitBackingTexture(); HostGlobals 213 content/renderer/pepper/ppb_graphics_3d_impl.cc HostGlobals::Get()->GetInstance(pp_instance()); HostGlobals 257 content/renderer/pepper/ppb_graphics_3d_impl.cc HostGlobals::Get()->GetInstance(pp_instance())->container(); HostGlobals 281 content/renderer/pepper/ppb_graphics_3d_impl.cc HostGlobals::Get()->GetInstance(pp_instance())->BindGraphics( HostGlobals 298 content/renderer/pepper/ppb_graphics_3d_impl.cc HostGlobals::Get()->GetInstance(pp_instance()); HostGlobals 315 content/renderer/pepper/ppb_graphics_3d_impl.cc if (ppp_graphics_3d && HostGlobals::Get()->GetInstance(this_pp_instance)) HostGlobals 22 content/renderer/pepper/ppb_proxy_impl.cc PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); HostGlobals 37 content/renderer/pepper/ppb_proxy_impl.cc PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); HostGlobals 43 content/renderer/pepper/ppb_proxy_impl.cc PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); HostGlobals 49 content/renderer/pepper/ppb_proxy_impl.cc PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); HostGlobals 55 content/renderer/pepper/ppb_proxy_impl.cc PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); HostGlobals 56 content/renderer/pepper/ppb_scrollbar_impl.cc HostGlobals::Get()->GetInstance(pp_instance()); HostGlobals 173 content/renderer/pepper/ppb_scrollbar_impl.cc HostGlobals::Get()->GetInstance(pp_instance())->module(); HostGlobals 195 content/renderer/pepper/ppb_scrollbar_impl.cc HostGlobals::Get()->GetInstance(pp_instance())->module(); HostGlobals 122 content/renderer/pepper/ppb_var_deprecated_impl.cc return HostGlobals::Get()->GetInstance(object()->pp_instance()); HostGlobals 392 content/renderer/pepper/ppb_var_deprecated_impl.cc HostGlobals::Get()->GetInstance(pp_instance); HostGlobals 403 content/renderer/pepper/ppb_var_deprecated_impl.cc PluginModule* module = HostGlobals::Get()->GetModule(pp_module); HostGlobals 102 content/renderer/pepper/ppb_video_decoder_impl.cc HostGlobals::Get()->GetInstance(pp_instance())->module(); HostGlobals 68 content/renderer/pepper/ppb_widget_impl.cc HostGlobals::Get()->GetInstance(pp_instance()); HostGlobals 110 content/renderer/pepper/renderer_ppapi_host_impl.cc HostGlobals::Get()->GetInstance(pp_instance); HostGlobals 263 content/renderer/pepper/renderer_ppapi_host_impl.cc HostGlobals::Get()->GetInstance(pp_instance); HostGlobals 57 content/renderer/pepper/url_request_info_util.cc HostGlobals::Get()->GetInstance(instance); HostGlobals 20 ppapi/shared_impl/proxy_lock.h class HostGlobals; HostGlobals 70 ppapi/shared_impl/proxy_lock.h friend class content::HostGlobals;