Searched defs:CallBeforeUnloadHandlers (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dfast_unload_controller.cc180 bool FastUnloadController::CallBeforeUnloadHandlers( function in class:chrome::FastUnloadController
H A Dunload_controller.cc144 bool UnloadController::CallBeforeUnloadHandlers( function in class:chrome::UnloadController
H A Dbrowser.cc625 bool Browser::CallBeforeUnloadHandlers( function in class:Browser
629 return fast_unload_controller_->CallBeforeUnloadHandlers(
632 return unload_controller_->CallBeforeUnloadHandlers(on_close_confirmed);

Completed in 258 milliseconds