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

  /external/chromium_org/chrome/browser/ui/
unload_controller.cc 41 is_calling_before_unload_handlers();
136 if (need_beforeunload_fired == is_calling_before_unload_handlers())
162 if (!is_calling_before_unload_handlers())
192 if (is_calling_before_unload_handlers()) {
303 } else if (is_calling_before_unload_handlers()) {
fast_unload_controller.cc 70 is_calling_before_unload_handlers();
172 if (need_beforeunload_fired == is_calling_before_unload_handlers())
195 if (!is_calling_before_unload_handlers())
205 if (!is_calling_before_unload_handlers() && !tabs_needing_unload_.empty())
253 if (is_calling_before_unload_handlers()) {
405 if (is_calling_before_unload_handlers()) {
fast_unload_controller.h 158 bool is_calling_before_unload_handlers() { function in class:chrome::FastUnloadController
unload_controller.h 130 bool is_calling_before_unload_handlers() { function in class:chrome::UnloadController

Completed in 383 milliseconds