Searched refs:HostGlobals (Results 1 – 20 of 20) 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()
19 : 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()
199 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()
74 HostGlobals* hg = HostGlobals::Get(); in CopyToNewShmem()
61 HostGlobals::Get()->GetInstance(pp_instance()); in Connect()105 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()
171 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()
57 HostGlobals::Get()->GetInstance(instance); in AppendFileRefToBody()159 HostGlobals::Get()->GetInstance(instance); in CreateWebURLRequest()
109 HostGlobals::Get()->GetInstance(pp_instance); in GetForPPInstance()272 HostGlobals::Get()->GetInstance(pp_instance); in GetAndValidateInstance()
63 HostGlobals::Get()->GetInstance(pp_instance()); in Invalidate()
182 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in AllocBuffers()333 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker(); in ReleaseBuffers()
78 HostVarTracker& tracker() { return *HostGlobals::Get()->host_var_tracker(); } in tracker()
312 HostGlobals::Get()->GetInstance(pp_instance); in CreateObjectDeprecated()323 PluginModule* module = HostGlobals::Get()->GetModule(pp_module); in CreateObjectWithModuleDeprecated()
114 HostGlobals::Get()->GetInstance(pp_instance); in DidDeleteInstance()
99 HostGlobals::Get()->GetInstance(pp_instance())->module(); in PPB_VideoDecoder_Impl()
341 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()
253 *result = content::HostGlobals::Get()-> in GetOrCreateVar()
20 class HostGlobals; variable70 friend class content::HostGlobals;