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

/external/chromium_org/chromeos/dbus/
H A Deasy_unlock_client.h27 class CHROMEOS_EXPORT EasyUnlockClient : public DBusClient { class in namespace:chromeos
29 virtual ~EasyUnlockClient();
133 static EasyUnlockClient* Create();
137 EasyUnlockClient();
140 DISALLOW_COPY_AND_ASSIGN(EasyUnlockClient);
H A Deasy_unlock_client.cc38 // The EasyUnlockClient used in production (and returned by
39 // EasyUnlockClient::Create).
40 class EasyUnlockClientImpl : public EasyUnlockClient {
46 // EasyUnlockClient override.
64 // EasyUnlockClient override.
75 // EasyUnlockClient override.
99 // EasyUnlockClient override.
168 EasyUnlockClient::CreateSecureMessageOptions::CreateSecureMessageOptions() {}
170 EasyUnlockClient::CreateSecureMessageOptions::~CreateSecureMessageOptions() {}
172 EasyUnlockClient
176 EasyUnlockClient::EasyUnlockClient() { function in class:chromeos::EasyUnlockClient
[all...]

Completed in 84 milliseconds