Searched defs:EasyUnlockService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.h40 class EasyUnlockService : public KeyedService { class in inherits:KeyedService
53 // Gets EasyUnlockService instance.
54 static EasyUnlockService* Get(Profile* profile);
56 // Gets EasyUnlockService instance associated with a user if the user is
58 static EasyUnlockService* GetForUser(const user_manager::User& user);
72 // Returns the EasyUnlockService type.
168 explicit EasyUnlockService(Profile* profile);
169 virtual ~EasyUnlockService();
277 base::WeakPtrFactory<EasyUnlockService> weak_ptr_factory_;
279 DISALLOW_COPY_AND_ASSIGN(EasyUnlockService);
[all...]
H A Deasy_unlock_service.cc65 EasyUnlockService* EasyUnlockService::Get(Profile* profile) {
70 EasyUnlockService* EasyUnlockService::GetForUser(
76 return EasyUnlockService::Get(profile);
83 bool EasyUnlockService::IsSignInEnabled() {
99 class EasyUnlockService::BluetoothDetector
102 explicit BluetoothDetector(EasyUnlockService* service)
137 EasyUnlockService* service_;
145 class EasyUnlockService
193 EasyUnlockService::EasyUnlockService(Profile* profile) function in class:EasyUnlockService
[all...]

Completed in 391 milliseconds