Home | History | Annotate | Download | only in gpu

Lines Matching refs:GpuProcessHost

47 class GpuProcessHost : public BrowserChildProcessHostDelegate,
66 // Creates a new GpuProcessHost or gets an existing one, resulting in the
71 CONTENT_EXPORT static GpuProcessHost* Get(GpuProcessKind kind,
87 static GpuProcessHost* FromID(int host_id);
93 // Adds a message filter to the GpuProcessHost's channel.
134 static bool ValidateHost(GpuProcessHost* host);
136 GpuProcessHost(int host_id, GpuProcessKind kind);
137 virtual ~GpuProcessHost();
190 // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
270 DISALLOW_COPY_AND_ASSIGN(GpuProcessHost);