Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/content/web_ui/
H A Dsafe_browsing_ui.cc1846 for (const auto& token_and_status_and_response : responses) { in GetDeepScanResponses() local
1847 const std::string& token = token_and_status_and_response.first; in GetDeepScanResponses()
1848 const std::string& status = token_and_status_and_response.second.first; in GetDeepScanResponses()
1850 token_and_status_and_response.second.second; in GetDeepScanResponses()