Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 25 of 63) sorted by relevance

123

/external/webkit/WebCore/bindings/js/
DJSEventTarget.cpp115 if (XMLHttpRequestUpload* upload = target->toXMLHttpRequestUpload()) in toJS() local
116 return toJS(exec, globalObject, upload); in toJS()
DJSXMLHttpRequestCustom.cpp56 if (XMLHttpRequestUpload* upload = m_impl->optionalUpload()) in markChildren() local
57 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), upload); in markChildren()
/external/webkit/WebCore/css/
Dhtml.css419 …tton"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button {
424 …input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
447 input[type="file"]:disabled::-webkit-file-upload-button, button:disabled,
452 …ive, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:act…
456 …eset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:act…
607 input[type="file"]:focus::-webkit-file-upload-button {
DthemeWin.css80 …input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
/external/webkit/WebCore/bindings/v8/
DV8DOMWrapper.cpp449 if (XMLHttpRequestUpload* upload = target->toXMLHttpRequestUpload()) { in convertEventTargetToV8Object() local
450 v8::Handle<v8::Object> wrapper = getDOMObjectMap().get(upload); in convertEventTargetToV8Object()
522 PassRefPtr<EventListener> V8DOMWrapper::getEventListener(XMLHttpRequestUpload* upload, v8::Local<v8… in getEventListener() argument
524 return getEventListener(upload->associatedXMLHttpRequest(), value, isAttribute, lookup); in getEventListener()
DV8DOMWrapper.h146 …static PassRefPtr<EventListener> getEventListener(XMLHttpRequestUpload* upload, v8::Local<v8::Valu…
/external/qemu/android/
Dandroid.h38 int upload; member
/external/webkit/WebKitTools/Scripts/
Dwebkit-tools-completion.sh80 upload)
Dwebkit-patch42 from webkitpy.commands.upload import *
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
Dupload_unittest.py30 from webkitpy.commands.upload import *
/external/kernel-headers/original/linux/
Duinput.h59 } upload; member
/external/quake/quake/src/QW/server/
Dsv_user.c596 if (!host_client->upload) in SV_NextUpload()
598 host_client->upload = fopen(host_client->uploadfn, "wb"); in SV_NextUpload()
599 if (!host_client->upload) { in SV_NextUpload()
611 fwrite (net_message.data + msg_readcount, 1, size, host_client->upload); in SV_NextUpload()
620 fclose (host_client->upload); in SV_NextUpload()
621 host_client->upload = NULL; in SV_NextUpload()
Dserver.h183 FILE *upload; member
Dsv_main.c214 if (drop->upload) in SV_DropClient()
216 fclose (drop->upload); in SV_DropClient()
217 drop->upload = NULL; in SV_DropClient()
/external/chromium/net/url_request/
Durl_request_http_job.h34 virtual void SetUpload(net::UploadData* upload);
Durl_request.cc98 void URLRequest::set_upload(net::UploadData* upload) { in set_upload() argument
99 upload_ = upload; in set_upload()
Durl_request_job.h53 virtual void SetUpload(net::UploadData* upload) { } in SetUpload() argument
Durl_request_http_job.cc125 void URLRequestHttpJob::SetUpload(net::UploadData* upload) { in SetUpload() argument
127 request_info_.upload_data = upload; in SetUpload()
Durl_request.h304 void set_upload(net::UploadData* upload);
/external/clearsilver/csharp/
DREADME35 - allow registration of upload callbacks and data-formatters from C#
/external/chromium/net/flip/
Dflip_network_transaction_unittest.cc373 static const char upload[] = { "hello world" }; in TEST_F() local
380 request.upload_data->AppendBytes(upload, sizeof(upload)); in TEST_F()
/external/webkit/WebCore/xml/
DXMLHttpRequest.h86 XMLHttpRequestUpload* upload();
DXMLHttpRequest.idl76 readonly attribute XMLHttpRequestUpload upload;
/external/quake/quake/src/QW/client/
Dscreen.c591 int rowbytes, byte *palette, qboolean upload) in WritePCXfile() argument
646 if (upload) in WritePCXfile()
Dgl_screen.c682 int rowbytes, byte *palette, qboolean upload) in WritePCXfile() argument
741 if (upload) in WritePCXfile()

123