Home | History | Annotate | Download | only in web_contents

Lines Matching defs:GetRenderViewHost

381   RenderViewHost* GetRenderViewHost() const {
382 RenderViewHost* const rvh = shell()->web_contents()->GetRenderViewHost();
399 GetRenderViewHost()->GetView());
696 RenderViewHost* old_host = web_contents->GetRenderViewHost();
701 EXPECT_NE(old_host, web_contents->GetRenderViewHost())