Searched refs:WriteString (Results 51 - 75 of 105) sorted by relevance

12345

/external/chromium_org/base/
H A Dpickle.h249 bool WriteString(const std::string& value);
H A Dpickle.cc252 bool Pickle::WriteString(const std::string& value) { function in class:Pickle
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h146 int64 WriteString(const fileapi::FileSystemURL& url, const std::string& data);
/external/chromium_org/content/common/
H A Dcommon_param_traits_unittest.cc54 msg.WriteString("#inva://idurl/");
/external/chromium_org/media/base/
H A Dtest_helpers.cc215 pickle.WriteString(kFakeVideoBufferHeader);
/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.cc133 bool SpdyFrameBuilder::WriteString(const std::string& value) { function in class:net::SpdyFrameBuilder
/external/chromium_org/ppapi/proxy/
H A Dserialized_flash_menu.cc49 m->WriteString(menu_item->name ? menu_item->name : "");
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc191 void ByteBuffer::WriteString(const std::string& val) { function in class:talk_base::ByteBuffer
H A Dbytebuffer_unittest.cc182 buffer.WriteString(write_string);
H A Dsocketadapters.cc672 request.WriteString(user_); // Username
677 request.WriteString(sensitive); // Password
693 request.WriteString(hostname); // Destination Hostname
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc270 output->WriteString(data);
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.cc174 void ByteBuffer::WriteString(const std::string& val) { function in class:rtc::ByteBuffer
H A Dbytebuffer_unittest.cc165 buffer.WriteString(write_string);
H A Dsocketadapters.cc655 request.WriteString(user_); // Username
660 request.WriteString(sensitive); // Password
676 request.WriteString(hostname); // Destination Hostname
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
H A Ddrive_file_sync_service_sync_unittest.cc169 int64 bytes_written = file_systems_[origin]->WriteString(url, content);
178 int64 bytes_written = file_systems_[origin]->WriteString(
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.cc176 pickle->WriteString(str);
178 pickle->WriteString(std::string());
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h649 void WriteString(const string& str);
650 // Like WriteString() but writing directly to the target array.
1028 inline void CodedOutputStream::WriteString(const string& str) { function in class:google::protobuf::io::CodedOutputStream
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h621 void WriteString(const string& str);
622 // Like WriteString() but writing directly to the target array.
985 inline void CodedOutputStream::WriteString(const string& str) { function in class:google::protobuf::io::CodedOutputStream
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_flash_clipboard_message_filter.cc91 if (!pickle->WriteString(it->second))
/external/chromium_org/components/nacl/zygote/
H A Dnacl_fork_delegate_linux.cc353 write_pickle.WriteString(channel_id);
/external/chromium_org/net/url_request/
H A Dview_cache_helper_unittest.cc47 pickle.WriteString(data);
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc265 write_pickle.WriteString(pathname);
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_unittest.cc542 write_pickle.WriteString(payload);
568 write_pickle1.WriteString(payload1);
574 write_pickle2.WriteString(payload2);
/external/protobuf/src/google/protobuf/
H A Dwire_format.cc186 output->WriteString(field.length_delimited());
254 output->WriteString(data);
838 WireFormatLite::WriteString(field->number(), value, output);
H A Ddescriptor.pb.cc1107 ::google::protobuf::internal::WireFormatLite::WriteString(
1116 ::google::protobuf::internal::WireFormatLite::WriteString(
1125 ::google::protobuf::internal::WireFormatLite::WriteString(
1873 ::google::protobuf::internal::WireFormatLite::WriteString(
2500 ::google::protobuf::internal::WireFormatLite::WriteString(
2509 ::google::protobuf::internal::WireFormatLite::WriteString(
2535 ::google::protobuf::internal::WireFormatLite::WriteString(
2544 ::google::protobuf::internal::WireFormatLite::WriteString(
2945 ::google::protobuf::internal::WireFormatLite::WriteString(
3263 ::google::protobuf::internal::WireFormatLite::WriteString(
[all...]

Completed in 933 milliseconds

12345