Searched defs:httpStatusCode (Results 1 – 9 of 9) sorted by relevance
40 int httpStatusCode; member
240 int ResourceResponse::httpStatusCode() const in httpStatusCode() function in blink::ResourceResponse
110 int httpStatusCode() const { return m_httpStatusCode; } in httpStatusCode() function111 void setHTTPStatusCode(int httpStatusCode) { m_httpStatusCode = httpStatusCode; } in setHTTPStatusCode()
65 int WebHTTPLoadInfo::httpStatusCode() const in httpStatusCode() function in blink::WebHTTPLoadInfo
222 int WebURLResponse::httpStatusCode() const in httpStatusCode() function in blink::WebURLResponse227 void WebURLResponse::setHTTPStatusCode(int httpStatusCode) in setHTTPStatusCode()
297 FileError::ErrorCode FileReaderLoader::httpStatusCodeToErrorCode(int httpStatusCode) in httpStatusCodeToErrorCode()
101 public int httpStatusCode = 0; field in CronetUrlTest.SimpleHttpUrlRequestListener
427 int httpStatusCode = mHttpStatusCode; in getHttpStatusCode() local
132 int httpStatusCode = nativeGetHttpStatusCode(mUrlRequestAdapter); in getHttpStatusCode() local