HomeSort by relevance Sort by last modified time
    Searched defs:FastUnloadController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.cc 28 class FastUnloadController::DetachedWebContentsDelegate
42 // FastUnloadController will observe
51 // FastUnloadController, public:
53 FastUnloadController::FastUnloadController(Browser* browser)
62 FastUnloadController::~FastUnloadController() {
66 bool FastUnloadController::CanCloseContents(content::WebContents* contents) {
74 bool FastUnloadController::ShouldRunUnloadEventsHelper(
82 bool FastUnloadController::RunUnloadEventsHelper
    [all...]
fast_unload_controller.h 28 // FastUnloadController manages closing tabs and windows -- especially in
42 // If beforeunload/unload handlers need to run, FastUnloadController returns
55 class FastUnloadController : public content::NotificationObserver,
58 explicit FastUnloadController(Browser* browser);
59 virtual ~FastUnloadController();
185 // in preparation for closing the browser. FastUnloadController owns this
199 base::WeakPtrFactory<FastUnloadController> weak_factory_;
201 DISALLOW_COPY_AND_ASSIGN(FastUnloadController);

Completed in 346 milliseconds