OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.h
64
// Adds an
upload
task.
92
UPLOAD
, //
Upload
a file to the Drive server.
116
// Adds a
UPLOAD
task.
167
// Used to
upload
committed files.
sync_client.cc
39
// TODO(satorux): We should find a way to handle the
upload
case more nicely,
271
AddTask(SyncTasks::key_type(
UPLOAD
, local_id), task, delay);
337
// Give priority to
upload
tasks over fetch tasks, so that dirty files are
341
DVLOG(1) << "Queuing to
upload
: " << local_id;
426
if (!OnTaskComplete(
UPLOAD
, local_id))
446
LOG(WARNING) << "Failed to
upload
" << local_id << ": "
/external/chromium_org/components/autofill/core/browser/
form_structure.h
57
// Encodes the XML
upload
request from this FormStructure.
179
UPLOAD
,
184
// it is a query or
upload
.
226
// Whether the server expects us to always
upload
, never
upload
, or default
227
// to the stored
upload
rates.
form_structure.cc
101
// in
upload
xml, and also add them to the parent XmlElement.
104
// Don't
upload
checkable fields.
439
if (!EncodeFormRequest(FormStructure::
UPLOAD
, &autofill_request_xml))
737
// The form signature should match between query and
upload
requests to the
[
all
...]
Completed in 99 milliseconds