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.h 27 class UnloadController : public content::NotificationObserver,
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);
unload_controller.cc 22 // UnloadController, public:
24 UnloadController::UnloadController(Browser* browser)
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::ShouldCloseWindow()
    [all...]

Completed in 363 milliseconds