Searched refs:Read (Results 501 - 525 of 1395) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/device/serial/
H A Dserial_connection.cc76 io_handler_->Read(buffer.Pass());
/external/chromium_org/extensions/browser/api/socket/
H A Dtls_socket.h57 virtual void Read(int count, const ReadCompletionCallback& callback) OVERRIDE;
/external/chromium_org/extensions/common/permissions/
H A Dsettings_override_permission.cc102 bool SettingsOverrideAPIPermission::Read(const IPC::Message* m, function in class:extensions::SettingsOverrideAPIPermission
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.h88 virtual bool Read(char* data, size_t len, size_t* len_read) OVERRIDE;
141 // SignalRead: raised whenever the next call to Read() will succeed
167 // Read loop functions.
H A Dfake_ssl_client_socket.h48 virtual int Read(net::IOBuffer* buf, int buf_len,
/external/chromium_org/media/base/
H A Dfake_text_track_stream.cc23 void FakeTextTrackStream::Read(const ReadCB& read_cb) { function in class:media::FakeTextTrackStream
H A Dtext_renderer.h102 void Read(TextTrackState* state, DemuxerStream* text_stream);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.h27 // 1, When a method is called in an invalid state (e.g. Read() before Open() is
30 // 2, When the file is opened by another CDM instance, or when we call Read()/
31 // Write() during a pending Read()/Write(), kInUse will be returned. The
58 virtual void Read() OVERRIDE;
125 // Helper functions for Read().
/external/chromium_org/media/filters/
H A Ddecrypting_demuxer_stream.h48 virtual void Read(const ReadCB& read_cb) OVERRIDE;
75 // Callback for DemuxerStream::Read().
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.cc35 Error JSPipeNode::Read(const HandleAttr& attr, function in class:nacl_io::JSPipeNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs_node.h28 virtual Error Read(const HandleAttr& attr,
70 // Read as much as possible from |loader|, using |buffer_| as a scratch area.
73 // Read as much as possible from |loader|, storing the result in
77 // Read up to |count| bytes from |loader|, using |buffer_| as a scratch area.
82 // Read up to |count| bytes from |loader|, and store the result in |buf|,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.h28 // to Read and Write. It contains handle specific state
54 Error Read(void* buf, size_t nbytes, int* bytes_read);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dreal_node.cc27 Error RealNode::Read(const HandleAttr& attr, function in class:nacl_io::RealNode
/external/chromium_org/net/base/
H A Dmock_file_stream.h33 virtual int Read(IOBuffer* buf,
H A Dupload_file_element_reader.h49 virtual int Read(IOBuffer* buf,
68 // This method is used to implement Read().
/external/chromium_org/net/cert/
H A Dct_log_response_parser.cc110 scoped_ptr<base::Value> json(json_reader.Read(json_signed_tree_head));
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_version_upgrade.cc147 int bytes_read = fake_index_file.Read(0,
/external/chromium_org/net/socket/
H A Dsocket_libevent.h62 int Read(IOBuffer* buf, int buf_len, const CompletionCallback& callback);
H A Dstream_listen_socket.h96 void Read();
127 // Pause/Resume calling Read(). Note that ResumeReads() will also call
128 // Read() if there is anything to read.
H A Dtcp_client_socket.h60 virtual int Read(IOBuffer* buf, int buf_len,
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.h79 void Read(char* dest, size_t size);
/external/chromium_org/ppapi/proxy/
H A Dtcp_socket_private_resource.cc78 int32_t TCPSocketPrivateResource::Read( function in class:ppapi::proxy::TCPSocketPrivateResource
H A Dtcp_socket_private_resource.h51 virtual int32_t Read(char* buffer,
H A Dtcp_socket_resource.h39 virtual int32_t Read(char* buffer,
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane.h27 bool Read();
89 // Read any new config file if present. If a config file is successfully read,

Completed in 386 milliseconds

<<21222324252627282930>>