Searched refs:mContentLength (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDownloadInfo.java19 private final long mContentLength; field in class:DownloadInfo
38 mContentLength = builder.mContentLength;
82 return mContentLength;
129 private long mContentLength; field in class:DownloadInfo.Builder
180 mContentLength = contentLength;
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlConnectionUrlRequest.java58 private int mContentLength; field in class:HttpUrlConnectionUrlRequest
254 mContentLength = mConnection.getContentLength();
255 if (mContentLengthLimit > 0 && mContentLength > mContentLengthLimit
270 mContentLength = -1;
276 if (mContentLength != -1) {
277 mContentLength -= mOffset;
472 return mContentLength;
H A DChromiumUrlRequest.java57 private long mContentLength; field in class:ChromiumUrlRequest
121 return mContentLength;
506 mContentLength = nativeGetContentLength(mUrlRequestAdapter);
510 mContentLength > mContentLengthLimit &&
516 if (mBufferFullResponse && mContentLength != -1 &&
519 (int) mContentLength);
528 if (mContentLength != -1) {
529 mContentLength -= mOffset;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClientCallbackHelper.java34 final long mContentLength; field in class:AwContentsClientCallbackHelper.DownloadInfo
45 mContentLength = contentLength;
113 info.mContentDisposition, info.mMimeType, info.mContentLength);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DTestAwContentsClient.java171 long mContentLength; field in class:TestAwContentsClient.OnDownloadStartHelper
195 return mContentLength;
204 mContentLength = contentLength;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 108 milliseconds