HomeSort by relevance Sort by last modified time
    Searched refs:HostGlobals (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/renderer/pepper/
host_globals.cc 85 HostGlobals* HostGlobals::host_globals_ = NULL;
87 HostGlobals::HostGlobals()
97 HostGlobals::~HostGlobals() {
102 ppapi::ResourceTracker* HostGlobals::GetResourceTracker() {
106 ppapi::VarTracker* HostGlobals::GetVarTracker() { return &host_var_tracker_; }
108 ppapi::CallbackTracker* HostGlobals::GetCallbackTrackerForInstance(
116 ppapi::thunk::PPB_Instance_API* HostGlobals::GetInstanceAPI
    [all...]
host_globals.h 20 class HostGlobals : public ppapi::PpapiGlobals {
22 HostGlobals();
23 virtual ~HostGlobals();
28 inline static HostGlobals* Get() {
30 return static_cast<HostGlobals*>(PpapiGlobals::Get());
93 static HostGlobals* host_globals_;
107 DISALLOW_COPY_AND_ASSIGN(HostGlobals);
ppb_proxy_impl.cc 22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
npobject_var.cc 22 content::HostGlobals::Get()->host_var_tracker()->AddNPObjectVar(this);
27 content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this);
37 content::HostGlobals::Get()->host_var_tracker()->RemoveNPObjectVar(this);
host_array_buffer_var.cc 74 HostGlobals* hg = HostGlobals::Get();
ppb_graphics_3d_impl.cc 189 HostGlobals::Get()->GetInstance(pp_instance())->CommitBackingTexture();
217 HostGlobals::Get()->GetInstance(pp_instance());
301 HostGlobals::Get()->GetInstance(pp_instance())->container();
325 HostGlobals::Get()->GetInstance(pp_instance())->BindGraphics(pp_instance(),
342 HostGlobals::Get()->GetInstance(pp_instance());
357 if (ppp_graphics_3d && HostGlobals::Get()->GetInstance(this_pp_instance))
ppb_broker_impl.cc 62 HostGlobals::Get()->GetInstance(pp_instance());
106 HostGlobals::Get()->GetInstance(pp_instance());
ppb_widget_impl.cc 63 HostGlobals::Get()->GetInstance(pp_instance());
ppb_scrollbar_impl.cc 51 HostGlobals::Get()->GetInstance(pp_instance());
162 HostGlobals::Get()->GetInstance(pp_instance())->module();
183 HostGlobals::Get()->GetInstance(pp_instance())->module();
plugin_module.cc 169 // HostGlobals. Figure out the shutdown sequence and find a way to do this
171 HostGlobals* host_globals = NULL;
241 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance(
406 host_globals = new HostGlobals;
409 pp_module_ = HostGlobals::Get()->AddModule(this);
438 HostGlobals::Get()->ModuleDeleted(pp_module_);
ppb_var_deprecated_impl.cc 121 return HostGlobals::Get()->GetInstance(object()->pp_instance());
383 HostGlobals::Get()->GetInstance(pp_instance);
394 PluginModule* module = HostGlobals::Get()->GetModule(pp_module);
host_var_tracker_unittest.cc 62 HostVarTracker& tracker() { return *HostGlobals::Get()->host_var_tracker(); }
renderer_ppapi_host_impl.cc 109 HostGlobals::Get()->GetInstance(pp_instance);
272 HostGlobals::Get()->GetInstance(pp_instance);
url_request_info_util.cc 56 HostGlobals::Get()->GetInstance(instance);
pepper_video_capture_host.cc 180 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker();
330 ppapi::ResourceTracker* tracker = HostGlobals::Get()->GetResourceTracker();
ppb_video_decoder_impl.cc 100 HostGlobals::Get()->GetInstance(pp_instance())->module();
npapi_glue.cc 60 HostGlobals::Get()->host_var_tracker()->NPObjectVarForNPObject(
pepper_plugin_instance_impl.cc 344 HostGlobals::Get()->GetInstance(instance_id);
569 pp_instance_ = HostGlobals::Get()->AddInstance(this);
655 HostGlobals::Get()->InstanceDeleted(pp_instance_);
784 HostGlobals::Get()->InstanceCrashed(pp_instance());
    [all...]
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.h 20 class HostGlobals;
70 friend class content::HostGlobals;

Completed in 810 milliseconds