HomeSort by relevance Sort by last modified time
    Searched defs:ready_state (Results 1 - 5 of 5) 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/net/websockets/
websocket.h 132 State ready_state() const { return ready_state_; } function in class:net::WebSocket
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 141 long ready_state; local
142 HRESULT hr = tab_->get_readyState(&ready_state);
145 OnReadyStateChanged(ready_state);
147 if (ready_state == READYSTATE_COMPLETE) {
153 } else if (ready_state == READYSTATE_UNINITIALIZED) {
202 virtual void OnReadyStateChanged(long ready_state) {}
247 virtual void OnReadyStateChanged(long ready_state) {
249 if (ready_state == READYSTATE_COMPLETE) {
251 } else if (ready_state == READYSTATE_INTERACTIVE) {
258 DCHECK(ready_state != READYSTATE_UNINITIALIZED) << "failed to initialize"
    [all...]
  /external/chromium_org/ppapi/tests/
test_websocket.cc 375 PP_WebSocketReadyState ready_state = local
377 ASSERT_EQ(PP_WEBSOCKETREADYSTATE_INVALID, ready_state);
786 PP_WebSocketReadyState ready_state = local
788 if (ready_state != PP_WEBSOCKETREADYSTATE_CONNECTING &&
789 ready_state != PP_WEBSOCKETREADYSTATE_OPEN) {
    [all...]

Completed in 220 milliseconds