Searched defs:STATE_OPEN (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h45 STATE_OPEN, //!< Socket is connected enumerator in enum:buzz::AsyncSocket::State
H A Dxmppengine.h172 STATE_OPEN, //!< Authenticated and bound. enumerator in enum:buzz::XmppEngine::State
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutPreferences.java34 int STATE_OPEN = 0; field in interface:IFlyoutPreferences
50 * @return the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
70 * Sets the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket.h114 STATE_OPEN, enumerator in enum:net::SpdyProxyClientSocket::State
H A Dspdy_stream.h222 return io_state_ == STATE_OPEN || io_state_ == STATE_DONE;
245 STATE_OPEN, enumerator in enum:net::SpdyStream::State
/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java33 protected static final int STATE_OPEN = 1; field in class:DoorAnimationComponent
73 mState = STATE_OPEN;
149 && (mState == STATE_OPEN || mState == STATE_OPENING)) {
159 mState = STATE_OPEN;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannel.java43 public static final int STATE_OPEN = 2; field in class:Channel
62 // changing to STATE_OPEN.
63 // Therefore, if you know that the Channel is in state STATE_OPEN, then you

Completed in 337 milliseconds