Searched refs:Write (Results 151 - 175 of 1244) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h40 void Write(Profile* profile, ui::OSExchangeData* data) const;
/external/chromium_org/chrome/common/
H A Dpartial_circular_buffer.h40 void Write(const void* buffer, uint32 buffer_size);
/external/chromium_org/chrome/installer/util/
H A Dchannel_info.h32 bool Write(base::win::RegKey* key) const;
/external/chromium_org/content/browser/
H A Dbyte_stream.h28 // The source adds bytes to the bytestream via |ByteStreamWriter::Write|
86 // if (!writer->Write(buffer, buffer_length)) {
132 virtual bool Write(scoped_refptr<net::IOBuffer> buffer,
148 // This callback will only be called if a call to Write has previously
/external/chromium_org/content/test/plugin/
H A Dplugin_get_javascript_url2_test.h27 virtual int32 Write(NPStream *stream, int32 offset, int32 len,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.h59 virtual Error Write(const HandleAttr& attr,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dreal_node.h27 virtual Error Write(const HandleAttr& attr,
/external/chromium_org/net/udp/
H A Dudp_client_socket.h30 virtual int Write(IOBuffer* buf, int buf_len,
/external/chromium_org/ppapi/cpp/private/
H A Dtcp_socket_private.h45 int32_t Write(const char* buffer,
/external/chromium_org/ppapi/thunk/
H A Dppb_file_io_thunk.cc85 int32_t Write(PP_Resource file_io, function in namespace:ppapi::thunk::__anon10259
90 VLOG(4) << "PPB_FileIO::Write()";
94 return enter.SetResult(enter.object()->Write(offset,
148 &Write,
161 &Write,
H A Dppb_tcp_socket_thunk.cc93 int32_t Write(PP_Resource tcp_socket, function in namespace:ppapi::thunk::__anon10307
97 VLOG(4) << "PPB_TCPSocket::Write()";
101 return enter.SetResult(enter.object()->Write(buffer,
155 &Write,
168 &Write,
/external/chromium_org/remoting/base/
H A Dvlog_net_log.cc38 base::JSONWriter::Write(value.get(), &json);
/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_writer.cc47 base::JSONWriter::Write(&message, &message_json);
/external/chromium_org/sync/api/attachments/
H A Dattachment_store.h32 // TODO(maniscalco): Consider udpating Read and Write methods to support
70 virtual void Write(const AttachmentList& attachments,
H A Dfake_attachment_store.cc26 void Write(const AttachmentList& attachments, const WriteCallback& callback);
73 void FakeAttachmentStore::Backend::Write(const AttachmentList& attachments, function in class:syncer::FakeAttachmentStore::Backend
111 void FakeAttachmentStore::Write(const AttachmentList& attachments, function in class:syncer::FakeAttachmentStore
115 base::Bind(&FakeAttachmentStore::Backend::Write,
H A Dfake_attachment_store.h42 virtual void Write(const AttachmentList& attachments,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptHeapSnapshot.cpp64 m_output->Write(String(data, size));
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h71 virtual bool Write(const char * data, size_t len) = 0;
/external/chromium_org/third_party/ots/src/
H A Dcvt.cc45 if (!out->Write(cvt->data, cvt->length)) {
H A Dfpgm.cc39 if (!out->Write(fpgm->data, fpgm->length)) {
H A Dprep.cc39 if (!out->Write(prep->data, prep->length)) {
/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.h37 virtual StreamResult Write(const void* data, size_t data_len,
H A Dtransformadapter.h52 virtual StreamResult Write(const void * data, size_t data_len,
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.h45 bool Write(uint32_t value);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dfile_wrapper.h64 // Write |format| to the opened file. Arguments are taken in the same manner
77 virtual bool Write(const void* buf, int length) = 0;

Completed in 423 milliseconds

1234567891011>>