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

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 49 * connectable: boolean,
93 connectable: true,
101 connectable: true,
109 connectable: true,
177 connectable: true,
235 connectable: true,
332 connectable: true,
internet_options_handler.cc 95 const char kNetworkInfoKeyConnectable[] = "connectable";
462 connectable_(network->connectable()),
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 112 bool connectable,
internet_options_handler.cc     [all...]
  /external/chromium_org/chromeos/network/
network_connection_handler.cc 268 // Connect immediately to 'connectable' networks.
269 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
271 network->connectable() && network->type() != flimflam::kTypeVPN) {
365 bool connectable = false; local
367 flimflam::kConnectableProperty, &connectable);
370 // been recently configured), we need to check Connectable again.
371 if (connectable && type != flimflam::kTypeVPN) {
372 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
455 // The network may not be 'Connectable' because the TPM properties are not
499 // 'Connectable' is false. If |check_error_state| is true, signal a
    [all...]
network_state.h 66 bool connectable() const { return connectable_; } function in class:chromeos::NetworkState
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 51 .network-item[connectable]:hover {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
about_network.cc 110 WrapWithTD(base::IntToString(network->connectable())) +
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 295 // Is this network connectable. Currently, this is mainly used by 802.1x
297 bool connectable() const { return connectable_; } function in class:chromeos::Network
384 void set_connectable(bool connectable) { connectable_ = connectable; }
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.cc 748 bool connectable; local
749 if (!value.GetAsBoolean(&connectable))
751 network->set_connectable(connectable);
    [all...]
network_library.h 348 // Is this network connectable. Currently, this is mainly used by 802.1x
350 bool connectable() const { return connectable_; } function in class:chromeos::Network
510 void set_connectable(bool connectable) { connectable_ = connectable; }
    [all...]
network_library.cc 633 // TODO(stevenjb): Check connectable() once shill sets that state
636 VLOG(1) << "OpenVPN requires credentials, connectable: "
637 << connectable();
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 404 // If a network is not connectable from login/oobe, we disable it.
406 if (!owner_->IsBrowserMode() && !wifi_networks[i]->connectable())
692 if (!vpn->connectable())
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 608 BOOLEAN connectable; /* If TRUE page scan should be enabled */ member in struct:__anon3530
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]

Completed in 759 milliseconds