Searched refs:DetachWebContents (Results 1 - 11 of 11) sorted by relevance

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

Completed in 1193 milliseconds