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

  /external/chromium_org/chrome/browser/ui/
unload_controller.cc 21 // UnloadController, public:
23 UnloadController::UnloadController(Browser* browser)
30 UnloadController::~UnloadController() {
34 bool UnloadController::CanCloseContents(content::WebContents* contents) {
42 bool UnloadController::BeforeUnloadFired(content::WebContents* contents,
70 bool UnloadController::ShouldCloseWindow() {
83 bool UnloadController::TabsNeedBeforeUnloadFired() {
96 // UnloadController, content::NotificationObserver implementation
    [all...]
unload_controller.h 26 class UnloadController : public content::NotificationObserver,
29 explicit UnloadController(Browser* browser);
30 virtual ~UnloadController();
126 // in preparation for closing the browser. UnloadController owns this state
131 base::WeakPtrFactory<UnloadController> weak_factory_;
133 DISALLOW_COPY_AND_ASSIGN(UnloadController);

Completed in 432 milliseconds