HomeSort by relevance Sort by last modified time
    Searched refs:AdapterDiscoveringChanged (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 26 MOCK_METHOD2(AdapterDiscoveringChanged, void(BluetoothAdapter*, bool));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 143 virtual void AdapterDiscoveringChanged(device::BluetoothAdapter* adapter,
bluetooth_options_handler.cc 178 void BluetoothOptionsHandler::AdapterDiscoveringChanged(
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_event_router.h 98 virtual void AdapterDiscoveringChanged(device::BluetoothAdapter* adapter,
bluetooth_apitest.cc 270 event_router()->AdapterDiscoveringChanged(mock_adapter_, true);
354 event_router()->AdapterDiscoveringChanged(mock_adapter_, true);
bluetooth_event_router.cc 207 void BluetoothEventRouter::AdapterDiscoveringChanged(
  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 62 virtual void AdapterDiscoveringChanged(BluetoothAdapter* adapter,
bluetooth_adapter_win.cc 133 AdapterDiscoveringChanged(this, true));
158 AdapterDiscoveringChanged(this, false));
bluetooth_adapter_win_unittest.cc 63 virtual void AdapterDiscoveringChanged(
bluetooth_adapter_chromeos.cc 742 AdapterDiscoveringChanged(this, discovering));
    [all...]
bluetooth_chromeos_unittest.cc 80 virtual void AdapterDiscoveringChanged(BluetoothAdapter* adapter,
674 // AdapterDiscoveringChanged method to be called and no longer to be
773 // AdapterPoweredChanged and AdapterDiscoveringChanged methods to be called
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 207 virtual void AdapterDiscoveringChanged(device::BluetoothAdapter* adapter,
system_tray_delegate_chromeos.cc     [all...]

Completed in 251 milliseconds