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

  /external/chromium_org/chromeos/dbus/
easy_unlock_client.cc 38 // 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::UnwrapSecureMessageOptions::UnwrapSecureMessageOptions() {
    [all...]
easy_unlock_client.h 27 class CHROMEOS_EXPORT EasyUnlockClient : public DBusClient {
29 virtual ~EasyUnlockClient();
133 static EasyUnlockClient* Create();
137 EasyUnlockClient();
140 DISALLOW_COPY_AND_ASSIGN(EasyUnlockClient);

Completed in 78 milliseconds