Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/pepper/
Dhost_globals.cc85 HostGlobals* HostGlobals::host_globals_ = NULL;
87 HostGlobals::HostGlobals() in HostGlobals() function in content::HostGlobals
97 HostGlobals::~HostGlobals() { in ~HostGlobals()
102 ppapi::ResourceTracker* HostGlobals::GetResourceTracker() { in GetResourceTracker()
106 ppapi::VarTracker* HostGlobals::GetVarTracker() { return &host_var_tracker_; } in GetVarTracker()
108 ppapi::CallbackTracker* HostGlobals::GetCallbackTrackerForInstance( in GetCallbackTrackerForInstance()
116 ppapi::thunk::PPB_Instance_API* HostGlobals::GetInstanceAPI( in GetInstanceAPI()
122 ppapi::thunk::ResourceCreationAPI* HostGlobals::GetResourceCreationAPI( in GetResourceCreationAPI()
130 PP_Module HostGlobals::GetModuleForInstance(PP_Instance instance) { in GetModuleForInstance()
137 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()
93 static HostGlobals* host_globals_;
107 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()
Dv8object_var.cc19 : instance_(content::HostGlobals::Get()->GetInstance(instance)) { in V8ObjectVar()
21 content::HostGlobals::Get()->host_var_tracker()->AddV8ObjectVar(this); in V8ObjectVar()
26 content::HostGlobals::Get()->host_var_tracker()->RemoveV8ObjectVar(this); in ~V8ObjectVar()
Dppb_graphics_3d_impl.cc199 HostGlobals::Get()->GetInstance(pp_instance())->CommitBackingTexture(); in DoSwapBuffers()
229 HostGlobals::Get()->GetInstance(pp_instance()); in InitRaw()
315 HostGlobals::Get()->GetInstance(pp_instance())->container(); in OnConsoleMessage()
339 HostGlobals::Get()->GetInstance(pp_instance())->BindGraphics(pp_instance(), in OnContextLost()
356 HostGlobals::Get()->GetInstance(pp_instance()); in SendContextLost()
371 if (ppp_graphics_3d && HostGlobals::Get()->GetInstance(this_pp_instance)) in SendContextLost()
Dhost_array_buffer_var.cc74 HostGlobals* hg = HostGlobals::Get(); in CopyToNewShmem()
Dppb_broker_impl.cc61 HostGlobals::Get()->GetInstance(pp_instance()); in Connect()
105 HostGlobals::Get()->GetInstance(pp_instance()); in GetDocumentUrl()
Dppb_scrollbar_impl.cc51 HostGlobals::Get()->GetInstance(pp_instance()); in Init()
162 HostGlobals::Get()->GetInstance(pp_instance())->module(); in valueChanged()
183 HostGlobals::Get()->GetInstance(pp_instance())->module(); in overlayChanged()
Dplugin_module.cc171 HostGlobals* host_globals = NULL;
241 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance( in GetLiveObjectsForInstance()
413 host_globals = new HostGlobals; in PluginModule()
416 pp_module_ = HostGlobals::Get()->AddModule(this); in PluginModule()
445 HostGlobals::Get()->ModuleDeleted(pp_module_); in ~PluginModule()
Durl_request_info_util.cc57 HostGlobals::Get()->GetInstance(instance); in AppendFileRefToBody()
159 HostGlobals::Get()->GetInstance(instance); in CreateWebURLRequest()
Drenderer_ppapi_host_impl.cc109 HostGlobals::Get()->GetInstance(pp_instance); in GetForPPInstance()
272 HostGlobals::Get()->GetInstance(pp_instance); in GetAndValidateInstance()
Dppb_widget_impl.cc63 HostGlobals::Get()->GetInstance(pp_instance()); in Invalidate()
Dpepper_video_capture_host.cc182 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in AllocBuffers()
333 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in ReleaseBuffers()
Dhost_var_tracker_unittest.cc78 HostVarTracker& tracker() { return *HostGlobals::Get()->host_var_tracker(); } in tracker()
Dppb_var_deprecated_impl.cc312 HostGlobals::Get()->GetInstance(pp_instance); in CreateObjectDeprecated()
323 PluginModule* module = HostGlobals::Get()->GetModule(pp_module); in CreateObjectWithModuleDeprecated()
Dhost_var_tracker.cc114 HostGlobals::Get()->GetInstance(pp_instance); in DidDeleteInstance()
Dppb_video_decoder_impl.cc99 HostGlobals::Get()->GetInstance(pp_instance())->module(); in PPB_VideoDecoder_Impl()
Dpepper_plugin_instance_impl.cc341 HostGlobals::Get()->GetInstance(instance_id); in SecurityOriginForInstance()
566 pp_instance_ = HostGlobals::Get()->AddInstance(this); in PepperPluginInstanceImpl()
657 HostGlobals::Get()->InstanceDeleted(pp_instance_); in ~PepperPluginInstanceImpl()
815 HostGlobals::Get()->InstanceCrashed(pp_instance()); in InstanceCrashed()
1429 HostGlobals::Get()->GetVarTracker()->ReleaseVar(rv); in GetSelectedText()
3055 return HostGlobals::Get()->GetInstance(instance_id); in Get()
3069 return HostGlobals::Get()->GetVarTracker(); in GetVarTracker()
Dv8_var_converter.cc253 *result = content::HostGlobals::Get()-> in GetOrCreateVar()
/external/chromium_org/ppapi/shared_impl/
Dproxy_lock.h20 class HostGlobals; variable
70 friend class content::HostGlobals;