Home
last modified time | relevance | path

Searched refs:tried_to_recreate_during_open_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/storage/dom_storage/
H A Dlocal_storage_impl.h169 bool tried_to_recreate_during_open_ = false; variable
H A Dsession_storage_impl.cc972 tried_to_recreate_during_open_ = false; in OnConnectionFinished()
1010 if (tried_to_recreate_during_open_ && !in_memory_) { in DeleteAndRecreateDatabase()
1012 } else if (tried_to_recreate_during_open_) { in DeleteAndRecreateDatabase()
1018 tried_to_recreate_during_open_ = true; in DeleteAndRecreateDatabase()
H A Dlocal_storage_impl.cc900 tried_to_recreate_during_open_ = false; in OnConnectionFinished()
931 if (tried_to_recreate_during_open_ && !in_memory_) { in DeleteAndRecreateDatabase()
933 } else if (tried_to_recreate_during_open_) { in DeleteAndRecreateDatabase()
939 tried_to_recreate_during_open_ = true; in DeleteAndRecreateDatabase()
H A Dsession_storage_impl.h256 bool tried_to_recreate_during_open_ = false; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/dom_storage/
H A Dlocal_storage_impl.h169 bool tried_to_recreate_during_open_ = false; variable
H A Dsession_storage_impl.cc968 tried_to_recreate_during_open_ = false; in OnConnectionFinished()
1004 if (tried_to_recreate_during_open_ && !in_memory_) { in DeleteAndRecreateDatabase()
1006 } else if (tried_to_recreate_during_open_) { in DeleteAndRecreateDatabase()
1012 tried_to_recreate_during_open_ = true; in DeleteAndRecreateDatabase()
H A Dlocal_storage_impl.cc894 tried_to_recreate_during_open_ = false; in OnConnectionFinished()
925 if (tried_to_recreate_during_open_ && !in_memory_) { in DeleteAndRecreateDatabase()
927 } else if (tried_to_recreate_during_open_) { in DeleteAndRecreateDatabase()
933 tried_to_recreate_during_open_ = true; in DeleteAndRecreateDatabase()
H A Dsession_storage_impl.h247 bool tried_to_recreate_during_open_ = false; variable