Home
last modified time | relevance | path

Searched refs:DetachWebContents (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ui/views/controls/webview/
Dwebview.cc64 DetachWebContents(); in SetWebContents()
261 void WebView::DetachWebContents() { in DetachWebContents() function in views::WebView
285 DetachWebContents(); in ReattachForFullscreenChange()
Dwebview.h122 void DetachWebContents();
/external/chromium_org/chrome/browser/ui/
Dfast_unload_controller.cc119 DetachWebContents(contents); in BeforeUnloadFired()
308 bool FastUnloadController::DetachWebContents(content::WebContents* contents) { in DetachWebContents() function in chrome::FastUnloadController
380 DetachWebContents(contents); in ProcessPendingTabs()
Dfast_unload_controller.h136 bool DetachWebContents(content::WebContents* contents);
/external/chromium_org/chrome/browser/ui/panels/
Dnative_panel.h60 virtual void DetachWebContents(content::WebContents* contents) = 0;
Dpanel.cc737 native_panel_->DetachWebContents(GetWebContents()); in OnWindowClosing()
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.h55 virtual void DetachWebContents(content::WebContents* contents) OVERRIDE;
Dpanel_cocoa.mm290 void PanelCocoa::DetachWebContents(content::WebContents* contents) { function
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.h72 virtual void DetachWebContents(content::WebContents* contents) OVERRIDE;
Dpanel_gtk.cc1025 void PanelGtk::DetachWebContents(content::WebContents* contents) { in DetachWebContents() function in PanelGtk
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.h72 virtual void DetachWebContents(content::WebContents* contents) OVERRIDE;
Dpanel_view.cc721 void PanelView::DetachWebContents(content::WebContents* contents) { in DetachWebContents() function in PanelView