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

  /external/chromium_org/content/browser/download/
download_resource_handler.cc 180 if (2 == status / 100 && status != net::HTTP_PARTIAL_CONTENT) {
348 case net::HTTP_PARTIAL_CONTENT:
  /external/chromium_org/webkit/browser/blob/
blob_url_request_job.cc 461 status_code = net::HTTP_PARTIAL_CONTENT;
507 if (status_code == net::HTTP_OK || status_code == net::HTTP_PARTIAL_CONTENT) {
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 284 enqueueResponse(buildResponse(HTTP_PARTIAL_CONTENT));
DownloadManagerBaseTest.java 75 protected static final int HTTP_PARTIAL_CONTENT = 206;
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 57 protected static final int HTTP_PARTIAL_CONTENT = 206;

Completed in 878 milliseconds