HomeSort by relevance Sort by last modified time
    Searched refs:CLOSED (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/chromium_org/media/audio/
audio_input_controller.h 32 // .--> [ Closed / Error ] <--.
246 CLOSED
  /external/chromium_org/remoting/client/
log_to_server.cc 38 state == ConnectionToHost::CLOSED;
server_log_entry_client.cc 35 const char kValueSessionStateClosed[] = "closed";
55 case ConnectionToHost::CLOSED:
  /external/chromium_org/remoting/protocol/
connection_to_client.cc 154 case Session::CLOSED:
jingle_session_unittest.cc 222 // Expect that the connection will be closed eventually.
224 OnSessionStateChange(Session::CLOSED))
246 // Expect that the connection will be closed eventually.
248 OnSessionStateChange(Session::CLOSED))
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 71 CLOSED = 3
111 // Prevent this instance from being collected while it's not in CLOSED
209 // send() method after the state changed to CLOSING or CLOSED.
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 56 CLOSED(5);
147 * context, but not reload the library. This is useful e.g. when the activity is closed and the
191 sConnectionListener.onConnectionState(ConnectionListener.State.CLOSED,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 184 multiset.tailMultiset(firstInclusive, BoundType.CLOSED);
190 multiset = multiset.headMultiset(lastInclusive, BoundType.CLOSED);
  /frameworks/base/core/java/android/util/
JsonReader.java 360 case CLOSED:
361 throw new IllegalStateException("JsonReader is closed");
403 * this reader is closed.
421 * this reader is closed.
439 * reader is closed.
537 stack.add(JsonScope.CLOSED);
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_test.cc 493 websocket_->state_ = WebSocketJob::CLOSED;
    [all...]
websocket_channel.h 74 // connection will be closed without sending. |fin| indicates the last frame
168 // FRESHLY_CONSTRUCTED to CLOSED, except that the SEND_CLOSED and RECV_CLOSED
177 // to CLOSED.
179 // has not yet closed the connection.
180 CLOSED, // The Closing Handshake has completed and the connection
181 // has been closed; or the connection is failed.
223 // Returns true if state_ is SEND_CLOSED, CLOSE_WAIT or CLOSED.
288 // stream is open, closes it and sets state_ to CLOSED. FailChannel() always
380 // arrives until the connection is closed and they are passed to
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket_message_filter.cc 438 if (state_.state() == TCPSocketState::CLOSED)
673 DCHECK(state_.state() == TCPSocketState::CLOSED);
714 DCHECK(state_.state() == TCPSocketState::CLOSED);
787 DCHECK(state_.state() == TCPSocketState::CLOSED);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java 710 offeringExpectations.expectStateChange(DataChannel.State.CLOSED);
711 answeringExpectations.expectStateChange(DataChannel.State.CLOSED);
757 expectations.expectIceConnectionChange(IceConnectionState.CLOSED);
758 expectations.expectSignalingChange(SignalingState.CLOSED);
  /external/chromium_org/remoting/webapp/
session_connector.js 290 * Reconnect a closed connection.
455 case remoting.ClientSession.State.CLOSED:
457 // state is reached, so it only sees the CLOSED state in exceptional
458 // circumstances. For example, a CONNECTING -> CLOSED transition happens
log_to_server.js 113 return ((state == remoting.ClientSession.State.CLOSED) ||
client_screen.js 111 case remoting.ClientSession.State.CLOSED:
112 console.log('Connection closed by host');
server_log_entry.js 57 case remoting.ClientSession.State.CLOSED:
58 return 'closed';
client_session.js 226 CONNECTION_CANCELED: -3, // Connection closed (gracefully) before connecting.
227 CONNECTION_DROPPED: -2, // Succeeded, but subsequently closed with an error.
233 CLOSED: 4,
622 remoting.ClientSession.State.CLOSED :
626 // the fact that the connection has closed.
    [all...]
  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 287 // Notify |host_| that a client session has closed.
295 session_unowned1_event_handler_->OnSessionStateChange(Session::CLOSED);
301 session_unowned2_event_handler_->OnSessionStateChange(Session::CLOSED);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 97 /** The signer is closed. */
98 CLOSED: 8
125 * Called when this signer's gnubby is closed.
130 this.state_ = SingleGnubbySigner.State.CLOSED;
  /external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.cc 298 if (state_.state() == TCPSocketState::CLOSED)
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 446 case CLOSED:
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 713 queue.setStatus(WorkgroupQueue.Status.CLOSED);
    [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 113 case protocol::ConnectionToHost::CLOSED:
114 return "CLOSED";
    [all...]

Completed in 2317 milliseconds

1 2 34 5 6