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

  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 40 IDMap<GpuProcessHostUIShim> g_hosts_by_id;
108 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id_);
113 GpuProcessHostUIShim::GpuProcessHostUIShim(int host_id)
129 GpuProcessHostUIShim* GpuProcessHostUIShim::Create(int host_id) {
131 return new GpuProcessHostUIShim(host_id);
135 void GpuProcessHostUIShim::Destroy(int host_id) {
141 void GpuProcessHostUIShim::DestroyAll()
    [all...]
gpu_process_host_ui_shim.h 52 class GpuProcessHostUIShim
57 // Create a GpuProcessHostUIShim with the given ID. The object can be found
59 static GpuProcessHostUIShim* Create(int host_id);
61 // Destroy the GpuProcessHostUIShim with the given host ID. This can only
69 static GpuProcessHostUIShim* FromID(int host_id);
90 explicit GpuProcessHostUIShim(int host_id);
91 virtual ~GpuProcessHostUIShim();
113 // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
browser_process_impl.cc 224 GpuProcessHostUIShim::DestroyAll();
    [all...]

Completed in 1909 milliseconds