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

/external/chromium_org/net/spdy/
H A Dhpack_output_stream.h39 void AppendBytes(base::StringPiece buffer);
H A Dhpack_encoder_test.cc128 expected_.AppendBytes(value);
135 expected_.AppendBytes(name);
138 expected_.AppendBytes(value);
145 expected_.AppendBytes(name);
148 expected_.AppendBytes(value);
270 expected_.AppendBytes("\x94\xA5\x92""2\x96_");
276 expected_.AppendBytes("@@@@@@");
464 expected_.AppendBytes("bar");
H A Dhpack_output_stream.cc46 void HpackOutputStream::AppendBytes(StringPiece buffer) { function in class:net::HpackOutputStream
H A Dhpack_output_stream_test.cc247 TEST(HpackOutputStreamTest, AppendBytes) {
250 output_stream.AppendBytes("buffer1");
251 output_stream.AppendBytes("buffer2");
H A Dhpack_encoder.cc148 output_stream_.AppendBytes(str);
/external/chromium_org/content/common/
H A Dresource_request_body.cc13 void ResourceRequestBody::AppendBytes(const char* bytes, int bytes_len) { function in class:content::ResourceRequestBody
H A Dresource_request_body.h33 void AppendBytes(const char* bytes, int bytes_len);
/external/chromium_org/content/browser/loader/
H A Dupload_data_stream_builder_unittest.cc70 request_body->AppendBytes(kData, arraysize(kData) - 1);
137 request_body->AppendBytes(
188 request_body->AppendBytes(
214 request_body->AppendBytes(
241 request_body->AppendBytes(
269 request_body->AppendBytes(
/external/chromium_org/v8/src/
H A Dlog.cc69 AppendBytes(kLogEventsNames[tag]);
78 AppendBytes("symbol(");
80 AppendBytes("\"");
82 AppendBytes("\" ");
84 AppendBytes("hash ");
109 void AppendBytes(const char* bytes, int size) { function in class:v8::internal::CodeEventLogger::NameBuffer
115 void AppendBytes(const char* bytes) { function in class:v8::internal::CodeEventLogger::NameBuffer
116 AppendBytes(bytes, StrLength(bytes));
164 name_buffer_->AppendBytes(comment);
184 name_buffer_->AppendBytes(ComputeMarke
[all...]
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc152 request_body->AppendBytes(&body[0], body.size());
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp59 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
94 AppendBytes(FieldOffsetInChars, InitCst);
98 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) { function in class:__anon17836::ConstStructBuilder
417 AppendBytes(Offset, VTableAddressPoint);
/external/chromium_org/content/child/
H A Dweb_url_loader_impl.cc418 request_body->AppendBytes(

Completed in 241 milliseconds