Searched refs:resource_url (Results 1 – 10 of 10) sorted by relevance
/external/cronet/components/nacl/common/ |
D | nacl_types.cc | 46 const std::string& resource_url) in NaClResourcePrefetchRequest() argument 48 resource_url(resource_url) { in NaClResourcePrefetchRequest()
|
D | nacl_types.h | 47 const std::string& resource_url); 51 std::string resource_url; member
|
D | nacl_host_messages.h | 28 IPC_STRUCT_TRAITS_MEMBER(resource_url)
|
/external/cronet/components/nacl/renderer/ |
D | progress_event.h | 33 resource_url(resource_url_param), in ProgressEvent() 40 std::string resource_url; member
|
D | progress_event.cc | 58 WebString::FromUTF8(event.resource_url)); in DispatchProgressEventOnMainThread()
|
D | ppb_nacl_private.h | 269 const char* resource_url,
|
D | ppb_nacl_private_impl.cc | 439 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/ |
D | quic_memory_cache_backend_test.cc | 196 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/ |
D | nacl_host_message_filter.cc | 190 GURL gurl(original_request.resource_url); in LaunchNaClContinuation() 220 GURL gurl(request_list[i].resource_url); in BatchOpenResourceFiles()
|
/external/cronet/base/mac/ |
D | foundation_util.mm | 103 NSURL* resource_url = [bundle URLForResource:@(resource_name) 105 return NSURLToFilePath(resource_url);
|