Searched refs:GetValueForKeyInQuery (Results 1 – 8 of 8) sorted by relevance
| /external/cronet/net/base/ |
| D | url_util_unittest.cc | 200 TEST(UrlUtilTest, GetValueForKeyInQuery) { in TEST() argument 206 EXPECT_FALSE(GetValueForKeyInQuery(url, "non-exist", &value)); in TEST() 209 EXPECT_TRUE(GetValueForKeyInQuery(url, "name", &value)); in TEST() 212 EXPECT_TRUE(GetValueForKeyInQuery(url, "boolParam", &value)); in TEST() 215 EXPECT_TRUE(GetValueForKeyInQuery(url, "url", &value)); in TEST() 224 EXPECT_FALSE(GetValueForKeyInQuery(url, "test", &value)); in TEST()
|
| D | url_util.h | 112 NET_EXPORT bool GetValueForKeyInQuery(const GURL& url,
|
| D | url_util.cc | 184 bool GetValueForKeyInQuery(const GURL& url, in GetValueForKeyInQuery() function
|
| /external/cronet/net/test/url_request/ |
| D | url_request_mock_data_job.cc | 33 if (!GetValueForKeyInQuery(request.url(), "data", &value)) in GetDataFromRequest() 42 if (!GetValueForKeyInQuery(request.url(), "repeat", &value)) in GetRepeatCountFromRequest() 57 return GetValueForKeyInQuery(request.url(), "requestcert", &ignored_value); in GetRequestClientCertificate()
|
| D | url_request_failed_job.cc | 53 if (GetValueForKeyInQuery(request->url(), kFailurePhase[i], in MaybeInterceptRequest()
|
| /external/cronet/net/test/ |
| D | test_doh_server.cc | 157 if (!GetValueForKeyInQuery(request_url, "dns", &query_b64) || in HandleRequest()
|
| /external/cronet/net/websockets/ |
| D | websocket_end_to_end_test.cc | 449 EXPECT_TRUE(GetValueForKeyInQuery(url, "proxy", &proxy)); in ProxyPacHandler()
|
| /external/cronet/net/dns/ |
| D | dns_transaction_unittest.cc | 472 EXPECT_TRUE(GetValueForKeyInQuery(request->url(), "dns", &encoded_query)); in MatchQueryData()
|