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

  /external/chromium_org/components/cronet/android/
url_request_adapter.h 63 void SetUploadChannel(JNIEnv* env, int64 content_length);
chromium_url_request.cc 184 static void SetUploadChannel(JNIEnv* env,
193 request->SetUploadChannel(env, content_length);
url_request_adapter.cc 63 void URLRequestAdapter::SetUploadChannel(JNIEnv* env, int64 content_length) {

Completed in 40 milliseconds