OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
84
return GetStringValue(key, value, &
connection_state_
);
273
return
connection_state_
;
277
return visible() && StateIsConnected(
connection_state_
);
281
return visible() && StateIsConnecting(
connection_state_
);
network_state.h
63
// Returns |
connection_state_
| if visible, kStateDisconnect otherwise.
99
// Returns true if |
connection_state_
| is a connected/connecting state.
147
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
150
:
connection_state_
(OFFLINE),
348
info->connection_state = ConnectionStateToString(
connection_state_
);
455
switch (
connection_state_
) {
606
if (
connection_state_
!= ONLINE)
700
if (
connection_state_
!= ONLINE)
711
DCHECK_EQ(
connection_state_
, ONLINE);
755
txt.push_back("cs=" + ConnectionStateToString(
connection_state_
));
925
if (
connection_state_
== new_state)
928
connection_state_
= new_state;
931
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
105
cellular_network_.
connection_state_
= state;
Completed in 430 milliseconds