Home
last modified time | relevance | path

Searched refs:RemovePairingDelegate (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
Dbluetooth_event_router.cc173 void BluetoothEventRouter::RemovePairingDelegate( in RemovePairingDelegate() function in extensions::BluetoothEventRouter
178 adapter_->RemovePairingDelegate(delegate); in RemovePairingDelegate()
313 RemovePairingDelegate(extension_id); in CleanUpForExtension()
334 RemovePairingDelegate(pairing_iter++->first); in CleanUpAllExtensions()
Dbluetooth_event_router.h81 void RemovePairingDelegate(const std::string& extension_id);
Dbluetooth_private_api.cc57 BluetoothAPI::Get(browser_context_)->event_router()->RemovePairingDelegate( in OnListenerRemoved()
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter.cc95 RemovePairingDelegate(pairing_delegate); in AddPairingDelegate()
105 void BluetoothAdapter::RemovePairingDelegate( in RemovePairingDelegate() function in device::BluetoothAdapter
Dbluetooth_adapter_unittest.cc159 adapter->RemovePairingDelegate(&delegate1); in TEST()
187 adapter->RemovePairingDelegate(&delegate); in TEST()
Dbluetooth_adapter.h296 virtual void RemovePairingDelegate(
Dbluetooth_chromeos_unittest.cc3115 adapter_->RemovePairingDelegate(&pairing_delegate); in TEST_F()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_adapter.h66 MOCK_METHOD1(RemovePairingDelegate,
/external/chromium_org/ash/system/chromeos/bluetooth/
Dbluetooth_notification_controller.cc157 adapter_->RemovePairingDelegate(this); in ~BluetoothNotificationController()
/external/chromium_org/components/pairing/
Dbluetooth_host_pairing_controller.cc246 adapter_->RemovePairingDelegate(this); in OnSetError()