Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceLoadInfo.h40 int httpStatusCode; member
DResourceResponse.cpp250 int ResourceResponse::httpStatusCode() const in httpStatusCode() function in WebCore::ResourceResponse
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DNetworkResourcesData.h104 int httpStatusCode() const { return m_httpStatusCode; } in httpStatusCode() function
105 void setHTTPStatusCode(int httpStatusCode) { m_httpStatusCode = httpStatusCode; } in setHTTPStatusCode()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebHTTPLoadInfo.cpp67 int WebHTTPLoadInfo::httpStatusCode() const in httpStatusCode() function in blink::WebHTTPLoadInfo
DWebURLResponse.cpp224 int WebURLResponse::httpStatusCode() const in httpStatusCode() function in blink::WebURLResponse
229 void WebURLResponse::setHTTPStatusCode(int httpStatusCode) in setHTTPStatusCode()
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileReaderLoader.cpp290 FileError::ErrorCode FileReaderLoader::httpStatusCodeToErrorCode(int httpStatusCode) in httpStatusCodeToErrorCode()