/external/chromium_org/chrome/browser/resources/options/chromeos/ |
D | bluetooth_add_device_overlay.js | 100 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/ |
D | bluetooth_adapter_chromeos.cc | 231 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()
|
D | bluetooth_adapter.h | 60 bool discovering) {} in AdapterDiscoveringChanged() argument
|
D | bluetooth_adapter_chromeos.h | 177 void DiscoveringChanged(bool discovering);
|
D | bluetooth_adapter_win_unittest.cc | 52 device::BluetoothAdapter* adapter, bool discovering) OVERRIDE { in AdapterDiscoveringChanged() argument
|
/external/chromium_org/chromeos/dbus/ |
D | fake_bluetooth_adapter_client.cc | 146 properties_->discovering.ReplaceValue(true); in StartDiscovery() 186 properties_->discovering.ReplaceValue(false); in StopDiscovery() 258 properties_->discovering.ReplaceValue(false); in OnPropertyChanged()
|
D | bluetooth_adapter_client.h | 66 dbus::Property<bool> discovering; member
|
D | bluetooth_adapter_client.cc | 39 RegisterProperty(bluetooth_adapter::kDiscoveringProperty, &discovering); in Properties()
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | bluetooth_options_handler.cc | 182 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()
|
D | bluetooth_options_handler.h | 144 bool discovering) OVERRIDE;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-redefinition.ll | 4 ; discovering a bug on PowerPC as well.)
|
/external/chromium_org/chrome/common/extensions/api/ |
D | mdns.idl | 30 // discovering should be specified as the event filter with the
|
D | bluetooth.idl | 30 // Indicates whether or not the adapter is currently discovering. 31 boolean discovering;
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
D | bluetooth_event_router.cc | 209 bool discovering) { in AdapterDiscoveringChanged() argument 216 if (!discovering) { in AdapterDiscoveringChanged()
|
D | bluetooth_event_router.h | 99 bool discovering) OVERRIDE;
|
D | bluetooth_api_utils.cc | 138 out->discovering = adapter.IsDiscovering(); in PopulateAdapterState()
|
D | bluetooth_apitest.cc | 138 EXPECT_FALSE(state.discovering); in IN_PROC_BROWSER_TEST_F()
|
/external/iputils/doc/ |
D | tracepath.sgml | 12 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/ |
D | system_tray_delegate_chromeos.h | 233 bool discovering) OVERRIDE;
|
D | system_tray_delegate_chromeos.cc | 1330 bool discovering) { in AdapterDiscoveringChanged() argument
|
/external/okhttp/ |
D | concurrency.md | 41 … 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/ |
D | wal3.test | 401 # + The reader discovering that between the time when it determined 549 # + The reader discovering that between the time when it read the
|
/external/tcpdump/ |
D | README.md | 240 - Once a week, tell your funding agent that you're discovering
|
/external/llvm/docs/ |
D | SystemLibrary.rst | 139 declared. Instead it should provide its own interface to discovering
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 243 :program:`lit` proper is primarily an infrastructure for discovering and running
|