Home
last modified time | relevance | path

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

/external/cronet/components/nacl/common/
Dnacl_types.cc46 const std::string& resource_url) in NaClResourcePrefetchRequest() argument
48 resource_url(resource_url) { in NaClResourcePrefetchRequest()
Dnacl_types.h47 const std::string& resource_url);
51 std::string resource_url; member
Dnacl_host_messages.h28 IPC_STRUCT_TRAITS_MEMBER(resource_url)
/external/cronet/components/nacl/renderer/
Dprogress_event.h33 resource_url(resource_url_param), in ProgressEvent()
40 std::string resource_url; member
Dprogress_event.cc58 WebString::FromUTF8(event.resource_url)); in DispatchProgressEventOnMainThread()
Dppb_nacl_private.h269 const char* resource_url,
Dppb_nacl_private_impl.cc439 const GURL gurl(resource_prefetch_request_list[i].resource_url); in LaunchSelLdr()
816 const char* resource_url, in DispatchEvent() argument
821 resource_url, in DispatchEvent()
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_memory_cache_backend_test.cc196 QuicUrl resource_url(url); in TEST_F() local
203 ServerPushInfo(resource_url, response_headers.Clone(), i, body)); in TEST_F()
234 QuicUrl resource_url(url); in TEST_F() local
240 ServerPushInfo(resource_url, response_headers.Clone(), i, body)); in TEST_F()
/external/cronet/components/nacl/browser/
Dnacl_host_message_filter.cc190 GURL gurl(original_request.resource_url); in LaunchNaClContinuation()
220 GURL gurl(request_list[i].resource_url); in BatchOpenResourceFiles()
/external/cronet/base/mac/
Dfoundation_util.mm103 NSURL* resource_url = [bundle URLForResource:@(resource_name)
105 return NSURLToFilePath(resource_url);