HomeSort by relevance Sort by last modified time
    Searched defs:ReadState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ipc/
ipc_channel_reader.h 50 enum ReadState { READ_SUCCEEDED, READ_FAILED, READ_PENDING };
66 virtual ReadState ReadData(char* buffer, int buffer_len, int* bytes_read) = 0;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 40 enum ReadState {
62 ReadState GetReadState() const;
108 void SetReadState(const ReadState& read_state);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 288 enum ReadState {
293 ReadState read_state() const { return read_state_; }
376 void set_read_state(ReadState value);
388 ReadState read_state_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 411 enum ReadState {
417 ReadState read_state() const { return read_state_; }
528 void set_read_state(ReadState value);
541 ReadState read_state_;
  /external/chromium_org/net/spdy/
spdy_session.h 541 enum ReadState {
623 void PumpReadLoop(ReadState expected_read_state, int result);
625 // Advance the ReadState state machine. |expected_read_state| is the
630 int DoReadLoop(ReadState expected_read_state, int result);
631 // The implementations of the states of the ReadState state machine.
    [all...]

Completed in 2519 milliseconds