Searched refs:Read (Results 176 - 200 of 424) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_service.cc40 scoped_ptr<Value> request(base::JSONReader::Read(message.content(), false));
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.h51 virtual bool Read(base::Time end_time, HistoryDatabase* db,
/external/chromium/chrome/browser/importer/
H A Dtoolbar_importer.cc334 if (!reader->Read())
346 if (!reader->Read() || !LocateNextOpenTag(reader))
361 if (!reader->Read() || !LocateNextOpenTag(reader))
501 // Read in the labels for this bookmark from the xml. There may be many
508 if (!reader->Read() || !LocateNextOpenTag(reader))
/external/chromium/chrome/browser/remoting/
H A Ddirectory_add_request.cc78 scoped_ptr<Value> response_json(base::JSONReader::Read(data, true));
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc79 scoped_ptr<Value> value(base::JSONReader::Read(json, false));
89 scoped_ptr<Value> value(base::JSONReader::Read(json, false));
99 scoped_ptr<Value> value(base::JSONReader::Read(json, false));
110 scoped_ptr<Value> value(base::JSONReader::Read(json, false));
/external/chromium/net/http/
H A Dhttp_proxy_client_socket.h89 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
/external/chromium/net/socket/
H A Dsocks5_client_socket.cc154 // Read is called by the transport layer above to read. This can only be done
156 int SOCKS5ClientSocket::Read(IOBuffer* buf, int buf_len, function in class:net::SOCKS5ClientSocket
162 return transport_->socket()->Read(buf, buf_len, callback);
188 // Since Run() may result in Read being called,
303 return transport_->socket()->Read(handshake_buf_, handshake_buf_len,
415 return transport_->socket()->Read(handshake_buf_, handshake_buf_len,
H A Dssl_client_socket_mac.h66 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
118 // Used by Read function.
H A Dtcp_client_socket_libevent.h65 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
167 // The buffer used by OnSocketReady to retry Read requests
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket.h87 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
137 // Stores the callback to the layer above, called on completing Read() or
155 // User provided buffer for the Read() response.
/external/chromium/net/tools/flip_server/
H A Dsimple_buffer.cc118 int SimpleBuffer::Read(char* bytes, int size) { function in class:net::SimpleBuffer
/external/chromium/net/udp/
H A Dudp_socket_libevent.h51 // Read from the socket.
54 int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
61 // Read from a socket and receive sender address information.
171 // The buffer used by InternalRead() to retry Read requests
H A Dudp_socket_win.h53 // Read from the socket.
56 int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
63 // Read from a socket and receive sender address information.
155 // Watchers to watch for events from Read() and Write().
163 // The buffer used by InternalRead() to retry Read requests
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketstream.cc77 StreamResult SocketStream::Read(void* buffer, size_t buffer_len, function in class:talk_base::SocketStream
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc55 if (!msg.Read(&bbuf)) {
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc70 virtual StreamResult Read(void* buffer, size_t buffer_len,
247 StreamResult PseudoTcpChannel::Read(void* buffer, size_t buffer_len, function in class:cricket::PseudoTcpChannel
562 StreamResult PseudoTcpChannel::InternalStream::Read( function in class:cricket::PseudoTcpChannel::InternalStream
569 return parent_->Read(buffer, buffer_len, read, error);
/external/chromium/webkit/glue/media/
H A Dbuffered_data_source.h39 virtual void Read(int64 position, size_t size,
78 // |loader_|, reset Read() variables, and set |stopped_on_render_loop_|
169 // Read parameters received from the Read() method call.
H A Dsimple_data_source.h50 virtual void Read(int64 position, size_t size,
/external/libppp/src/
H A Dccp.h134 struct mbuf *(*Read)(void *, struct ccp *, u_short *, struct mbuf *); member in struct:ccp_algorithm::__anon8029
/external/openfst/src/bin/
H A Dfstdraw.cc65 s::FstClass *fst = s::FstClass::Read(in_name);
H A Dfstrelabel.cc70 MutableFstClass *fst = MutableFstClass::Read(in_name, true);
H A Dfstsymbols.cc60 s::MutableFstClass *fst = s::MutableFstClass::Read(in_fname, true);
/external/openfst/src/include/fst/
H A Dmatcher-fst.h56 // static MatcherData *Read(istream &istrm);
111 // Read a MatcherFst from an input stream; return NULL on error
112 static MatcherFst<F, M, N, I> *Read(istream &strm, function in class:fst::MatcherFst
114 Impl *impl = Impl::Read(strm, opts);
118 // Read a MatcherFst from a file; return NULL on error
120 static MatcherFst<F, M, N, I> *Read(const string &filename) { function in class:fst::MatcherFst
121 Impl *impl = ImplToExpandedFst<Impl>::Read(filename);
H A Dregister.h100 const FstReadOptions &opts) = &F::Read;
/external/openfst/src/include/fst/script/
H A Dregister.h108 IORegistration<Class>::Entry(Class::Read<Arc>, \

Completed in 345 milliseconds

1234567891011>>