Home
last modified time | relevance | path

Searched defs:started_attempt_count (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/background/
H A Dsave_page_request.h83 int64_t started_attempt_count() const { return started_attempt_count_; } in started_attempt_count() function
84 void set_started_attempt_count(int64_t started_attempt_count) { in set_started_attempt_count()
H A Drequest_queue_store.cc225 const int64_t started_attempt_count = statement.ColumnInt64(4); in MakeSavePageRequest() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/background/
H A Dsave_page_request.h83 int64_t started_attempt_count() const { return started_attempt_count_; } in started_attempt_count() function
84 void set_started_attempt_count(int64_t started_attempt_count) { in set_started_attempt_count()
H A Drequest_queue_store.cc225 const int64_t started_attempt_count = statement.ColumnInt64(4); in MakeSavePageRequest() local