OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothDetector
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
easy_unlock_service.h
229
class
BluetoothDetector
;
264
scoped_ptr<
BluetoothDetector
> bluetooth_detector_;
easy_unlock_service.cc
99
class EasyUnlockService::
BluetoothDetector
102
explicit
BluetoothDetector
(EasyUnlockService* service)
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)),
Completed in 37 milliseconds