Home
last modified time | relevance | path

Searched refs:BluetoothApiPairingDelegate (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
Dbluetooth_api_pairing_delegate.cc31 BluetoothApiPairingDelegate::BluetoothApiPairingDelegate( in BluetoothApiPairingDelegate() function in extensions::BluetoothApiPairingDelegate
36 BluetoothApiPairingDelegate::~BluetoothApiPairingDelegate() {} in ~BluetoothApiPairingDelegate()
38 void BluetoothApiPairingDelegate::RequestPinCode( in RequestPinCode()
46 void BluetoothApiPairingDelegate::RequestPasskey( in RequestPasskey()
54 void BluetoothApiPairingDelegate::DisplayPinCode( in DisplayPinCode()
64 void BluetoothApiPairingDelegate::DisplayPasskey( in DisplayPasskey()
74 void BluetoothApiPairingDelegate::KeysEntered(device::BluetoothDevice* device, in KeysEntered()
83 void BluetoothApiPairingDelegate::ConfirmPasskey( in ConfirmPasskey()
93 void BluetoothApiPairingDelegate::AuthorizePairing( in AuthorizePairing()
101 void BluetoothApiPairingDelegate::DispatchPairingEvent( in DispatchPairingEvent()
Dbluetooth_api_pairing_delegate.h21 class BluetoothApiPairingDelegate
24 BluetoothApiPairingDelegate(const std::string& extension_id,
26 virtual ~BluetoothApiPairingDelegate();
Dbluetooth_event_router.h35 class BluetoothApiPairingDelegate; variable
85 BluetoothApiPairingDelegate* GetPairingDelegate(
148 typedef std::map<std::string, BluetoothApiPairingDelegate*>
Dbluetooth_event_router.cc121 BluetoothApiPairingDelegate* BluetoothEventRouter::GetPairingDelegate( in GetPairingDelegate()
160 BluetoothApiPairingDelegate* delegate = in AddPairingDelegate()
161 new BluetoothApiPairingDelegate(extension_id, browser_context_); in AddPairingDelegate()
176 BluetoothApiPairingDelegate* delegate = pairing_delegate_map_[extension_id]; in RemovePairingDelegate()
Dbluetooth_private_api.h19 class BluetoothApiPairingDelegate; variable