Home
last modified time | relevance | path

Searched refs:connection_state (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Dncp.h43 __u8 connection_state; member
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc995 int connection_state = IDS_STATUSBAR_NETWORK_DEVICE_DISCONNECTED; in GetNetwork() local
997 connection_state = IDS_STATUSBAR_NETWORK_DEVICE_CONNECTED; in GetNetwork()
999 connection_state = IDS_STATUSBAR_NETWORK_DEVICE_CONNECTING; in GetNetwork()
1001 connection_state = IDS_STATUSBAR_NETWORK_DEVICE_NOT_CONFIGURED; in GetNetwork()
1002 std::string status = l10n_util::GetStringUTF8(connection_state); in GetNetwork()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h284 ConnectionState connection_state() const { return state_; } in connection_state() function