Home | History | Annotate | Download | only in automation_internal

Lines Matching refs:rwh

97   explicit RenderWidgetHostActionAdapter(content::RenderWidgetHost* rwh)
98 : rwh_(rwh) {}
151 content::RenderWidgetHost* rwh =
153 if (!rwh)
161 rwh->EnableTreeOnlyAccessibilityMode();
164 rwh->GetProcess()->GetID(), rwh->GetRoutingID())));
187 content::RenderWidgetHost* rwh = content::RenderWidgetHost::FromID(
190 if (!rwh)
192 if (rwh->IsRenderView()) {
193 const content::RenderViewHost* rvh = content::RenderViewHost::From(rwh);
201 RenderWidgetHostActionAdapter adapter(rwh);