OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ready_state
(Results
1 - 6
of
6
) 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/browser/extensions/api/cast_channel/
cast_socket.h
87
ReadyState
ready_state
() const { return ready_state_; }
function in class:extensions::api::cast_channel::CastSocket
/external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc
143
long
ready_state
;
local
144
HRESULT hr = tab_->get_readyState(&
ready_state
);
147
OnReadyStateChanged(
ready_state
);
149
if (
ready_state
== READYSTATE_COMPLETE) {
155
} else if (
ready_state
== READYSTATE_UNINITIALIZED) {
204
virtual void OnReadyStateChanged(long
ready_state
) {}
249
virtual void OnReadyStateChanged(long
ready_state
) {
251
if (
ready_state
== READYSTATE_COMPLETE) {
253
} else if (
ready_state
== READYSTATE_INTERACTIVE) {
260
DCHECK(
ready_state
!= READYSTATE_UNINITIALIZED) << "failed to initialize"
[
all
...]
/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 127 milliseconds