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

  /external/chromium_org/ppapi/shared_impl/
tcp_socket_shared.cc 48 // |connection_state_| is not BEFORE_CONNECT: DisconnectImpl() has been
50 // abort |connect_callback_|. We don't want to update |connection_state_| or
52 if (connection_state_ != BEFORE_CONNECT ||
61 connection_state_ = CONNECTED;
70 // |connection_state_| is not CONNECT: DisconnectImpl() has been
73 // |connection_state_| or other members in that case.
74 if (connection_state_ != CONNECTED ||
80 connection_state_ = SSL_CONNECTED;
150 if (connection_state_ != BEFORE_CONNECT)
166 if (connection_state_ != BEFORE_CONNECT
    [all...]
tcp_socket_shared.h 125 ConnectionState connection_state_; member in class:ppapi::TCPSocketShared
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket.cc 51 connection_state_(BEFORE_CONNECT),
68 connection_state_(CONNECTED),
83 if (connection_state_ != BEFORE_CONNECT) {
88 connection_state_ = CONNECT_IN_PROGRESS;
104 if (connection_state_ != BEFORE_CONNECT) {
120 connection_state_ = CONNECT_IN_PROGRESS;
135 if (connection_state_ != CONNECTED || read_buffer_.get() ||
141 connection_state_ = SSL_HANDSHAKE_IN_PROGRESS;
281 DCHECK(connection_state_ == CONNECT_IN_PROGRESS);
394 DCHECK(connection_state_ == CONNECT_IN_PROGRESS)
    [all...]
pepper_tcp_socket.h 126 ConnectionState connection_state_; member in class:content::PepperTCPSocket
  /external/chromium_org/chrome/browser/chromeos/net/
network_change_notifier_network_library.cc 55 connection_state_(chromeos::STATE_UNKNOWN),
184 network && network->state() != connection_state_) {
222 << ", connect= " << connection_state_
235 bool was_online = (connection_state_ == chromeos::STATE_ONLINE);
237 bool was_portal = (connection_state_ == chromeos::STATE_PORTAL);
244 connection_state_ = new_connection_state;
254 << ", end_cs_ = " << connection_state_
network_change_notifier_network_library.h 90 chromeos::ConnectionState connection_state_; member in class:chromeos::NetworkChangeNotifierNetworkLibrary
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 120 connection_state_(OFFLINE),
315 info->connection_state = ConnectionStateToString(connection_state_);
361 switch (connection_state_) {
491 if (connection_state_ != ONLINE)
597 txt.push_back("cs=" + ConnectionStateToString(connection_state_));
763 if (connection_state_ == new_state)
766 connection_state_ = new_state;
769 ConnectionStateToString(connection_state_).c_str(),
774 switch (connection_state_) {
printer.h 208 ConnectionState connection_state_; member in class:Printer
  /external/chromium_org/chromeos/network/
network_state.h 47 const std::string& connection_state() const { return connection_state_; }
85 // Returns true if |connection_state_| is a connected/connecting state.
133 std::string connection_state_; member in class:chromeos::NetworkState
network_state.cc 110 return GetStringValue(key, value, &connection_state_);
242 connection_state_);
314 return StateIsConnected(connection_state_);
318 return StateIsConnecting(connection_state_);
network_change_notifier_chromeos_unittest.cc 131 default_network_.connection_state_ = flimflam::kStateOnline;
133 default_network_.connection_state_ = flimflam::kStateConfiguration;
  /external/chromium_org/ppapi/proxy/
ppb_tcp_socket_private_proxy.cc 76 connection_state_ = CONNECTED;

Completed in 246 milliseconds