Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:rwh

207     // hundreds of RWH, this seems acceptable. Revisit if performance become a
209 // (and surface id) that have been created, but whose RWH haven't yet.
317 RenderWidgetHostImpl* RenderWidgetHostImpl::From(RenderWidgetHost* rwh) {
318 return rwh->AsRenderWidgetHostImpl();
2302 RenderWidgetHost* rwh =
2304 if (!rwh) {
2307 RenderWidgetHostImpl* rwhi = RenderWidgetHostImpl::From(rwh);