Searched defs:ReadState (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_reader.h55 enum ReadState { READ_SUCCEEDED, READ_FAILED, READ_PENDING }; enum in class:IPC::internal::ChannelReader
71 virtual ReadState ReadData(char* buffer, int buffer_len, int* bytes_read) = 0;
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.h78 enum ReadState { enum in class:polo::wire::protobuf::ProtobufWireAdapter
143 ReadState read_state_;
/external/chromium_org/media/base/
H A Dtext_renderer.h73 enum ReadState { enum in struct:media::TextRenderer::TextTrackState
81 ReadState read_state;
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_transport.h113 enum ReadState { enum in class:extensions::core_api::cast_channel::CastTransport
138 static proto::ReadState ReadStateToProto(CastTransport::ReadState state);
167 void SetReadState(ReadState read_state);
194 ReadState read_state_;
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.h69 enum ReadState { // Used to track if |socket_| has a pending read. enum in class:chrome_browser_net::NetworkStats
321 ReadState read_state_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.h426 enum ReadState { enum in class:cricket::Connection
432 ReadState read_state() const { return read_state_; }
546 void set_read_state(ReadState value);
559 ReadState read_state_;
/external/chromium_org/net/spdy/
H A Dspdy_session.h589 enum ReadState { enum in class:net::SpdySession
665 void PumpReadLoop(ReadState expected_read_state, int result);
667 // Advance the ReadState state machine. |expected_read_state| is the
671 int DoReadLoop(ReadState expected_read_state, int result);
672 // The implementations of the states of the ReadState state machine.
1053 ReadState read_state_;

Completed in 772 milliseconds