Searched refs:Read (Results 351 - 375 of 1395) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/utility/media_galleries/
H A Dipc_data_source.h36 virtual void Read(int64 position, int size, uint8* data,
/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_frame_provider.h46 virtual void Read(const ReadCB& read_cb) OVERRIDE;
H A Dmock_frame_provider.cc38 void MockFrameProvider::Read(const ReadCB& read_cb) { function in class:chromecast::media::MockFrameProvider
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter.h42 virtual void Read(const ReadCB& read_cb) OVERRIDE;
H A Ddemuxer_stream_adapter_unittest.cc47 virtual void Read(const ReadCB& read_cb) OVERRIDE;
89 void DummyDemuxerStream::Read(const ReadCB& read_cb) { function in class:chromecast::media::__anon6064::DummyDemuxerStream
219 coded_frame_provider_->Read(
252 coded_frame_provider_->Read(
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_response_parser.cc62 scoped_ptr<base::Value> json(base::JSONReader::Read(response));
130 scoped_ptr<base::Value> json(base::JSONReader::Read(response));
165 scoped_ptr<base::Value> json(base::JSONReader::Read(response));
217 scoped_ptr<base::Value> json(base::JSONReader::Read(response));
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_views.cc51 bool BookmarkNodeData::Read(const ui::OSExchangeData& data) { function in class:bookmarks::BookmarkNodeData
/external/chromium_org/components/cronet/android/
H A Durl_request_adapter.cc201 Read();
205 void URLRequestAdapter::Read() { function in class:cronet::URLRequestAdapter
213 if (url_request_->Read(
252 Read();
/external/chromium_org/content/browser/fileapi/
H A Dupload_file_system_file_element_reader.h40 virtual int Read(net::IOBuffer* buf,
/external/chromium_org/content/renderer/media/
H A Daudio_decoder.cc72 size_t actual_frames = reader.Read(audio_bus.get());
/external/chromium_org/extensions/common/permissions/
H A Dmanifest_permission.cc37 bool ManifestPermission::Read(const IPC::Message* m, PickleIterator* iter) { function in class:extensions::ManifestPermission
H A Dmanifest_permission.h77 bool Read(const IPC::Message* m, PickleIterator* iter);
H A Dsettings_override_permission.h38 virtual bool Read(const IPC::Message* m, PickleIterator* iter) OVERRIDE;
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared.h48 void Read(T* state) { function in class:gpu::SharedState
/external/chromium_org/ipc/
H A Dipc_message_utils_impl.h20 bool MessageSchema<ParamType>::Read(const Message* msg, Param* p) { function in class:IPC::MessageSchema
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter.h41 // be returned by Read() and Write() after the stream is closed.
46 virtual int Read(net::IOBuffer* buf, int buf_len,
H A Dpseudotcp_adapter.h33 virtual int Read(net::IOBuffer* buffer, int buffer_size,
/external/chromium_org/jingle/notifier/base/
H A Dfake_base_task.cc24 MOCK_METHOD3(Read, bool(char*, size_t, size_t*));
/external/chromium_org/media/base/
H A Ddemuxer_perftest.cc61 void Read();
111 void StreamReader::Read() { function in class:media::StreamReader
116 streams_[index]->Read(base::Bind(
193 stream_reader.Read();
H A Dseekable_buffer.h19 // The eviction will be caused by Read() and Seek() in the forward direction and
62 int Read(uint8* data, int size);
73 // |data| value becomes invalid when Read(), Append() or Seek()
139 // An internal method shared by Read() and SeekForward() that actually does
/external/chromium_org/media/filters/
H A Dfake_demuxer_stream.h31 virtual void Read(const ReadCB& read_cb) OVERRIDE;
65 // Sets the splice timestamp for all furture buffers returned via Read().
H A Dfile_data_source.cc32 void FileDataSource::Read(int64 position, int size, uint8* data, function in class:media::FileDataSource
/external/chromium_org/media/mojo/services/
H A Dmojo_demuxer_stream_adapter.h35 virtual void Read(const ReadCB& read_cb) OVERRIDE;
50 // |read_cb| is a callback from the client who invoked Read() on |this|.
58 // The last ReadCB received through a call to Read().
62 // on to the caller of Read() until OnAudioDecoderConfigChanged is observed.
/external/chromium_org/mojo/services/public/cpp/network/
H A Dweb_socket_read_queue.cc23 void WebSocketReadQueue::Read(uint32_t num_bytes, function in class:mojo::WebSocketReadQueue
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Dtty_node.h29 virtual Error Read(const HandleAttr& attr,

Completed in 479 milliseconds

<<11121314151617181920>>