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 116 void OnErrorCallback();
131 void OnErrorCallback();
bluetooth_api.cc 167 void BluetoothStartDiscoveryFunction::OnErrorCallback() {
178 base::Bind(&BluetoothStartDiscoveryFunction::OnErrorCallback, this));
187 void BluetoothStopDiscoveryFunction::OnErrorCallback() {
198 base::Bind(&BluetoothStopDiscoveryFunction::OnErrorCallback, this));

Completed in 44 milliseconds