Searched refs:BluetoothDetector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc99 class EasyUnlockService::BluetoothDetector class in class:EasyUnlockService
102 explicit BluetoothDetector(EasyUnlockService* service) function in class:EasyUnlockService::BluetoothDetector
107 virtual ~BluetoothDetector() {
117 base::Bind(&BluetoothDetector::OnAdapterInitialized,
139 base::WeakPtrFactory<BluetoothDetector> weak_ptr_factory_;
141 DISALLOW_COPY_AND_ASSIGN(BluetoothDetector);
195 bluetooth_detector_(new BluetoothDetector(this)),
H A Deasy_unlock_service.h229 class BluetoothDetector;
264 scoped_ptr<BluetoothDetector> bluetooth_detector_;

Completed in 507 milliseconds