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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 37 virtual void AdapterPresentChanged(BluetoothAdapter* adapter,
bluetooth_adapter_win_unittest.cc 41 virtual void AdapterPresentChanged(
161 TEST_F(BluetoothAdapterWinTest, AdapterPresentChanged) {
bluetooth_adapter_win.cc 170 AdapterPresentChanged(this, is_present));
bluetooth_adapter_chromeos.cc 405 AdapterPresentChanged(this, present));
bluetooth_chromeos_unittest.cc 41 virtual void AdapterPresentChanged(BluetoothAdapter* adapter,
347 // Install an observer; expect the AdapterPresentChanged to be called
375 // Install an observer; expect the AdapterPresentChanged to be called
695 // Install an observer; expect the AdapterPresentChanged,
    [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 24 MOCK_METHOD2(AdapterPresentChanged, void(BluetoothAdapter*, bool));
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 99 virtual void AdapterPresentChanged(device::BluetoothAdapter* adapter,
bluetooth_event_router.cc 193 void ExtensionBluetoothEventRouter::AdapterPresentChanged(
bluetooth_apitest.cc 470 event_router()->AdapterPresentChanged(mock_adapter_, true);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 142 virtual void AdapterPresentChanged(device::BluetoothAdapter* adapter,
bluetooth_options_handler.cc 153 void BluetoothOptionsHandler::AdapterPresentChanged(
206 AdapterPresentChanged(adapter_.get(), adapter_->IsPresent());
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc     [all...]

Completed in 162 milliseconds