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

  /external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_api.h 152 class EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction
157 EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction();
160 virtual ~EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction();
170 EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction);
easy_unlock_private_api.cc 396 EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::
397 EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction() {}
399 EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::
400 ~EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction() {}
402 bool EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::RunAsync() {
411 &EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::OnSeekSuccess,
414 &EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::OnSeekFailure,
420 void EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::OnSeekSuccess() {
424 void EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::OnSeekFailure(

Completed in 33 milliseconds