Home
last modified time | relevance | path

Searched refs:discovering (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/options/chromeos/
Dbluetooth_add_device_overlay.js100 BluetoothOptions.updateDiscoveryState = function(discovering) { argument
101 $('bluetooth-scanning-label').hidden = !discovering;
102 $('bluetooth-scanning-icon').hidden = !discovering;
103 $('bluetooth-scan-stopped-label').hidden = discovering;
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter_chromeos.cc231 return properties->discovering.value(); in IsDiscovering()
319 else if (property_name == properties->discovering.name()) in AdapterPropertyChanged()
320 DiscoveringChanged(properties->discovering.value()); in AdapterPropertyChanged()
664 if (properties->discovering.value()) in SetAdapter()
705 if (properties->discovering.value()) in RemoveAdapter()
734 bool discovering) { in DiscoveringChanged() argument
737 VLOG(1) << "Discovering changed: " << discovering; in DiscoveringChanged()
738 if (!discovering && !discovery_request_pending_ in DiscoveringChanged()
745 AdapterDiscoveringChanged(this, discovering)); in DiscoveringChanged()
Dbluetooth_adapter.h60 bool discovering) {} in AdapterDiscoveringChanged() argument
Dbluetooth_adapter_chromeos.h177 void DiscoveringChanged(bool discovering);
Dbluetooth_adapter_win_unittest.cc52 device::BluetoothAdapter* adapter, bool discovering) OVERRIDE { in AdapterDiscoveringChanged() argument
/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_adapter_client.cc146 properties_->discovering.ReplaceValue(true); in StartDiscovery()
186 properties_->discovering.ReplaceValue(false); in StopDiscovery()
258 properties_->discovering.ReplaceValue(false); in OnPropertyChanged()
Dbluetooth_adapter_client.h66 dbus::Property<bool> discovering; member
Dbluetooth_adapter_client.cc39 RegisterProperty(bluetooth_adapter::kDiscoveringProperty, &discovering); in Properties()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.cc182 bool discovering) { in AdapterDiscoveringChanged() argument
184 base::FundamentalValue discovering_value(discovering); in AdapterDiscoveringChanged()
276 base::FundamentalValue discovering(adapter_->IsDiscovering()); in FindDevicesError() local
278 "options.BluetoothOptions.updateDiscoveryState", discovering); in FindDevicesError()
Dbluetooth_options_handler.h144 bool discovering) OVERRIDE;
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-redefinition.ll4 ; discovering a bug on PowerPC as well.)
/external/chromium_org/chrome/common/extensions/api/
Dmdns.idl30 // discovering should be specified as the event filter with the
Dbluetooth.idl30 // Indicates whether or not the adapter is currently discovering.
31 boolean discovering;
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_event_router.cc209 bool discovering) { in AdapterDiscoveringChanged() argument
216 if (!discovering) { in AdapterDiscoveringChanged()
Dbluetooth_event_router.h99 bool discovering) OVERRIDE;
Dbluetooth_api_utils.cc138 out->discovering = adapter.IsDiscovering(); in PopulateAdapterState()
Dbluetooth_apitest.cc138 EXPECT_FALSE(state.discovering); in IN_PROC_BROWSER_TEST_F()
/external/iputils/doc/
Dtracepath.sgml12 traces path to a network host discovering MTU along this path</refpurpose>
29 It traces path to <replaceable/destination/ discovering MTU along this path.
/external/chromium_org/chrome/browser/ui/ash/
Dsystem_tray_delegate_chromeos.h233 bool discovering) OVERRIDE;
Dsystem_tray_delegate_chromeos.cc1330 bool discovering) { in AdapterDiscoveringChanged() argument
/external/okhttp/
Dconcurrency.md41 … calling the application layer or responding to a ping, and the thread discovering the action is n…
/external/chromium_org/third_party/sqlite/src/test/
Dwal3.test401 # + The reader discovering that between the time when it determined
549 # + The reader discovering that between the time when it read the
/external/tcpdump/
DREADME.md240 - Once a week, tell your funding agent that you're discovering
/external/llvm/docs/
DSystemLibrary.rst139 declared. Instead it should provide its own interface to discovering
/external/llvm/docs/CommandGuide/
Dlit.rst243 :program:`lit` proper is primarily an infrastructure for discovering and running

12