Home | History | Annotate | Download | only in browser

Lines Matching refs:web_contents_

66     : web_contents_(web_contents) {
95 web_contents_->GetController().CanGoBack());
101 web_contents_->GetController().CanGoForward());
177 ClientToScreen(web_contents_->GetNativeView(), &point);
184 web_contents_->GetContentNativeView(),
195 web_contents_->Cut();
198 web_contents_->Copy();
201 web_contents_->Paste();
204 web_contents_->Delete();
217 web_contents_->GetController().GoToOffset(-1);
218 web_contents_->Focus();
221 web_contents_->GetController().GoToOffset(1);
222 web_contents_->Focus();
225 web_contents_->GetController().Reload(false);
226 web_contents_->Focus();
229 ShellDevToolsFrontend::Show(web_contents_);