Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:surface_id_

214       surface_id_(0),
376 tracker->RemoveSurface(surface_id_);
379 surface_id_ = 0;
386 surface_id_ = tracker->AddSurfaceForNativeWidget(window);
388 surface_id_,
399 if (surface_id_)
400 content::UnregisterViewSurface(surface_id_);
415 content::RegisterViewSurface(surface_id_, j_surface.obj());
570 DCHECK(surface_id_);
578 CreateGpuProcessViewContext(gpu_channel_host, attrs, surface_id_),