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

  /external/chromium_org/ipc/
ipc_channel_reader.h 54 enum ReadState { READ_SUCCEEDED, READ_FAILED, READ_PENDING };
70 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;
110 void SetReadState(const ReadState& read_state);
  /external/chromium_org/media/base/
text_renderer.h 74 enum ReadState {
82 ReadState read_state;
  /external/chromium_org/chrome/browser/net/
network_stats.h 69 enum ReadState { // Used to track if |socket_| has a pending read.
320 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 426 enum ReadState {
432 ReadState read_state() const { return read_state_; }
546 void set_read_state(ReadState value);
559 ReadState read_state_;
  /external/chromium_org/net/spdy/
spdy_session.h 520 enum ReadState {
606 void PumpReadLoop(ReadState expected_read_state, int result);
608 // Advance the ReadState state machine. |expected_read_state| is the
613 int DoReadLoop(ReadState expected_read_state, int result);
614 // The implementations of the states of the ReadState state machine.
    [all...]

Completed in 230 milliseconds