Searched refs:ClearUnloadState (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dunload_controller.cc39 ClearUnloadState(contents, true);
192 ClearUnloadState(content::Source<content::WebContents>(source).ptr(),
193 false); // See comment for ClearUnloadState().
243 ClearUnloadState(contents, false);
279 ClearUnloadState(web_contents, true);
298 ClearUnloadState(web_contents, true);
346 void UnloadController::ClearUnloadState(content::WebContents* web_contents, function in class:chrome::UnloadController
H A Dfast_unload_controller.h149 void ClearUnloadState(content::WebContents* contents);
151 // Helper for |ClearUnloadState| to unwind stack before proceeding.
H A Dunload_controller.h128 void ClearUnloadState(content::WebContents* web_contents, bool process_now);
H A Dfast_unload_controller.cc236 ClearUnloadState(contents);
305 ClearUnloadState(contents);
453 void FastUnloadController::ClearUnloadState(content::WebContents* contents) { function in class:chrome::FastUnloadController
/external/chromium/chrome/browser/ui/
H A Dbrowser.h952 void ClearUnloadState(TabContents* tab, bool process_now);
H A Dbrowser.cc2987 ClearUnloadState(source, true);
3358 ClearUnloadState(Source<TabContents>(source).ptr(), false);
4015 ClearUnloadState(tab, true);
4032 ClearUnloadState(tab, true);
4072 void Browser::ClearUnloadState(TabContents* tab, bool process_now) { function in class:Browser
4262 ClearUnloadState(contents->tab_contents(), false);

Completed in 106 milliseconds