Searched defs:httpStatusCode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DResourceLoadInfo.h37 : httpStatusCode(0)
40 int httpStatusCode; member in struct:WebCore::ResourceLoadInfo
H A DResourceResponse.cpp152 data->m_httpStatusCode = httpStatusCode();
247 int ResourceResponse::httpStatusCode() const function in class:WebCore::ResourceResponse
554 if (a.httpStatusCode() != b.httpStatusCode())
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebHTTPLoadInfo.cpp67 int WebHTTPLoadInfo::httpStatusCode() const function in class:WebKit::WebHTTPLoadInfo
70 return m_private->httpStatusCode;
76 m_private->httpStatusCode = statusCode;
H A DWebURLResponse.cpp224 int WebURLResponse::httpStatusCode() const function in class:WebKit::WebURLResponse
226 return m_private->m_resourceResponse->httpStatusCode();
229 void WebURLResponse::setHTTPStatusCode(int httpStatusCode) argument
231 m_private->m_resourceResponse->setHTTPStatusCode(httpStatusCode);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderLoader.cpp148 if (response.httpStatusCode() != 200) {
149 failed(httpStatusCodeToErrorCode(response.httpStatusCode()));
260 FileError::ErrorCode FileReaderLoader::httpStatusCodeToErrorCode(int httpStatusCode) argument
262 switch (httpStatusCode) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DNetworkResourcesData.h104 int httpStatusCode() const { return m_httpStatusCode; } function in class:WebCore::NetworkResourcesData::ResourceData
105 void setHTTPStatusCode(int httpStatusCode) { m_httpStatusCode = httpStatusCode; } argument

Completed in 163 milliseconds