Lines Matching refs:url
286 // Fake URL scheme.
287 #define WebDataProtocolScheme @"webkit-fake-url"
623 NSString *url = [[[NSURL fileURLWithPath:path] _webkit_canonicalize] _web_userVisibleString];
624 [domNodes addObject:[[[self _frame] DOMDocument] createTextNode: url]];
659 NSURL *URL = [NSURL URLWithString:[NSString stringWithFormat:@"%@://%@/%@", WebDataProtocolScheme, UUIDString, relativePart]];
662 return URL;
783 NSURL *URL;
785 if ((URL = [NSURL URLFromPasteboard:pasteboard])) {
786 string = [URL _web_userVisibleString];
2084 URL:uniqueURLWithRelativePart(@"image.tiff")
2094 URL:uniqueURLWithRelativePart(@"application.pdf")
2105 URL:uniqueURLWithRelativePart(@"image.pict")
2118 URL:uniqueURLWithRelativePart(@"image.png")
2127 NSURL *URL = [NSURL URLFromPasteboard:pasteboard];
2133 NSString *URLString = [URL _web_originalDataAsString]; // Original data is ASCII-only, so there is no need to precompose.
2999 LOG(Timing, "%s apply style seconds = %f", [self URL], thisTime);
3036 LOG(Timing, "%s layout seconds = %f", [self URL], thisTime);
3222 LOG(Timing, "%s draw seconds = %f", widget->part()->baseURL().URL().latin1(), thisTime);
3518 draggingImageURL = [response URL];
6141 NSURL *URL = [NSURL URLWithString:[NSString stringWithFormat:@"%@://%@", WebDataProtocolScheme, UUIDString]];
6143 return URL;