Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/browser/ui/ | |
fast_unload_controller.h | 75 bool is_attempting_to_close_browser() const { function in class:chrome::FastUnloadController |
unload_controller.h | 47 bool is_attempting_to_close_browser() const { function in class:chrome::UnloadController |
browser.cc | 612 return fast_unload_controller_->is_attempting_to_close_browser(); 613 return unload_controller_->is_attempting_to_close_browser(); [all...] |