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

  /external/tremolo/Tremolo/
ivorbisfile.h 85 int ready_state; member in struct:OggVorbis_File
  /external/libvorbis/include/vorbis/
vorbisfile.h 132 int ready_state; member in struct:OggVorbis_File
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_socket.cc 109 ReadyState CastSocket::ready_state() const { function in class:extensions::core_api::cast_channel::CastSocket
835 void CastSocket::SetReadyState(ReadyState ready_state) {
836 if (ready_state_ != ready_state) {
837 ready_state_ = ready_state;
  /external/chromium_org/ppapi/tests/
test_websocket.cc 375 PP_WebSocketReadyState ready_state = local
377 ASSERT_EQ(PP_WEBSOCKETREADYSTATE_INVALID, ready_state);
789 PP_WebSocketReadyState ready_state = local
791 if (ready_state != PP_WEBSOCKETREADYSTATE_CONNECTING &&
792 ready_state != PP_WEBSOCKETREADYSTATE_OPEN) {
    [all...]

Completed in 162 milliseconds