Searched defs:mCancelIfContentLengthOverLimit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlConnectionUrlRequest.java64 private boolean mCancelIfContentLengthOverLimit; field in class:HttpUrlConnectionUrlRequest
156 mCancelIfContentLengthOverLimit = cancelEarly;
256 && mCancelIfContentLengthOverLimit) {
H A DChromiumUrlRequest.java59 private boolean mCancelIfContentLengthOverLimit; field in class:ChromiumUrlRequest
127 mCancelIfContentLengthOverLimit = cancelEarly;
511 mCancelIfContentLengthOverLimit) {

Completed in 193 milliseconds