OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connection_state_
(Results
1 - 7
of
7
) sorted by null
/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;
106
if (
connection_state_
!= BEFORE_CONNECT) {
122
connection_state_
= CONNECT_IN_PROGRESS;
137
if (
connection_state_
!= CONNECTED || read_buffer_.get() ||
143
connection_state_
= SSL_HANDSHAKE_IN_PROGRESS;
283
DCHECK(
connection_state_
== CONNECT_IN_PROGRESS);
396
DCHECK(
connection_state_
== CONNECT_IN_PROGRESS)
[
all
...]
/external/chromium_org/chromeos/network/
network_state.h
53
const std::string& connection_state() const { return
connection_state_
; }
86
// Returns true if |
connection_state_
| is a connected/connecting state.
123
std::string
connection_state_
;
member in class:chromeos::NetworkState
network_state.cc
82
return GetStringValue(key, value, &
connection_state_
);
173
connection_state_
);
230
return StateIsConnected(
connection_state_
);
234
return StateIsConnecting(
connection_state_
);
network_change_notifier_chromeos_unittest.cc
131
default_network_.
connection_state_
= shill::kStateOnline;
133
default_network_.
connection_state_
= shill::kStateConfiguration;
/external/chromium_org/cloud_print/gcp20/prototype/
printer.cc
148
:
connection_state_
(OFFLINE),
346
info->connection_state = ConnectionStateToString(
connection_state_
);
453
switch (
connection_state_
) {
604
if (
connection_state_
!= ONLINE)
698
if (
connection_state_
!= ONLINE)
709
DCHECK_EQ(
connection_state_
, ONLINE);
753
txt.push_back("cs=" + ConnectionStateToString(
connection_state_
));
921
if (
connection_state_
== new_state)
924
connection_state_
= new_state;
927
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
104
cellular_network_.
connection_state_
= state;
Completed in 439 milliseconds