HomeSort by relevance Sort by last modified time
    Searched refs:ClearUnloadState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/
unload_controller.cc 38 ClearUnloadState(contents, true);
104 ClearUnloadState(content::Source<content::WebContents>(source).ptr(),
105 false); // See comment for ClearUnloadState().
155 ClearUnloadState(contents, false);
186 ClearUnloadState(web_contents, true);
203 ClearUnloadState(web_contents, true);
242 void UnloadController::ClearUnloadState(content::WebContents* web_contents,
fast_unload_controller.h 132 void ClearUnloadState(content::WebContents* contents);
134 // Helper for |ClearUnloadState| to unwind stack before proceeding.
unload_controller.h 111 void ClearUnloadState(content::WebContents* web_contents, bool process_now);
fast_unload_controller.cc 149 ClearUnloadState(contents);
218 ClearUnloadState(contents);
350 void FastUnloadController::ClearUnloadState(content::WebContents* contents) {
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser.cc     [all...]

Completed in 79 milliseconds