Searched refs:uploads (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.js6 * Requests the list of uploads from the backend.
13 * Callback from backend with the list of uploads. Builds the UI.
14 * @param {array} uploads The list of uploads.
17 function updateWebRtcLogsList(uploads, version) {
19 uploads.length);
26 for (var i = 0; i < uploads.length; i++) {
27 var upload = uploads[i];
104 $('no-logs').hidden = uploads.length != 0;
/external/chromium_org/cc/resources/
H A Dresource_update_controller.cc152 size_t uploads = std::min( local
155 if (!uploads)
158 while (queue_->FullUploadSize() && uploads--)
/external/chromium_org/chrome/browser/ui/webui/media/
H A Dwebrtc_logs_ui.cc148 std::vector<UploadList::UploadInfo> uploads; local
149 upload_list_->GetUploads(50, &uploads);
152 for (std::vector<UploadList::UploadInfo>::iterator i = uploads.begin();
153 i != uploads.end();
/external/chromium_org/chrome/browser/
H A Dupload_list.cc105 std::vector<UploadInfo>* uploads) {
109 std::back_inserter(*uploads));
104 GetUploads(unsigned int max_count, std::vector<UploadInfo>* uploads) argument
H A Dupload_list.h59 // Populates |uploads| with the |max_count| most recent uploads,
62 void GetUploads(unsigned int max_count, std::vector<UploadInfo>* uploads);
/external/chromium_org/third_party/skia/tools/lua/
H A Dpaths.lua11 -- number of uploads, since there is some overlap with clipping: e.g. two clipped paths
12 -- may cause three uploads to the GPU (set clip 1, set clip 2, unset clip 2/reset clip 1),
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons42 # Additionally, the test affects crash stats on Mac because it uploads
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc276 const std::vector<ResourceRequestBody::Element>* uploads = local
279 for (iter = uploads->begin(); iter != uploads->end(); ++iter) {

Completed in 1113 milliseconds