HomeSort by relevance Sort by last modified time
    Searched refs:mCancelIfContentLengthOverLimit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlConnectionUrlRequest.java 64 private boolean mCancelIfContentLengthOverLimit;
156 mCancelIfContentLengthOverLimit = cancelEarly;
256 && mCancelIfContentLengthOverLimit) {
ChromiumUrlRequest.java 59 private boolean mCancelIfContentLengthOverLimit;
127 mCancelIfContentLengthOverLimit = cancelEarly;
511 mCancelIfContentLengthOverLimit) {

Completed in 557 milliseconds