Searched refs:WebContentsDestroyed (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium_org/content/browser/android/
H A Dcontent_settings.h29 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
H A Dcontent_settings.cc45 void ContentSettings::WebContentsDestroyed(WebContents* web_contents) { function in class:content::ContentSettings
/external/chromium_org/android_webview/browser/
H A Daw_javascript_dialog_manager.cc51 void AwJavaScriptDialogManager::WebContentsDestroyed( function in class:android_webview::AwJavaScriptDialogManager
H A Daw_javascript_dialog_manager.h34 virtual void WebContentsDestroyed(
/external/chromium_org/chrome/browser/extensions/
H A Dactive_tab_permission_granter.h46 virtual void WebContentsDestroyed(content::WebContents* web_contents)
H A Dwebstore_inline_installer.h61 virtual void WebContentsDestroyed(
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_prompter.h56 virtual void WebContentsDestroyed(
H A Dauto_login_infobar_delegate.cc69 virtual void WebContentsDestroyed(
95 void AutoLoginRedirector::WebContentsDestroyed( function in class:__anon6245::AutoLoginRedirector
H A Dauto_login_prompter.cc134 void AutoLoginPrompter::WebContentsDestroyed(WebContents* web_contents) { function in class:AutoLoginPrompter
/external/chromium_org/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.h41 virtual void WebContentsDestroyed(content::WebContents* contents) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_browsertest.cc19 // Used to simulate scenario in a crash. When WebContentsDestroyed() is invoked
29 virtual void WebContentsDestroyed(
/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_tracker.h76 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Djavascript_dialog_manager.h60 virtual void WebContentsDestroyed(WebContents* web_contents) = 0;
H A Dweb_contents_observer.cc65 // Do cleanup so that 'this' can safely be deleted from WebContentsDestroyed.
69 WebContentsDestroyed(contents);
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_frontend.h42 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
H A Dshell_javascript_dialog_manager.h42 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
/external/chromium_org/chrome/browser/search/
H A Dinstant_service_unittest.cc39 MOCK_METHOD1(WebContentsDestroyed, void(content::WebContents*));
84 WebContentsDestroyed(instant_service_->GetNTPContents()))
98 WebContentsDestroyed(instant_service_->GetNTPContents()))
/external/chromium_org/android_webview/native/
H A Daw_settings.h51 virtual void WebContentsDestroyed(
/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.h59 virtual void WebContentsDestroyed(content::WebContents* web_contents)
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.h54 virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.h85 virtual void WebContentsDestroyed(
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.h87 virtual void WebContentsDestroyed(
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_bubble_model.h63 virtual void WebContentsDestroyed(
/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper.h62 virtual void WebContentsDestroyed(
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dapp_installer.cc30 virtual void WebContentsDestroyed(

Completed in 1161 milliseconds

1234