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

/external/chromium_org/ipc/
H A Dipc_channel_reader.h54 enum ReadState { READ_SUCCEEDED, READ_FAILED, READ_PENDING }; enum in class:IPC::internal::ChannelReader
70 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/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification.h42 enum ReadState { enum in class:notifier::SyncedNotification
96 ReadState GetReadState() const;
130 void SetReadState(const ReadState& read_state);
/external/chromium_org/media/base/
H A Dtext_renderer.h76 enum ReadState { enum in struct:media::TextRenderer::TextTrackState
84 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/chrome/browser/extensions/api/cast_channel/
H A Dcast_socket.h172 enum ReadState { enum in class:extensions::api::cast_channel::CastSocket
322 ReadState read_state_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.h415 enum ReadState { enum in class:cricket::Connection
421 ReadState read_state() const { return read_state_; }
535 void set_read_state(ReadState value);
548 ReadState read_state_;
/external/chromium_org/net/spdy/
H A Dspdy_session.h569 enum ReadState { enum in class:net::SpdySession
645 void PumpReadLoop(ReadState expected_read_state, int result);
647 // Advance the ReadState state machine. |expected_read_state| is the
651 int DoReadLoop(ReadState expected_read_state, int result);
652 // The implementations of the states of the ReadState state machine.
1013 ReadState read_state_;

Completed in 373 milliseconds