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

  /external/chromium/chrome/browser/autofill/
form_structure.h 47 // Encodes the XML upload request from this FormStructure.
129 UPLOAD,
136 // it is a query or upload.
form_structure.cc 142 if (!EncodeFormRequest(FormStructure::UPLOAD, &autofill_request_xml))
551 if (request_type == FormStructure::UPLOAD) {
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 37 // TODO(satorux): We should find a way to handle the upload case more nicely,
130 AddTaskToQueue(UPLOAD, resource_id, delay_);
148 case UPLOAD:
188 case UPLOAD:
194 type == UPLOAD ? file_system::UpdateOperation::RUN_CONTENT_CHECK
208 // Give priority to upload tasks over fetch tasks, so that dirty files are
212 DVLOG(1) << "Queuing to upload: " << resource_id;
348 LOG(WARNING) << "Failed to upload " << resource_id << ": "
sync_client.h 49 UPLOAD, // Upload a file to the Drive server.
50 UPLOAD_NO_CONTENT_CHECK, // Upload a file without checking if the file is
51 // really modified. This type is used for upload
70 // Adds an upload task to the queue.
145 // Used to upload committed files.
151 // List of the resource ids of resources which have a upload task created.
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 59 // Encodes the XML upload request from this FormStructure.
184 UPLOAD,
189 // it is a query or upload.
235 // Whether the server expects us to always upload, never upload, or default
236 // to the stored upload rates.
form_structure.cc 104 // in upload xml, and also add them to the parent XmlElement.
107 // Don't upload checkable fields.
446 if (!EncodeFormRequest(FormStructure::UPLOAD, &autofill_request_xml))
788 // The form signature should match between query and upload requests to the
    [all...]

Completed in 82 milliseconds