Home | History | Annotate | Download | only in web_contents

Lines Matching refs:web_contents_

30     : web_contents_(web_contents),
42 web_contents_->GetRenderWidgetHostView());
46 if (web_contents_->ShowingInterstitialPage()) {
49 web_contents_->GetInterstitialPage())->
80 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView();
86 if (web_contents_->ShowingInterstitialPage())
87 web_contents_->GetInterstitialPage()->Focus();
89 web_contents_->GetRenderWidgetHostView()->Focus();
93 if (web_contents_->FocusLocationBarByDefault())
94 web_contents_->SetFocusToLocationBar(false);
209 if (web_contents_->GetDelegate() &&
210 web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse))
212 web_contents_->GetRenderWidgetHostView()->Focus();