Home
last modified time | relevance | path

Searched refs:m_httpStatusCode (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebResponse.cpp41 : m_httpStatusCode(0) in WebResponse()
59 m_httpStatusCode = responseHeaders->response_code(); in WebResponse()
72 , m_httpStatusCode(httpStatusCode) in WebResponse()
82 resourceResponse.setHTTPStatusCode(m_httpStatusCode); in createResourceResponse()
DWebResponse.h69 int m_httpStatusCode; variable
/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp49 , m_httpStatusCode(0) in ResourceResponseBase()
77 , m_httpStatusCode(0) in ResourceResponseBase()
108 response->setHTTPStatusCode(data->m_httpStatusCode); in adopt()
127 data->m_httpStatusCode = httpStatusCode(); in copyData()
225 return m_httpStatusCode; in httpStatusCode()
232 m_httpStatusCode = statusCode; in setHTTPStatusCode()
DResourceResponseBase.h154 int m_httpStatusCode; variable
199 int m_httpStatusCode; member
/external/webkit/Source/WebCore/platform/network/cf/
DResourceResponseCFNet.cpp106 m_httpStatusCode = CFHTTPMessageGetResponseStatusCode(httpResponse); in platformLazyInit()
116 m_httpStatusCode = 0; in platformLazyInit()
/external/webkit/Source/WebCore/platform/network/soup/
DResourceResponseSoup.cpp62 m_httpStatusCode = soupMessage->status_code; in updateFromSoupMessage()
/external/webkit/Source/WebCore/platform/network/mac/
DResourceResponseMac.mm99 m_httpStatusCode = [httpResponse statusCode];
108 m_httpStatusCode = 0;
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3113742 to offset the additional memory use. Removed m_httpStatusCode because
13749 Don't initialize m_httpStatusCode.