HomeSort by relevance Sort by last modified time
    Searched defs:encodedDataLength (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceLoadInfo.h 38 , encodedDataLength(-1) { }
42 long long encodedDataLength;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebHTTPLoadInfo.cpp 89 long long WebHTTPLoadInfo::encodedDataLength() const
92 return m_private->encodedDataLength;
95 void WebHTTPLoadInfo::setEncodedDataLength(long long encodedDataLength)
98 m_private->encodedDataLength = encodedDataLength;
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp 203 size_t encodedDataLength = encodedData.size();
205 size_t lineLength = std::min(encodedDataLength - index, maximumLineLength);
209 } while (index < encodedDataLength);
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 242 int encodedDataLength = 0;
247 encodedDataLength = (numberTriplets + 1) * 4;
250 encodedDataLength = numberTriplets * 4;
259 (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
260 encodedDataLength += nbrChunks * CHUNK_SEPARATOR.length;
263 encodedData = new byte[encodedDataLength];
363 encodedDataLength - CHUNK_SEPARATOR.length,
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoader.cpp 211 void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength)
216 m_host->didDownloadData(m_resource, length, encodedDataLength);
222 void ResourceLoader::didFinishLoadingOnePart(double finishTime, int64 encodedDataLength)
232 m_host->didFinishLoading(m_resource, finishTime, encodedDataLength);
415 void ResourceLoader::didReceiveData(blink::WebURLLoader*, const char* data, int length, int encodedDataLength)
434 m_host->didReceiveData(m_resource, data, length, encodedDataLength);
440 void ResourceLoader::didFinishLoading(blink::WebURLLoader*, double finishTime, int64 encodedDataLength)
452 didFinishLoadingOnePart(finishTime, encodedDataLength);
525 int64 encodedDataLength = resourceLoadInfo ? resourceLoadInfo->encodedDataLength : blink::WebURLLoaderClient::kUnknownEncodedDataLength
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 259 int64_t encodedDataLength = response.resourceLoadInfo() ? response.resourceLoadInfo()->encodedDataLength : -1;
269 .setEncodedDataLength(encodedDataLength);
419 void InspectorResourceAgent::didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength)
429 m_frontend->dataReceived(requestId, currentTime(), dataLength, encodedDataLength);
432 void InspectorResourceAgent::didFinishLoading(unsigned long identifier, DocumentLoader* loader, double monotonicFinishTime, int64_t encodedDataLength)
443 m_frontend->loadingFinished(requestId, finishTime, encodedDataLength);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar 
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 

Completed in 700 milliseconds