Searched defs:STATE_CLOSED (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dtcp_server_socket_private_resource.h43 STATE_CLOSED enumerator in enum:ppapi::proxy::TCPServerSocketPrivateResource::State
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_server_socket_message_filter.h48 STATE_CLOSED enumerator in enum:content::PepperTCPServerSocketMessageFilter::State
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasyncpacketsocket.h41 STATE_CLOSED, enumerator in enum:talk_base::AsyncPacketSocket::State
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h42 STATE_CLOSED = 0, //!< Socket is not open. enumerator in enum:buzz::AsyncSocket::State
H A Dxmppengine.h173 STATE_CLOSED, //!< Session closed, possibly due to error. enumerator in enum:buzz::XmppEngine::State
/external/chromium_org/content/renderer/p2p/
H A Dsocket_client.h71 STATE_CLOSED, enumerator in enum:content::P2PSocketClient::State
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h42 STATE_CLOSED = 0, //!< Socket is not open. enumerator in enum:buzz::AsyncSocket::State
H A Dxmppengine.h181 STATE_CLOSED, //!< Session closed, possibly due to error. enumerator in enum:buzz::XmppEngine::State
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket.h115 STATE_CLOSED enumerator in enum:net::SpdyProxyClientSocket::State
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.h111 STATE_CLOSED enumerator in enum:net::SpdyProxyClientSocket::State
H A Dspdy_stream.h425 STATE_CLOSED enumerator in enum:net::SpdyStream::State
H A Dspdy_session.h360 bool IsClosed() const { return availability_state_ == STATE_CLOSED; }
538 STATE_CLOSED enumerator in enum:net::SpdySession::AvailabilityState
619 // STATE_CLOSED, calls RemoveFromPool().
636 // STATE_CLOSED, calls RemoveFromPool().
744 // == STATE_CLOSED, |error_on_close_| has a valid value, that there
1022 // STATE_CLOSED), then |error_on_close_| holds the error with which
/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java32 protected static final int STATE_CLOSED = 0; field in class:DoorAnimationComponent
56 mState = STATE_CLOSED;
112 mState = STATE_CLOSED;
145 && (mState == STATE_CLOSED || mState == STATE_CLOSING)) {
162 mState = STATE_CLOSED;
171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.h114 STATE_CLOSED // Connection closed. enumerator in enum:cricket::DtlsTransportChannelWrapper::State
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannel.java44 public static final int STATE_CLOSED = 4; field in class:Channel

Completed in 300 milliseconds