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/chrome/browser/extensions/api/cast_channel/
cast_socket.cc 100 ReadyState CastSocket::ready_state() const { function in class:extensions::api::cast_channel::CastSocket
  /external/chromium_org/ppapi/tests/
test_websocket.cc 374 PP_WebSocketReadyState ready_state = local
376 ASSERT_EQ(PP_WEBSOCKETREADYSTATE_INVALID, ready_state);
785 PP_WebSocketReadyState ready_state = local
787 if (ready_state != PP_WEBSOCKETREADYSTATE_CONNECTING &&
788 ready_state != PP_WEBSOCKETREADYSTATE_OPEN) {
    [all...]

Completed in 495 milliseconds