Home
last modified time | relevance | path

Searched refs:tabs_needing_unload_ack_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dfast_unload_controller.cc213 !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()
Dfast_unload_controller.h182 WebContentsSet tabs_needing_unload_ack_; variable