Searched refs:AppendBytes (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/net/base/
H A Dupload_data.cc17 void UploadData::AppendBytes(const char* bytes, int bytes_len) { function in class:net::UploadData
H A Dupload_data.h35 void AppendBytes(const char* bytes, int bytes_len);
/external/chromium_org/webkit/common/
H A Dresource_request_body.cc13 void ResourceRequestBody::AppendBytes(const char* bytes, int bytes_len) { function in class:webkit_glue::ResourceRequestBody
H A Dresource_request_body.h33 void AppendBytes(const char* bytes, int bytes_len);
/external/chromium_org/chrome_frame/
H A Durlmon_upload_data_stream_unittest.cc15 upload_data->AppendBytes(random_string, random_string_length);
50 upload_data->AppendBytes(big_buffer, kBigBufferLength);
84 upload_data->AppendBytes(random_string, random_string_length);
105 upload_data->AppendBytes(random_string, random_string_length);
140 upload_data->AppendBytes(random_string, random_string_length);
/external/chromium_org/content/browser/loader/
H A Dupload_data_stream_builder_unittest.cc70 request_body->AppendBytes(kData, arraysize(kData) - 1);
136 request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
179 request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
198 request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
218 request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
239 request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
/external/chromium/net/base/
H A Dupload_data_stream_unittest.cc40 upload_data_->AppendBytes("", 0);
48 upload_data_->AppendBytes(kTestData, kTestDataSize);
H A Dupload_data.cc129 void UploadData::AppendBytes(const char* bytes, int bytes_len) { function in class:net::UploadData
H A Dupload_data.h145 void AppendBytes(const char* bytes, int bytes_len);
/external/v8/src/
H A Dlog.cc482 void AppendBytes(const char* bytes, int size) { function in class:v8::internal::Logger::NameBuffer
488 void AppendBytes(const char* bytes) { function in class:v8::internal::Logger::NameBuffer
489 AppendBytes(bytes, StrLength(bytes));
870 name_buffer_->AppendBytes(kLogEventsNames[tag]);
872 name_buffer_->AppendBytes(comment);
905 name_buffer_->AppendBytes(kLogEventsNames[tag]);
946 name_buffer_->AppendBytes(kLogEventsNames[tag]);
948 name_buffer_->AppendBytes(ComputeMarker(code));
987 name_buffer_->AppendBytes(kLogEventsNames[tag]);
989 name_buffer_->AppendBytes(ComputeMarke
[all...]
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp174 /// AppendBytes - Append a given number of bytes to the record.
175 void AppendBytes(CharUnits numBytes);
360 AppendBytes(StorageBytes);
834 AppendBytes(NumPadBytes);
869 AppendBytes(padding);
884 AppendBytes(LastLaidOutBase.NonVirtualSize);
900 void CGRecordLayoutBuilder::AppendBytes(CharUnits numBytes) { function in class:CGRecordLayoutBuilder
H A DCGExprConstant.cpp62 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
105 AppendBytes(Base.getBaseOffset(), VTableAddressPoint);
115 AppendBytes(FieldOffsetInChars, InitCst);
119 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) { function in class:__anon16117::ConstStructBuilder
/external/chromium_org/v8/src/
H A Dlog.cc90 AppendBytes(kLogEventsNames[tag]);
99 AppendBytes("symbol(");
101 AppendBytes("\"");
103 AppendBytes("\" ");
105 AppendBytes("hash ");
130 void AppendBytes(const char* bytes, int size) { function in class:v8::internal::CodeEventLogger::NameBuffer
136 void AppendBytes(const char* bytes) { function in class:v8::internal::CodeEventLogger::NameBuffer
137 AppendBytes(bytes, StrLength(bytes));
185 name_buffer_->AppendBytes(comment);
205 name_buffer_->AppendBytes(ComputeMarke
[all...]
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc133 request_body->AppendBytes(&body[0], body.size());
/external/chromium_org/chrome/browser/automation/
H A Durl_request_automation_job.cc62 upload_data->AppendBytes(bytes_reader->bytes(), bytes_reader->length());
/external/chromium/net/url_request/
H A Durl_request.cc169 upload_->AppendBytes(bytes, bytes_len);
H A Durl_request_unittest.cc101 upload->AppendBytes(data, strlen(data));
/external/chromium_org/webkit/child/
H A Dweburlloader_impl.cc409 request_body->AppendBytes(
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc376 google_post_request_.upload_data->AppendBytes(kUploadData,
1701 request.upload_data->AppendBytes(upload, sizeof(upload));
1901 request.upload_data->AppendBytes(content->c_str(), content->size());
2063 request.upload_data->AppendBytes(content->c_str(), content->size());
2172 request.upload_data->AppendBytes(upload_data->c_str(), upload_data->size());
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc682 request.upload_data->AppendBytes("foo", 3);
3485 request[1].upload_data->AppendBytes("foo", 3);
H A Dhttp_cache_unittest.cc2796 request.upload_data->AppendBytes("hello", 5);

Completed in 2826 milliseconds