HomeSort by relevance Sort by last modified time
    Searched refs:OwnerKey (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation.h 41 scoped_refptr<OwnerKey> owner_key);
56 scoped_refptr<OwnerKey> owner_key() {
89 static scoped_refptr<OwnerKey> LoadOwnerKey(
91 scoped_refptr<OwnerKey> current_key);
95 scoped_refptr<OwnerKey> new_key);
113 scoped_refptr<OwnerKey> owner_key_;
185 scoped_refptr<OwnerKey> owner_key);
device_settings_service.h 41 class OwnerKey : public base::RefCountedThreadSafe<OwnerKey> {
43 OwnerKey(scoped_ptr<std::vector<uint8> > public_key,
54 friend class base::RefCountedThreadSafe<OwnerKey>;
55 ~OwnerKey();
60 DISALLOW_COPY_AND_ASSIGN(OwnerKey);
143 scoped_refptr<OwnerKey> GetOwnerKey();
236 scoped_refptr<OwnerKey> owner_key_;
device_settings_service.cc 38 OwnerKey::OwnerKey(scoped_ptr<std::vector<uint8> > public_key,
43 OwnerKey::~OwnerKey() {}
119 scoped_refptr<OwnerKey> DeviceSettingsService::GetOwnerKey() {
288 scoped_refptr<OwnerKey> new_key(operation->owner_key());
session_manager_operation.cc 39 scoped_refptr<OwnerKey> owner_key) {
92 scoped_refptr<OwnerKey> SessionManagerOperation::LoadOwnerKey(
94 scoped_refptr<OwnerKey> current_key) {
118 return new OwnerKey(public_key.Pass(), private_key.Pass());
122 scoped_refptr<OwnerKey> new_key) {
281 scoped_refptr<OwnerKey> owner_key) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos.cc 38 scoped_refptr<chromeos::OwnerKey> owner_key(
device_local_account_policy_store.cc 170 scoped_refptr<chromeos::OwnerKey> key =

Completed in 40 milliseconds