Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/download/
H A Ddownload_manager_impl.h328 bool history_db_initialized_; variable
H A Ddownload_manager_impl.cc305 history_db_initialized_(false), in DownloadManagerImpl()
1048 history_db_initialized_ = true; in PostInitialization()
1066 bool history_loaded = history_db_initialized_ || IsOffTheRecord(); in PostInitialization()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/download/
H A Ddownload_manager_impl.h325 bool history_db_initialized_; variable
H A Ddownload_manager_impl.cc315 history_db_initialized_(false), in DownloadManagerImpl()
1049 history_db_initialized_ = true; in PostInitialization()
1067 bool history_loaded = history_db_initialized_ || IsOffTheRecord(); in PostInitialization()