Home | History | Annotate | Download | only in Plugins

Lines Matching refs:m_responseURL

106                                            contentURL:m_responseURL ? m_responseURL.get() : (NSURL *)m_requestURL
120 URL:m_responseURL ? m_responseURL.get() : (NSURL *)m_requestURL];
217 m_responseURL = url;
221 m_stream.url = strdup([m_responseURL.get() _web_URLCString]);
250 LOG(Plugins, "NPP_NewStream URL=%@ MIME=%s error=%d", m_responseURL.get(), m_mimeType.data(), npErr);
253 LOG_ERROR("NPP_NewStream failed with error: %d responseURL: %@", npErr, m_responseURL.get());
397 LOG(Plugins, "NPP_StreamAsFile responseURL=%@ path=%s", m_responseURL.get(), carbonPath);
424 LOG(Plugins, "NPP_DestroyStream responseURL=%@ error=%d", m_responseURL.get(), npErr);
513 LOG(Plugins, "NPP_WriteReady responseURL=%@ bytes=%d", m_responseURL.get(), deliveryBytes);
536 LOG(Plugins, "NPP_Write responseURL=%@ bytes=%d total-delivered=%d/%d", m_responseURL.get(), deliveryBytes, m_offset, m_stream.end);