Searched refs:HostGlobals (Results 1 – 19 of 19) sorted by relevance
78 HostGlobals* HostGlobals::host_globals_ = NULL;80 HostGlobals::HostGlobals() in HostGlobals() function in content::HostGlobals90 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 …]
20 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);
22 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()
24 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()
212 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()
79 HostGlobals* hg = HostGlobals::Get(); in CopyToNewShmem()
64 HostGlobals::Get()->GetInstance(pp_instance()); in Connect()108 HostGlobals::Get()->GetInstance(pp_instance()); in GetDocumentUrl()
168 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()
56 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()
122 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()
110 HostGlobals::Get()->GetInstance(pp_instance); in GetForPPInstance()271 HostGlobals::Get()->GetInstance(pp_instance); in GetAndValidateInstance()
68 HostGlobals::Get()->GetInstance(pp_instance()); in Invalidate()
78 return *HostGlobals::Get()->host_var_tracker(); in tracker()
197 HostGlobals::Get()->GetResourceTracker(); in AllocBuffers()349 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in ReleaseBuffers()
57 HostGlobals::Get()->GetInstance(instance); in AppendFileRefToBody()
102 HostGlobals::Get()->GetInstance(pp_instance())->module(); in PPB_VideoDecoder_Impl()
322 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()
60 HostGlobals::Get()->host_var_tracker()->NPObjectVarForNPObject( in NPObjectToPPVarImpl()
20 class HostGlobals; variable70 friend class content::HostGlobals;