HomeSort by relevance Sort by last modified time
    Searched refs:is_attempting_to_close_browser (Results 1 - 3 of 3) sorted by null

  /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...]

Completed in 319 milliseconds