Searched defs:js_properties (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc460 base::DictionaryValue js_properties; local
461 js_properties.SetString("name", device->GetName());
462 js_properties.SetString("address", device->GetAddress());
463 js_properties.SetBoolean("paired", device->IsPaired());
464 js_properties.SetBoolean("connected", device->IsConnected());
465 js_properties.SetBoolean("connecting", device->IsConnecting());
466 js_properties.SetBoolean("connectable", device->IsConnectable());
468 js_properties.MergeDictionary(params);
473 if (!js_properties.GetString("pairing", &pairing)) {
475 js_properties
[all...]

Completed in 98 milliseconds