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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/
H A DDataReductionProxySettings.java22 public static class ContentLengths { class in class:DataReductionProxySettings
26 @CalledByNative("ContentLengths")
27 public static ContentLengths create(long original, long received) {
28 return new ContentLengths(original, received);
31 private ContentLengths(long original, long received) { method in class:DataReductionProxySettings.ContentLengths
119 public ContentLengths getContentLengths() {
153 ContentLengths length = getContentLengths();
180 private native ContentLengths nativeGetContentLengths(

Completed in 107 milliseconds