Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover.cc204 waiting_for_clear_hostname_resolution_cache_(false), in BrowsingDataRemover()
317 waiting_for_clear_hostname_resolution_cache_ = true; in RemoveImpl()
782 !waiting_for_clear_hostname_resolution_cache_ && in AllDone()
846 waiting_for_clear_hostname_resolution_cache_ = false; in OnClearedHostnameResolutionCache()
Dbrowsing_data_remover.h431 bool waiting_for_clear_hostname_resolution_cache_; variable