Home
last modified time | relevance | path

Searched refs:HostGlobals (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dhost_globals.cc78 HostGlobals* HostGlobals::host_globals_ = NULL;
80 HostGlobals::HostGlobals() in HostGlobals() function in content::HostGlobals
90 HostGlobals::~HostGlobals() { in ~HostGlobals()
95 ppapi::ResourceTracker* HostGlobals::GetResourceTracker() { in GetResourceTracker()
99 ppapi::VarTracker* HostGlobals::GetVarTracker() { in GetVarTracker()
103 ppapi::CallbackTracker* HostGlobals::GetCallbackTrackerForInstance( in GetCallbackTrackerForInstance()
111 ppapi::thunk::PPB_Instance_API* HostGlobals::GetInstanceAPI( in GetInstanceAPI()
117 ppapi::thunk::ResourceCreationAPI* HostGlobals::GetResourceCreationAPI( in GetResourceCreationAPI()
125 PP_Module HostGlobals::GetModuleForInstance(PP_Instance instance) { in GetModuleForInstance()
132 std::string HostGlobals::GetCmdLine() { in GetCmdLine()
[all …]
Dhost_globals.h20 class HostGlobals : public ppapi::PpapiGlobals {
22 HostGlobals();
23 virtual ~HostGlobals();
28 inline static HostGlobals* Get() { in Get()
30 return static_cast<HostGlobals*>(PpapiGlobals::Get()); in Get()
95 static HostGlobals* host_globals_;
109 DISALLOW_COPY_AND_ASSIGN(HostGlobals);
Dppb_proxy_impl.cc22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in PluginCrashed()
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in SetReserveInstanceIDCallback()
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in AddRefModule()
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in ReleaseModule()
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in IsInModuleDestructor()
Dnpobject_var.cc24 content::HostGlobals::Get()->host_var_tracker()->AddNPObjectVar(this); in NPObjectVar()
29 content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this); in ~NPObjectVar()
43 content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this); in InstanceDeleted()
Dppb_graphics_3d_impl.cc212 HostGlobals::Get()->GetInstance(pp_instance())->CommitBackingTexture(); in DoSwapBuffers()
246 HostGlobals::Get()->GetInstance(pp_instance()); in InitRaw()
287 HostGlobals::Get()->GetInstance(pp_instance())->container(); in OnConsoleMessage()
311 HostGlobals::Get()->GetInstance(pp_instance())->BindGraphics( in OnContextLost()
328 HostGlobals::Get()->GetInstance(pp_instance()); in SendContextLost()
345 if (ppp_graphics_3d && HostGlobals::Get()->GetInstance(this_pp_instance)) in SendContextLost()
Dhost_array_buffer_var.cc79 HostGlobals* hg = HostGlobals::Get(); in CopyToNewShmem()
Dppb_broker_impl.cc64 HostGlobals::Get()->GetInstance(pp_instance()); in Connect()
108 HostGlobals::Get()->GetInstance(pp_instance()); in GetDocumentUrl()
Dplugin_module.cc168 HostGlobals* host_globals = NULL;
244 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance( in GetLiveObjectsForInstance()
419 host_globals = new HostGlobals; in PluginModule()
422 pp_module_ = HostGlobals::Get()->AddModule(this); in PluginModule()
451 HostGlobals::Get()->ModuleDeleted(pp_module_); in ~PluginModule()
Dppb_scrollbar_impl.cc56 HostGlobals::Get()->GetInstance(pp_instance()); in Init()
173 HostGlobals::Get()->GetInstance(pp_instance())->module(); in valueChanged()
195 HostGlobals::Get()->GetInstance(pp_instance())->module(); in overlayChanged()
Dppb_var_deprecated_impl.cc122 return HostGlobals::Get()->GetInstance(object()->pp_instance()); in GetPluginInstance()
392 HostGlobals::Get()->GetInstance(pp_instance); in CreateObjectDeprecated()
403 PluginModule* module = HostGlobals::Get()->GetModule(pp_module); in CreateObjectWithModuleDeprecated()
Drenderer_ppapi_host_impl.cc110 HostGlobals::Get()->GetInstance(pp_instance); in GetForPPInstance()
271 HostGlobals::Get()->GetInstance(pp_instance); in GetAndValidateInstance()
Dppb_widget_impl.cc68 HostGlobals::Get()->GetInstance(pp_instance()); in Invalidate()
Dhost_var_tracker_unittest.cc78 return *HostGlobals::Get()->host_var_tracker(); in tracker()
Dpepper_video_capture_host.cc197 HostGlobals::Get()->GetResourceTracker(); in AllocBuffers()
349 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in ReleaseBuffers()
Durl_request_info_util.cc57 HostGlobals::Get()->GetInstance(instance); in AppendFileRefToBody()
Dppb_video_decoder_impl.cc102 HostGlobals::Get()->GetInstance(pp_instance())->module(); in PPB_VideoDecoder_Impl()
Dpepper_plugin_instance_impl.cc322 HostGlobals::Get()->GetInstance(instance_id); in SecurityOriginForInstance()
532 pp_instance_ = HostGlobals::Get()->AddInstance(this); in PepperPluginInstanceImpl()
597 HostGlobals::Get()->InstanceDeleted(pp_instance_); in ~PepperPluginInstanceImpl()
722 HostGlobals::Get()->InstanceCrashed(pp_instance()); in InstanceCrashed()
1264 HostGlobals::Get()->GetVarTracker()->ReleaseVar(rv); in GetSelectedText()
2713 return HostGlobals::Get()->GetInstance(instance_id); in Get()
2729 return HostGlobals::Get()->GetVarTracker(); in GetVarTracker()
Dnpapi_glue.cc60 HostGlobals::Get()->host_var_tracker()->NPObjectVarForNPObject( in NPObjectToPPVarImpl()
/external/chromium_org/ppapi/shared_impl/
Dproxy_lock.h20 class HostGlobals; variable
70 friend class content::HostGlobals;