Home | History | Annotate | Download | only in win

Lines Matching full:m_response

231     instance->m_response = ResourceResponse(KURL(ParsedURLString, "http://"), String(), 0, String(), String());
243 instance->m_response = response;
261 else if (m_response.isHTTP() && IsEqualGUID(riid, IID_IWebHTTPURLResponse))
289 *result = m_response.expectedContentLength();
299 m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedContentLength, String(textEncodingName), String());
306 BString mimeType(m_response.mimeType());
308 if (!m_response.mimeType().isNull() && !*result)
324 if (m_response.url().isEmpty())
327 *result = BString(m_response.suggestedFilename()).release();
337 BString textEncodingName(m_response.textEncodingName());
339 if (!m_response.textEncodingName().isNull() && !*result)
351 BString url(m_response.url().string());
353 if (!m_response.url().isEmpty() && !*result)
364 ASSERT(m_response.isHTTP());
366 *headerFields = COMPropertyBag<String, AtomicString, CaseFoldingHash>::createInstance(m_response.httpHeaderFields());
374 ASSERT(m_response.isHTTP());
388 ASSERT(m_response.isHTTP());
390 *statusCode = m_response.httpStatusCode();
397 *attachment = m_response.isAttachment();
431 if (m_response.mimeType().isEmpty())
434 BString mimeType(m_response.mimeType());
475 return m_response;
484 CFURLResponseRef cfResponse = m_response