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

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.h64 // Indicates that the adapter is discovering other Bluetooth Devices.
66 dbus::Property<bool> discovering; member in struct:chromeos::BluetoothAdapterClient::Properties
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.h32 // known to the adapter, discovering new devices, and providing notification of
59 // Called when the discovering state of the adapter |adapter| changes. When
60 // |discovering| is true the adapter is seeking new devices, false means it
63 bool discovering) {}
78 // either as a result of a discovered device being lost between discovering
239 // Indicates whether the adapter is currently discovering new devices.
244 // |callback| and the adapter will be discovering nearby Bluetooth devices.
354 // discovering for devices. This means that Chrome will restart device
386 // discovering. This should be called by all platform implementations.
62 AdapterDiscoveringChanged(BluetoothAdapter* adapter, bool discovering) argument
H A Dbluetooth_adapter_chromeos.cc234 return properties->discovering.value();
316 else if (property_name == properties->discovering.name())
317 DiscoveringChanged(properties->discovering.value());
661 if (properties->discovering.value())
702 if (properties->discovering.value())
731 bool discovering) {
734 VLOG(1) << "Discovering changed: " << discovering;
735 if (!discovering && !discovery_request_pending_
742 AdapterDiscoveringChanged(this, discovering));
908 // The adapter is already discovering
730 DiscoveringChanged( bool discovering) argument
[all...]
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_event_router.cc209 bool discovering) {
216 if (!discovering) {
207 AdapterDiscoveringChanged( device::BluetoothAdapter* adapter, bool discovering) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc180 bool discovering) {
182 base::FundamentalValue discovering_value(discovering);
274 base::FundamentalValue discovering(adapter_->IsDiscovering());
276 "options.BluetoothOptions.updateDiscoveryState", discovering);
178 AdapterDiscoveringChanged( device::BluetoothAdapter* adapter, bool discovering) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc1222 bool discovering) {
1220 AdapterDiscoveringChanged( device::BluetoothAdapter* adapter, bool discovering) argument
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js581 chrome.bluetooth.AdapterState.prototype.discovering;

Completed in 764 milliseconds