Searched refs:kUserAgent (Results 1 – 6 of 6) sorted by relevance
18 static const char kUserAgent[] = ""; variable77 ASSERT_TRUE(Create(kUserAgent, in TestCopesWithProxy()122 ASSERT_TRUE(Create(kUserAgent, in TEST_F()
54 static const char kUserAgent[] = "Breakpad/1.0 (Linux)"; variable116 (*curl_easy_setopt)(curl, CURLOPT_USERAGENT, kUserAgent); in SendRequest()
46 static const wchar_t kUserAgent[] = L"Breakpad/1.0 (Windows)"; variable103 AutoInternetHandle internet(InternetOpen(kUserAgent, in SendRequest()
77 BRILLO_EXPORT extern const char kUserAgent[];
51 std::make_pair(http::request_header::kUserAgent, user_agent)); in CreateConnection()
69 const char request_header::kUserAgent[] = "User-Agent"; member in brillo::http::request_header