Home
last modified time | relevance | path

Searched refs:BluetoothOptions (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/chromeos/
Dbluetooth_add_device_overlay.js14 function BluetoothOptions() { class
20 cr.addSingletonGetter(BluetoothOptions);
22 BluetoothOptions.prototype = { class
37 BluetoothOptions.updateDiscoveryState(true);
93 BluetoothOptions.startDeviceDiscovery = function() {
94 var page = BluetoothOptions.getInstance();
103 BluetoothOptions.updateDiscoveryState = function(discovering) {
112 BluetoothOptions.dismissOverlay = function() {
113 var page = BluetoothOptions.getInstance();
120 BluetoothOptions: BluetoothOptions
/external/chromium_org/chrome/browser/resources/chromeos/
Dbluetooth_options.js14 function BluetoothOptions() { class
18 cr.addSingletonGetter(BluetoothOptions);
20 BluetoothOptions.prototype = { class
24 BluetoothOptions.updateDiscovery = function() {
29 BluetoothOptions: BluetoothOptions
/external/chromium_org/chrome/browser/resources/options/
Doptions_bundle.js47 var BluetoothOptions = options.BluetoothOptions; variable
Doptions.js193 PageManager.registerOverlay(BluetoothOptions.getInstance(),