Home
last modified time | relevance | path

Searched refs:ReadState (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification.h40 enum ReadState { enum
62 ReadState GetReadState() const;
110 void SetReadState(const ReadState& read_state);
Dsynced_notification_unittest.cc202 SyncedNotification::ReadState found_state1 = in TEST_F()
204 SyncedNotification::ReadState expected_state1(SyncedNotification::kUnread); in TEST_F()
208 SyncedNotification::ReadState found_state2 = in TEST_F()
210 SyncedNotification::ReadState expected_state2(SyncedNotification::kDismissed); in TEST_F()
Dchrome_notifier_service.cc272 (static_cast<SyncedNotification::ReadState>( in CreateNotificationFromSyncData()
277 (static_cast<SyncedNotification::ReadState>( in CreateNotificationFromSyncData()
281 (static_cast<SyncedNotification::ReadState>( in CreateNotificationFromSyncData()
Dsynced_notification.cc406 void SyncedNotification::SetReadState(const ReadState& read_state) { in SetReadState()
521 SyncedNotification::ReadState SyncedNotification::GetReadState() const { in GetReadState()
538 return static_cast<SyncedNotification::ReadState>(found_read_state); in GetReadState()
/external/chromium_org/ipc/
Dipc_channel_reader.h54 enum ReadState { READ_SUCCEEDED, READ_FAILED, READ_PENDING }; enum
70 virtual ReadState ReadData(char* buffer, int buffer_len, int* bytes_read) = 0;
Dipc_channel_nacl.h58 virtual ReadState ReadData(char* buffer,
Dipc_channel_win.h39 virtual ReadState ReadData(char* buffer,
Dipc_channel_reader.cc24 ReadState read_state = ReadData(input_buf_, Channel::kReadBufferSize, in ProcessIncomingMessages()
Dipc_channel_posix.h88 virtual ReadState ReadData(char* buffer,
Dipc_channel_nacl.cc296 Channel::ChannelImpl::ReadState Channel::ChannelImpl::ReadData( in ReadData()
Dipc_channel_win.cc116 Channel::ChannelImpl::ReadState Channel::ChannelImpl::ReadData( in ReadData()
Dipc_channel_posix.cc766 Channel::ChannelImpl::ReadState Channel::ChannelImpl::ReadData( in ReadData()
/external/chromium_org/media/base/
Dtext_renderer.h74 enum ReadState { enum
82 ReadState read_state;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dport.h288 enum ReadState { enum
293 ReadState read_state() const { return read_state_; } in read_state()
376 void set_read_state(ReadState value);
388 ReadState read_state_;
Dport.cc533 void Connection::set_read_state(ReadState value) { in set_read_state()
534 ReadState old_value = read_state_; in set_read_state()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dport.h426 enum ReadState { enum
432 ReadState read_state() const { return read_state_; } in read_state()
546 void set_read_state(ReadState value);
559 ReadState read_state_;
Dport.cc879 void Connection::set_read_state(ReadState value) { in set_read_state()
880 ReadState old_value = read_state_; in set_read_state()
/external/chromium_org/chrome/browser/net/
Dnetwork_stats.h69 enum ReadState { // Used to track if |socket_| has a pending read. enum
320 ReadState read_state_;
/external/chromium_org/net/spdy/
Dspdy_session.h520 enum ReadState { enum
606 void PumpReadLoop(ReadState expected_read_state, int result);
613 int DoReadLoop(ReadState expected_read_state, int result);
999 ReadState read_state_;
Dspdy_session.cc1089 void SpdySession::PumpReadLoop(ReadState expected_read_state, int result) { in PumpReadLoop()
1106 int SpdySession::DoReadLoop(ReadState expected_read_state, int result) { in DoReadLoop()
/external/chromium_org/sync/protocol/
Dsynced_notification_data.proto84 enum ReadState { enum
89 optional ReadState read_state = 5;