GpuProcessHostUIShim  766 content/browser/browser_main_loop.cc     GpuProcessHostUIShim::DestroyAll();
GpuProcessHostUIShim   53 content/browser/frame_host/debug_urls.cc     GpuProcessHostUIShim* shim = GpuProcessHostUIShim::GetOneInstance();
GpuProcessHostUIShim   60 content/browser/frame_host/debug_urls.cc     GpuProcessHostUIShim* shim = GpuProcessHostUIShim::GetOneInstance();
GpuProcessHostUIShim   67 content/browser/frame_host/debug_urls.cc     GpuProcessHostUIShim* shim = GpuProcessHostUIShim::GetOneInstance();
GpuProcessHostUIShim  183 content/browser/gpu/gpu_ipc_browsertests.cc   GpuProcessHostUIShim* shim =
GpuProcessHostUIShim  184 content/browser/gpu/gpu_ipc_browsertests.cc       GpuProcessHostUIShim::FromID(GetFactory()->GpuProcessHostId());
GpuProcessHostUIShim  429 content/browser/gpu/gpu_process_host.cc       base::Bind(base::IgnoreResult(&GpuProcessHostUIShim::Create), host_id));
GpuProcessHostUIShim  576 content/browser/gpu/gpu_process_host.cc                           base::Bind(&GpuProcessHostUIShim::Destroy,
GpuProcessHostUIShim   34 content/browser/gpu/gpu_process_host_ui_shim.cc base::LazyInstance<IDMap<GpuProcessHostUIShim> > g_hosts_by_id =
GpuProcessHostUIShim   87 content/browser/gpu/gpu_process_host_ui_shim.cc   GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id);
GpuProcessHostUIShim   92 content/browser/gpu/gpu_process_host_ui_shim.cc GpuProcessHostUIShim::GpuProcessHostUIShim(int host_id)
GpuProcessHostUIShim   98 content/browser/gpu/gpu_process_host_ui_shim.cc GpuProcessHostUIShim* GpuProcessHostUIShim::Create(int host_id) {
GpuProcessHostUIShim  100 content/browser/gpu/gpu_process_host_ui_shim.cc   return new GpuProcessHostUIShim(host_id);
GpuProcessHostUIShim  104 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::Destroy(int host_id, const std::string& message) {
GpuProcessHostUIShim  115 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::DestroyAll() {
GpuProcessHostUIShim  118 content/browser/gpu/gpu_process_host_ui_shim.cc     IDMap<GpuProcessHostUIShim>::iterator it(g_hosts_by_id.Pointer());
GpuProcessHostUIShim  124 content/browser/gpu/gpu_process_host_ui_shim.cc GpuProcessHostUIShim* GpuProcessHostUIShim::FromID(int host_id) {
GpuProcessHostUIShim  130 content/browser/gpu/gpu_process_host_ui_shim.cc GpuProcessHostUIShim* GpuProcessHostUIShim::GetOneInstance() {
GpuProcessHostUIShim  134 content/browser/gpu/gpu_process_host_ui_shim.cc   IDMap<GpuProcessHostUIShim>::iterator it(g_hosts_by_id.Pointer());
GpuProcessHostUIShim  138 content/browser/gpu/gpu_process_host_ui_shim.cc bool GpuProcessHostUIShim::Send(IPC::Message* msg) {
GpuProcessHostUIShim  147 content/browser/gpu/gpu_process_host_ui_shim.cc bool GpuProcessHostUIShim::OnMessageReceived(const IPC::Message& message) {
GpuProcessHostUIShim  156 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::SimulateRemoveAllContext() {
GpuProcessHostUIShim  160 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::SimulateCrash() {
GpuProcessHostUIShim  164 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::SimulateHang() {
GpuProcessHostUIShim  168 content/browser/gpu/gpu_process_host_ui_shim.cc GpuProcessHostUIShim::~GpuProcessHostUIShim() {
GpuProcessHostUIShim  173 content/browser/gpu/gpu_process_host_ui_shim.cc bool GpuProcessHostUIShim::OnControlMessageReceived(
GpuProcessHostUIShim  177 content/browser/gpu/gpu_process_host_ui_shim.cc   IPC_BEGIN_MESSAGE_MAP(GpuProcessHostUIShim, message)
GpuProcessHostUIShim  207 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnUpdateVSyncParameters(int surface_id,
GpuProcessHostUIShim  224 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnLogMessage(
GpuProcessHostUIShim  232 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnGraphicsInfoCollected(
GpuProcessHostUIShim  241 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnResizeView(int32 surface_id,
GpuProcessHostUIShim  259 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnAcceleratedSurfaceInitialized(int32 surface_id,
GpuProcessHostUIShim  268 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped(
GpuProcessHostUIShim  302 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnFrameDrawn(
GpuProcessHostUIShim  310 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnAcceleratedSurfacePostSubBuffer(
GpuProcessHostUIShim  344 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnAcceleratedSurfaceSuspend(int32 surface_id) {
GpuProcessHostUIShim  356 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnAcceleratedSurfaceRelease(
GpuProcessHostUIShim  365 content/browser/gpu/gpu_process_host_ui_shim.cc void GpuProcessHostUIShim::OnVideoMemoryUsageStatsReceived(
GpuProcessHostUIShim   46 content/browser/gpu/gpu_process_host_ui_shim.h class GpuProcessHostUIShim : public IPC::Listener,
GpuProcessHostUIShim   52 content/browser/gpu/gpu_process_host_ui_shim.h   static GpuProcessHostUIShim* Create(int host_id);
GpuProcessHostUIShim   62 content/browser/gpu/gpu_process_host_ui_shim.h   CONTENT_EXPORT static GpuProcessHostUIShim* FromID(int host_id);
GpuProcessHostUIShim   66 content/browser/gpu/gpu_process_host_ui_shim.h   CONTENT_EXPORT static GpuProcessHostUIShim* GetOneInstance();
GpuProcessHostUIShim   82 content/browser/gpu/gpu_process_host_ui_shim.h   explicit GpuProcessHostUIShim(int host_id);
GpuProcessHostUIShim   83 content/browser/gpu/gpu_process_host_ui_shim.h   virtual ~GpuProcessHostUIShim();
GpuProcessHostUIShim 2303 content/browser/renderer_host/render_widget_host_impl.cc   GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(gpu_host_id);
GpuProcessHostUIShim 1057 content/browser/renderer_host/render_widget_host_view_android.cc     GpuProcessHostUIShim* shim = GpuProcessHostUIShim::GetOneInstance();