HomeSort by relevance Sort by last modified time
    Searched refs:STATE_CLOSING (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/android/forwarder2/
forwarder.cc 66 STATE_CLOSING = 2,
94 state_ = STATE_CLOSING; // T07
96 case STATE_CLOSING:
120 case STATE_CLOSING:
161 case STATE_CLOSING:
183 if (state_ == STATE_CLOSING) {
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 34 protected static final int STATE_CLOSING = 2;
79 if (mState == STATE_CLOSING) {
122 mState = STATE_CLOSING;
145 && (mState == STATE_CLOSED || mState == STATE_CLOSING)) {
160 } else if (mState == STATE_CLOSING && mSprite.animationFinished()) {
173 mState = STATE_CLOSING;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 45 STATE_CLOSING, //!< Socket is closing but can have buffered data

Completed in 2729 milliseconds