Lines Matching refs:URL
130 NSURL *URL = [[NSURL _web_URLWithUserTypedString:URLString] _webkit_canonicalize];
131 if (URL) {
132 return URL;
143 // do. Without this check, if the URL points to a local directory, Safari will open the
156 - (void)_web_writeURL:(NSURL *)URL andTitle:(NSString *)title types:(NSArray *)types
158 ASSERT(URL);
161 title = [[URL path] lastPathComponent];
163 title = [URL _web_userVisibleString];
167 [URL writeToPasteboard:self];
169 [self setString:[URL _web_originalDataAsString] forType:WebURLPboardType];
173 [self setString:[URL _web_userVisibleString] forType:NSStringPboardType];
175 …[WebURLsWithTitles writeURLs:[NSArray arrayWithObject:URL] andTitles:[NSArray arrayWithObject:titl…
231 URL:(NSURL *)URL
238 ASSERT(URL);
240 [self _web_writeURL:URL andTitle:title types:types];
262 URL:(NSURL *)URL
283 …[self _web_writeImage:nil element:element URL:URL title:title archive:archive types:types source:s…