Searched refs:Write (Results 251 - 275 of 1125) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome_frame/
H A Dstream_impl.h22 STDMETHOD(Write)(const void * buffer, ULONG size, ULONG* size_written);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.h42 bool Write(const std::string& text);
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.h61 bool Write(const LevelDBWriteBatch& write_batch);
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_sync_writer.cc27 // TODO(henrika): Combine into one method (including Write).
32 uint32 AudioInputSyncWriter::Write( function in class:content::AudioInputSyncWriter
/external/chromium_org/content/common/
H A Dcommon_param_traits_unittest.cc31 IPC::ParamTraits<GURL>::Write(&msg, input);
74 IPC::ParamTraits<TestPair>::Write(&msg, input);
92 IPC::ParamTraits<SkBitmap>::Write(&msg, bitmap);
186 IPC::ParamTraits<net::HostPortPair>::Write(&msg, input);
/external/chromium_org/content/test/plugin/
H A Dplugin_execute_stream_javascript.cc28 int32 ExecuteStreamJavaScript::Write(NPStream *stream, int32 offset, int32 len, function in class:NPAPIClient::ExecuteStreamJavaScript
31 SetError("Write got null stream");
35 SetError("Write got bogus stream chunk size");
H A Dplugin_get_javascript_url_test.h26 virtual int32 Write(NPStream *stream, int32 offset, int32 len,
H A Dplugin_geturl_test.h36 virtual int32 Write(NPStream *stream, int32 offset, int32 len,
H A Dplugin_request_read_test.h33 virtual int32 Write(NPStream* stream, int32 offset, int32 len,
/external/chromium_org/crypto/
H A Dopenssl_util.cc105 location.Write(true, true, &message);
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared.h37 void Write(const T& state) { function in class:gpu::SharedState
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter.h40 // be returned by Read() and Write() after the stream is closed.
47 virtual int Write(net::IOBuffer* buf, int buf_len,
H A Dpseudotcp_adapter.h35 virtual int Write(net::IOBuffer* buffer, int buffer_size,
62 // When write_waits_for_send flag is set to true the Write() method
/external/chromium_org/jingle/notifier/base/
H A Dfake_base_task.cc25 MOCK_METHOD2(Write, bool(const char*, size_t));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_dir.h37 virtual Error Write(size_t offs, const void *buf,
H A Dmount_node_html5fs.h28 virtual Error Write(size_t offs,
H A Dmount_node_tty.cc67 Error MountNodeTty::Write(size_t offs, function in class:nacl_io::MountNodeTty
71 return Write(offs, buf, count, out_bytes, false);
74 Error MountNodeTty::Write(size_t offs, function in class:nacl_io::MountNodeTty
154 Error error = Write(0, string, count, &wrote, true);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_node_mock.h28 MOCK_METHOD4(Write, Error(size_t, const void*, size_t, int*));
/external/chromium_org/net/disk_cache/flash/
H A Dstorage.cc55 bool Storage::Write(const void* buffer, int32 size, int32 offset) { function in class:disk_cache::Storage
/external/chromium_org/net/disk_cache/
H A Dmapped_file.cc59 return Write(block->buffer(), block->size(), offset);
H A Dmapped_file_posix.cc48 return Write(block->buffer(), block->size(), offset);
H A Dmapped_file_win.cc59 return Write(block->buffer(), block->size(), offset);
/external/chromium_org/net/socket/
H A Dbuffered_write_stream_socket.h23 // socket, except for Write().
25 // Writes are buffered locally so that multiple Write()s to this class are
26 // issued as only one Write() to the wrapped socket. This is useful to force
30 // Note that the Write() always returns synchronously. It will either buffer the
42 virtual int Write(IOBuffer* buf, int buf_len,
/external/chromium_org/net/tools/flip_server/
H A Dring_buffer.h50 virtual int Write(const char * bytes, int size) OVERRIDE;
H A Dsimple_buffer.h42 virtual int Write(const char* bytes, int size) OVERRIDE;

Completed in 2652 milliseconds

<<11121314151617181920>>