Home
last modified time | relevance | path

Searched refs:is_calling_before_unload_handlers (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dunload_controller.cc41 is_calling_before_unload_handlers(); in CanCloseContents()
135 if (need_beforeunload_fired == is_calling_before_unload_handlers()) in ShouldCloseWindow()
161 if (!is_calling_before_unload_handlers()) in ResetBeforeUnloadHandlers()
191 if (is_calling_before_unload_handlers()) { in CancelWindowClose()
302 } else if (is_calling_before_unload_handlers()) { in ProcessPendingTabs()
Dfast_unload_controller.cc70 is_calling_before_unload_handlers(); in CanCloseContents()
171 if (need_beforeunload_fired == is_calling_before_unload_handlers()) in ShouldCloseWindow()
194 if (!is_calling_before_unload_handlers()) in ResetBeforeUnloadHandlers()
204 if (!is_calling_before_unload_handlers() && !tabs_needing_unload_.empty()) in TabsNeedBeforeUnloadFired()
252 if (is_calling_before_unload_handlers()) { in CancelWindowClose()
404 if (is_calling_before_unload_handlers()) { in ProcessPendingTabs()
Dunload_controller.h130 bool is_calling_before_unload_handlers() { in is_calling_before_unload_handlers() function
Dfast_unload_controller.h158 bool is_calling_before_unload_handlers() { in is_calling_before_unload_handlers() function