Home
last modified time | relevance | path

Searched defs:kUserAgent (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Dhttp_upload.cc54 static const char kUserAgent[] = "Breakpad/1.0 (Linux)"; variable
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc50 const wchar_t kUserAgent[] = L"Breakpad/1.0 (Windows)"; variable
/external/libbrillo/brillo/http/
Dhttp_request.cc69 const char request_header::kUserAgent[] = "User-Agent"; member in brillo::http::request_header