Searched defs:UnloadController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dunload_controller.h27 class UnloadController : public content::NotificationObserver, class in namespace:chrome
30 explicit UnloadController(Browser* browser);
31 virtual ~UnloadController();
147 // in preparation for closing the browser. UnloadController owns this state
157 base::WeakPtrFactory<UnloadController> weak_factory_;
159 DISALLOW_COPY_AND_ASSIGN(UnloadController);
H A Dunload_controller.cc22 // UnloadController, public:
24 UnloadController::UnloadController(Browser* browser) function in class:chrome::UnloadController
31 UnloadController::~UnloadController() {
35 bool UnloadController::CanCloseContents(content::WebContents* contents) {
45 bool UnloadController::ShouldRunUnloadEventsHelper(
53 bool UnloadController::RunUnloadEventsHelper(content::WebContents* contents) {
76 bool UnloadController::BeforeUnloadFired(content::WebContents* contents,
107 bool UnloadController
[all...]

Completed in 220 milliseconds