Searched refs:tabs_needing_unload_ack_ (Results 1 – 2 of 2) sorted by relevance
213 !ContainsKey(tabs_needing_unload_ack_, contents) && in TabsNeedBeforeUnloadFired()226 tabs_needing_unload_ack_.empty(); in HasCompletedUnloadProcessing()329 if (tabs_needing_unload_ack_.find(contents) != in TabDetachedImpl()330 tabs_needing_unload_ack_.end()) { in TabDetachedImpl()356 tabs_needing_unload_ack_.insert(contents); in DetachWebContents()453 if (tabs_needing_unload_ack_.erase(contents) > 0) { in ClearUnloadState()
182 WebContentsSet tabs_needing_unload_ack_; variable