Searched defs:httpStatusCode (Results 1 – 6 of 6) sorted by relevance
40 int httpStatusCode; member
250 int ResourceResponse::httpStatusCode() const in httpStatusCode() function in WebCore::ResourceResponse
104 int httpStatusCode() const { return m_httpStatusCode; } in httpStatusCode() function105 void setHTTPStatusCode(int httpStatusCode) { m_httpStatusCode = httpStatusCode; } in setHTTPStatusCode()
67 int WebHTTPLoadInfo::httpStatusCode() const in httpStatusCode() function in blink::WebHTTPLoadInfo
224 int WebURLResponse::httpStatusCode() const in httpStatusCode() function in blink::WebURLResponse229 void WebURLResponse::setHTTPStatusCode(int httpStatusCode) in setHTTPStatusCode()
290 FileError::ErrorCode FileReaderLoader::httpStatusCodeToErrorCode(int httpStatusCode) in httpStatusCodeToErrorCode()