Lines Matching refs:WebContents
57 using content::WebContents;
262 WebContents* web_contents = app_window_contents_->GetWebContents();
360 content::WebContents* web_contents,
371 WebContents* AppWindow::OpenURLFromTab(WebContents* source,
394 WebContents* contents =
407 void AppWindow::AddNewContents(WebContents* source,
408 WebContents* new_contents,
423 content::WebContents* source,
451 WebContents* source,
466 void AppWindow::RequestToLockMouse(WebContents* web_contents,
481 bool AppWindow::PreHandleGestureEvent(WebContents* source,
501 WebContents* web_contents = app_window_contents_->GetWebContents();
528 content::WebContents* AppWindow::web_contents() const {
555 // WebContents::GetTitle() will return the page's URL if there's no <title>
916 void AppWindow::CloseContents(WebContents* contents) {
923 WebContents* web_contents,
929 void AppWindow::RunFileChooser(WebContents* tab,
942 bool AppWindow::IsPopupOrPanel(const WebContents* source) const { return true; }
944 void AppWindow::MoveContents(WebContents* source, const gfx::Rect& pos) {
948 void AppWindow::NavigationStateChanged(const content::WebContents* source,
956 void AppWindow::ToggleFullscreenModeForTab(content::WebContents* source,
986 bool AppWindow::IsFullscreenForTabOrPending(const content::WebContents* source)
1020 void AppWindow::SetWebContentsBlocked(content::WebContents* web_contents,
1025 bool AppWindow::IsWebContentsVisible(content::WebContents* web_contents) {