Searched refs:upload (Results 51 - 75 of 126) sorted by relevance

123456

/external/chromium_org/chrome/browser/resources/hangout_services/
H A Dthunk.js73 } else if (method == 'logging.upload') {
74 chrome.webrtcLoggingPrivate.upload(
80 chrome.webrtcLoggingPrivate.upload(
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeWin.css103 input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
H A Dhtml.css578 input[type="file" i]::-webkit-file-upload-button {
586 input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
630 input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled,
636 input[type="button" i]:active, input[type="submit" i]:active, input[type="reset" i]:active, input[type="file" i]:active::-webkit-file-upload-button, button:active {
640 input[type="button" i]:active:disabled, input[type="submit" i]:active:disabled, input[type="reset" i]:active:disabled, input[type="file" i]:active:disabled::-webkit-file-upload-button, button:active:disabled {
982 input[type="file" i]:focus::-webkit-file-upload-button {
/external/chromium_org/third_party/skia/tools/
H A Droll_deps.py130 '', '--skip_cl_upload', help='Skip the cl upload step; useful'
230 upload=not config.skip_cl_upload
257 upload=not config.skip_cl_upload
/external/libexif/doc/
H A DMakefile.am110 upload: $(DOXYGEN_UPLOAD)
/external/chromium_org/tools/
H A Dsafely-roll-deps.py70 help='(default) Put change in commit queue on upload.')
72 help='Don\'t put change in commit queue on upload.')
78 ' to upload. For instance, if you use the old git workflow,'
145 upload_cmd = ['git', 'cl', 'upload', '--bypass-hooks']
/external/chromium_org/tools/clang/scripts/
H A Dpackage.sh181 echo To upload, run:
/external/nanohttpd/
H A DREADME.md18 * Supports file upload (since version 1.2, 2010) with minimal memory overhead.
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc558 const bool upload,
586 info.upload = upload;
692 info.upload = false;
898 static const char msg[] = "Cannot upload crash dump: stat failed\n";
907 static const char msg[] = "Cannot upload crash dump: cannot alloc\n";
918 static const char msg[] = "Cannot upload crash dump: read failed\n";
938 static const char msg[] = "Cannot upload crash dump: failed to open\n";
946 // Spawn the appropriate upload process for the current OS:
985 static const char msg[] = "Cannot upload cras
557 CrashDone(const MinidumpDescriptor& minidump, const bool upload, const bool succeeded) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp137 m_texture->upload();
245 m_texture->upload();
/external/deqp/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp137 m_texture->upload();
245 m_texture->upload();
/external/chromium_org/net/url_request/
H A Durl_request_http_job.h102 virtual void SetUpload(UploadDataStream* upload) OVERRIDE;
H A Durl_request.h368 // Appends the given bytes to the request's upload data to be sent
370 // call MarkEndOfChunks() to indicate the end of upload data.
377 // Sets the upload data.
378 void set_upload(scoped_ptr<UploadDataStream> upload);
380 // Gets the upload data.
383 // Returns true if the request has a non-empty message body to upload.
449 // Returns the current upload progress in bytes. When the upload data is
H A Durl_request.cc240 void URLRequest::set_upload(scoped_ptr<UploadDataStream> upload) { argument
241 DCHECK(!upload->is_chunked());
242 upload_data_stream_ = upload.Pass();
397 // GETs when following redirects will upload anything, so we return the
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h149 XMLHttpRequestUpload* upload();
/external/clang/www/demo/
H A Dindex.cgi154 Bitter Melon the cat says, paste a C/C++ program in the text box or upload
179 print "Or upload a file: ";
325 my $fh = $c->upload('uploaded_file');
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp180 texture->upload();
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp207 texture->upload();
/external/chromium_org/components/test/data/web_database/
H A Dversion_52.sql11 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',1,'',0,0,'UTF-8',1,'{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:instantEnabledParameter}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',0,'2BB4ECA1-7D0F-2FB9-45B0-AD87B8298C9D','["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}webhp#q={searchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource}');
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py273 logger.info("Skipping upload: %s -> %s" % (src, dest))
339 def upload(self): member in class:GsutilLoggingHandler
640 """Update a manifest and upload it.
750 manifest: The new manifest to upload.
766 'Skipping upload.')
888 parser.add_option('-n', '--dryrun', help="don't upload the manifest.",
894 parser.add_option('--upload-log', help='Upload log alongside the manifest.',
953 gsutil_logging_handler.upload()
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp260 m_gradientTex->upload();
261 m_gridTex->upload();
H A Des31fTextureFormatTests.cpp200 m_texture->upload();
337 m_texture->upload();
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp240 m_tex2D->upload();
278 m_texCube->upload();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc633 FILE_PATH_LITERAL("upload"),
638 base::FilePath upload; local
639 Status status = UnzipSoleFile(upload_dir, zip_data, &upload);
643 value->reset(new base::StringValue(upload.value()));

Completed in 2620 milliseconds

123456