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

  /external/chromium_org/components/wifi/
network_properties.h 46 bool auto_connect; member in struct:wifi::NetworkProperties
network_properties.cc 18 auto_connect(false),
87 wifi->GetBoolean(onc::wifi::kAutoConnect, &auto_connect);
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 60 scoped_ptr<bool> auto_connect; member in struct:chromeos::BluetoothProfileManagerClient::Options
bluetooth_profile_manager_client.cc 125 if (options.auto_connect.get() != NULL) {
129 dict_writer.AppendVariantOfBool(*(options.auto_connect));
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 34 function sendConnect(index, passphrase, identity, auto_connect) {
40 auto_connect ? '1' : '0']);
147 sendConnect(index, this.attrs.passphrase, '', this.attrs.auto_connect);
238 this.autoConnectCheckbox.checked = this.attrs.auto_connect;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1366 bool auto_connect = auto_connect_str == kTagTrue; local
1596 bool auto_connect = false; local
    [all...]

Completed in 131 milliseconds