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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 146 void OnErrorCallback();
161 void OnErrorCallback();
222 void OnErrorCallback();
258 void OnErrorCallback();
273 void OnErrorCallback();
bluetooth_api.cc 340 void BluetoothGetServicesFunction::OnErrorCallback() {
365 base::Bind(&BluetoothGetServicesFunction::OnErrorCallback,
375 void BluetoothConnectFunction::OnErrorCallback() {
412 base::Bind(&BluetoothConnectFunction::OnErrorCallback, this));
525 void BluetoothSetOutOfBandPairingDataFunction::OnErrorCallback() {
571 base::Bind(&BluetoothSetOutOfBandPairingDataFunction::OnErrorCallback,
577 base::Bind(&BluetoothSetOutOfBandPairingDataFunction::OnErrorCallback,
624 void BluetoothStartDiscoveryFunction::OnErrorCallback() {
642 base::Bind(&BluetoothStartDiscoveryFunction::OnErrorCallback, this));
653 void BluetoothStopDiscoveryFunction::OnErrorCallback() {
    [all...]

Completed in 938 milliseconds