Searched refs:HostGlobals (Results 1 – 19 of 19) sorted by relevance
85 HostGlobals* HostGlobals::host_globals_ = NULL;87 HostGlobals::HostGlobals() in HostGlobals() function in content::HostGlobals97 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 …]
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()93 static HostGlobals* host_globals_;107 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()
22 content::HostGlobals::Get()->host_var_tracker()->AddNPObjectVar(this); in NPObjectVar()27 content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this); in ~NPObjectVar()37 content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this); in InstanceDeleted()
189 HostGlobals::Get()->GetInstance(pp_instance())->CommitBackingTexture(); in DoSwapBuffers()217 HostGlobals::Get()->GetInstance(pp_instance()); in InitRaw()301 HostGlobals::Get()->GetInstance(pp_instance())->container(); in OnConsoleMessage()325 HostGlobals::Get()->GetInstance(pp_instance())->BindGraphics(pp_instance(), in OnContextLost()342 HostGlobals::Get()->GetInstance(pp_instance()); in SendContextLost()357 if (ppp_graphics_3d && HostGlobals::Get()->GetInstance(this_pp_instance)) in SendContextLost()
74 HostGlobals* hg = HostGlobals::Get(); in CopyToNewShmem()
171 HostGlobals* host_globals = NULL;241 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance( in GetLiveObjectsForInstance()406 host_globals = new HostGlobals; in PluginModule()409 pp_module_ = HostGlobals::Get()->AddModule(this); in PluginModule()438 HostGlobals::Get()->ModuleDeleted(pp_module_); in ~PluginModule()
62 HostGlobals::Get()->GetInstance(pp_instance()); in Connect()106 HostGlobals::Get()->GetInstance(pp_instance()); in GetDocumentUrl()
51 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()
121 return HostGlobals::Get()->GetInstance(object()->pp_instance()); in GetPluginInstance()383 HostGlobals::Get()->GetInstance(pp_instance); in CreateObjectDeprecated()394 PluginModule* module = HostGlobals::Get()->GetModule(pp_module); in CreateObjectWithModuleDeprecated()
109 HostGlobals::Get()->GetInstance(pp_instance); in GetForPPInstance()272 HostGlobals::Get()->GetInstance(pp_instance); in GetAndValidateInstance()
63 HostGlobals::Get()->GetInstance(pp_instance()); in Invalidate()
62 HostVarTracker& tracker() { return *HostGlobals::Get()->host_var_tracker(); } in tracker()
180 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in AllocBuffers()330 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in ReleaseBuffers()
56 HostGlobals::Get()->GetInstance(instance); in AppendFileRefToBody()
100 HostGlobals::Get()->GetInstance(pp_instance())->module(); in PPB_VideoDecoder_Impl()
344 HostGlobals::Get()->GetInstance(instance_id); in SecurityOriginForInstance()569 pp_instance_ = HostGlobals::Get()->AddInstance(this); in PepperPluginInstanceImpl()655 HostGlobals::Get()->InstanceDeleted(pp_instance_); in ~PepperPluginInstanceImpl()784 HostGlobals::Get()->InstanceCrashed(pp_instance()); in InstanceCrashed()1379 HostGlobals::Get()->GetVarTracker()->ReleaseVar(rv); in GetSelectedText()2974 return HostGlobals::Get()->GetInstance(instance_id); in Get()2988 return HostGlobals::Get()->GetVarTracker(); in GetVarTracker()
60 HostGlobals::Get()->host_var_tracker()->NPObjectVarForNPObject( in NPObjectToPPVarImpl()
20 class HostGlobals; variable70 friend class content::HostGlobals;