Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/renderer/
H A Derror_page_helper.cc100 if (!auto_reload_in_flight_) in ShouldSuppressErrorPage()
107 auto_reload_in_flight_ = false; in ShouldSuppressErrorPage()
136 auto_reload_in_flight_ = false; in DidCommitProvisionalLoad()
168 auto_reload_in_flight_ = false; in OnStop()
305 auto_reload_in_flight_ = true; in AutoReloadTimerFired()
H A Derror_page_helper.h100 bool auto_reload_in_flight_ = false; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/net/
H A Dnet_error_helper_core.cc499 auto_reload_in_flight_(false), in NetErrorHelperCore()
532 auto_reload_in_flight_ = false; in OnStop()
570 auto_reload_in_flight_ = false; in OnCommitLoad()
917 auto_reload_in_flight_ = true; in AutoReloadTimerFired()
954 if (!auto_reload_in_flight_) in ShouldSuppressErrorPage()
961 auto_reload_in_flight_ = false; in ShouldSuppressErrorPage()
H A Dnet_error_helper_core.h316 bool auto_reload_in_flight_; variable