Searched refs:unsent_initial_logs_ (Results 1 – 2 of 2) sorted by relevance
235 return !unsent_initial_logs_.empty() || !unsent_ongoing_logs_.empty(); in unsent_logs()390 std::vector<std::string> unsent_initial_logs_; variable
909 unsent_initial_logs_.push_back(compressed_log_); in PushPendingLogsToUnsentLists()1102 if (!unsent_initial_logs_.empty()) { in MakePendingLog()1103 compressed_log_ = unsent_initial_logs_.back(); in MakePendingLog()1230 RecallUnsentLogsHelper(*unsent_initial_logs, &unsent_initial_logs_); in RecallUnsentLogs()1287 StoreUnsentLogsHelper(unsent_initial_logs_, kMaxInitialLogsPersisted, in StoreUnsentLogs()1402 DCHECK(!unsent_initial_logs_.empty()); in OnURLFetchComplete()1403 unsent_initial_logs_.pop_back(); in OnURLFetchComplete()