Home
last modified time | relevance | path

Searched defs:full_url (Results 1 – 8 of 8) sorted by relevance

/external/cronet/components/nacl/renderer/
Djson_manifest.cc406 bool JsonManifest::GetProgramURL(std::string* full_url, in GetProgramURL()
445 std::string full_url; in GetPrefetchableFiles() local
456 std::string* full_url, in ResolveKey()
536 std::string* full_url, in GetKeyUrl()
Dppb_nacl_private_impl.cc246 std::string full_url; in StartupInitializationComplete() local
1126 std::string full_url; in GetManifestProgramURL() local
1148 std::string* full_url, in ManifestResolveKey()
/external/curl/tests/libtest/
Dlibauthretry.c37 char *full_url = malloc(len); in send_request() local
Dlibntlmconnect.c100 char *full_url = malloc(urllen); in test() local
/external/autotest/client/cros/video/
Dvideo_player.py23 def __init__(self, tab, full_url, video_id, video_src_path='', argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dspdy_server_push_utils.cc207 GURL full_url(spec); in GetPushPromiseUrl() local
/external/python/cpython3/Lib/urllib/
Drequest.py338 def full_url(self): member in Request
344 def full_url(self, url): member in Request
351 def full_url(self): member in Request
/external/cronet/net/spdy/
Dspdy_http_stream_unittest.cc881 const char* const full_url = "https://www.example.org/foo?query=what#anchor"; in TEST_F() local