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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket.cc 50 connection_state_(BEFORE_CONNECT),
66 connection_state_(CONNECTED),
81 if (connection_state_ != BEFORE_CONNECT) {
86 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);
401 DCHECK(connection_state_ == CONNECT_IN_PROGRESS)
    [all...]
  /external/chromium_org/chromeos/network/
network_state.cc 83 return GetStringValue(key, value, &connection_state_);
270 return connection_state_;
274 return visible() && StateIsConnected(connection_state_);
278 return visible() && StateIsConnecting(connection_state_);
network_state.h 62 // Returns |connection_state_| if visible, kStateDisconnect otherwise.
96 // Returns true if |connection_state_| is a connected/connecting state.
144 std::string connection_state_; member in class:chromeos::NetworkState
network_change_notifier_chromeos_unittest.cc 132 default_network_.connection_state_ = shill::kStateOnline;
134 default_network_.connection_state_ = shill::kStateConfiguration;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.cc 108 connection_state_(connection_state),
113 client_->didChangeICEConnectionState(connection_state_);
118 WebRTCPeerConnectionHandlerClient::ICEConnectionState connection_state_; member in class:content::RTCPeerConnectionStateTask
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 151 : connection_state_(OFFLINE),
349 info->connection_state = ConnectionStateToString(connection_state_);
456 switch (connection_state_) {
607 if (connection_state_ != ONLINE)
701 if (connection_state_ != ONLINE)
712 DCHECK_EQ(connection_state_, ONLINE);
756 txt.push_back("cs=" + ConnectionStateToString(connection_state_));
947 if (connection_state_ == new_state)
950 connection_state_ = new_state;
953 ConnectionStateToString(connection_state_).c_str()
    [all...]
printer.h 217 ConnectionState connection_state_; member in class:Printer
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 136 cellular_network_.connection_state_ = state;

Completed in 1260 milliseconds