Searched defs:httpStatusCode (Results 1 – 8 of 8) sorted by relevance
40 int httpStatusCode; member
236 int ResourceResponse::httpStatusCode() const in httpStatusCode() function in WebCore::ResourceResponse
108 int httpStatusCode() const { return m_httpStatusCode; } in httpStatusCode() function109 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()
157 int httpStatusCode = super.getHttpStatusCode(); in getHttpStatusCode() local
394 int httpStatusCode = mHttpStatusCode; in getHttpStatusCode() local
292 FileError::ErrorCode FileReaderLoader::httpStatusCodeToErrorCode(int httpStatusCode) in httpStatusCodeToErrorCode()