Searched refs:tabs_needing_unload_fired_ (Results 1 – 2 of 2) sorted by relevance
3129 tabs_needing_unload_fired_.insert(tab); in BeforeUnloadFired()4017 } else if (!tabs_needing_unload_fired_.empty()) { in ProcessPendingTabs()4026 TabContents* tab = *(tabs_needing_unload_fired_.begin()); in ProcessPendingTabs()4042 tabs_needing_unload_fired_.empty(); in HasCompletedUnloadProcessing()4051 tabs_needing_unload_fired_.clear(); in CancelWindowClose()4078 RemoveFromSet(&tabs_needing_unload_fired_, tab); in ClearUnloadState()
1089 UnloadListenerSet tabs_needing_unload_fired_; variable