Home | History | Annotate | Download | only in Plugins

Lines Matching refs:url

119                                            URL:m_responseURL ? m_responseURL.get() : m_requestURL.get()];
143 : m_requestURL([request URL])
164 ASSERT(SecurityOrigin::canLoad([request URL], String(), core([view webFrame])->document()));
166 ASSERT([request URL]);
173 if (SecurityOrigin::shouldHideReferrer([request URL], core([view webFrame])->loader()->outgoingReferrer()))
187 free((void *)m_stream.url);
212 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
216 m_responseURL = url;
219 free((void *)m_stream.url);
220 m_stream.url = strdup([m_responseURL.get() _web_URLCString]);
249 LOG(Plugins, "NPP_NewStream URL=%@ MIME=%@ error=%d", m_responseURL.get(), m_mimeType.get(), npErr);
326 // But we don't have the original bytes, we have NSStrings built by the URL loading system.
353 startStream([r URL], expectedContentLength, WKGetNSURLResponseLastModifiedDate(r), [r MIMEType], theHeaders);
441 // NPP_URLNotify expects the request URL, not the response URL.
636 CFURLRef url = (CFURLRef)[NSURL fileURLWithPath:posixPath];
637 if (!url)
640 return WebCFAutorelease(CFURLCopyFileSystemPath(url, kCFURLHFSPathStyle));