Lines Matching refs:url
126 URL:(NSURL *)URL
140 _sourceURL.adoptNS([URL copy]);
202 NSURL *URL = [NSURL _web_URLWithDataAsString:URLString relativeToURL:_baseURL.get()];
204 if (!URL)
207 return URL;
212 NSURL *URL = [self URLWithCString:URLCString];
213 if (!URL)
216 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:URL];
900 - (CString)resolvedURLStringForURL:(const char*)url target:(const char*)target;
902 String relativeURLString = String::fromUTF8(url);
936 CString proxiesForURL(NSURL *url)
942 RetainPtr<CFArrayRef> proxiesForURL(AdoptCF, CFNetworkCopyProxiesForURL((CFURLRef)url, systemProxies.get()));