Searched
full:upload (Results
301 -
325 of
929) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.webInspector.html | 19 upload extensions that use experimental APIs.
|
hosting.html | 26 When you upload a ZIP file with the
|
/external/chromium/net/base/ |
load_states.h | 53 // completely upload a request to a server. In the case of a HTTP POST
|
/external/chromium/net/tools/flip_server/ |
loadtime_measurement.h | 21 // html file containing javascript to go through a list of urls and upload the
|
/external/chromium/net/url_request/ |
url_request.cc | 201 void URLRequest::set_upload(UploadData* upload) { 202 upload_ = upload; 205 // Get the upload data directly. 251 // GETs when following redirects will upload anything, so we return the
|
/external/chromium_org/chrome/browser/automation/ |
url_request_automation_job.h | 138 // Size of the upload data appended to the request.
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_linux.cc | 57 // that we accidentally upload crash dumps from Chromium builds.
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
open_file_operation.cc | 157 // All clients closes this file, so notify to upload the file.
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics.h | 19 // ExternalMetrics is a service that Chrome offers to Chrome OS to upload
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_reporting_scheduler.cc | 77 // (unless there are more logs to send, in which case the next upload should
|
/external/chromium_org/chrome/browser/safe_browsing/ |
two_phase_testserver.py | 6 """Testserver for the two phase upload protocol."""
|
/external/chromium_org/chrome/common/extensions/api/ |
file_browser_handler.json | 8 "description": "Use the <code>chrome.fileBrowserHandler</code> API to extend the Chrome OS file browser. For example, you can use this API to enable users to upload files to your website.",
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
build_server.py | 55 '| If you are receiving an upload error, try removing |\n'
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab.html | 17 upload the code from the extensions management page
|
app_identity.html | 47 <li>Add permissions to your manifest and upload your app.</li> 56 <h3 id="add_permissions">Add permissions and upload app</h3> 60 You can then upload your app to the apps and extensions management 108 using the same Google account used to upload your app to the Chrome Web Store. </li>
|
experimental.html | 43 upload items that use experimental APIs.
|
hosting.html | 19 When you upload a ZIP file with the
|
/external/chromium_org/chrome/test/chromedriver/ |
session_commands.cc | 430 session->temp_dir.path(), FILE_PATH_LITERAL("upload"), &upload_dir)) { 434 base::FilePath upload; local 435 Status status = UnzipSoleFile(upload_dir, zip_data, &upload); 439 value->reset(new base::StringValue(upload.value()));
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_entry.cc | 105 // restart. But sync when uploading to the server will only upload this culled
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_switches.cc | 67 "enable-share-group-async-texture-upload";
|
/external/chromium_org/native_client_sdk/src/web/ |
manifest.html | 57 <h2>Most recent upload log:</h2>
|
/external/chromium_org/net/http/ |
http_stream_parser_unittest.cc | 93 // Shouldn't be merged if upload data is non-existent. 102 // Shouldn't be merged if upload data is empty. 113 // Shouldn't be merged if upload data carries chunked data. 139 // Shouldn't be merged if upload data carries a file, as it's not in-memory.
|
/external/chromium_org/net/tools/flip_server/ |
loadtime_measurement.h | 20 // html file containing javascript to go through a list of urls and upload the
|
/external/chromium_org/net/url_request/ |
url_request_job.h | 55 // Sets the upload data, most requests have no upload data, so this is a NOP. 56 // Job types supporting upload data will override this. 113 // Called to get the upload progress in bytes.
|
/external/chromium_org/ppapi/cpp/ |
url_request_info.h | 69 /// the given time before it was uploaded. The upload will fail with an error 88 /// be included. If the value is -1, then the sub-range to upload extends 92 /// the given time before it was uploaded. The upload will fail with an error 189 /// be able to poll the upload progress using URLLoader::GetUploadProgress().
|
Completed in 400 milliseconds
<<11121314151617181920>>