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/
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);
142 scoped_refptr<OwnerKey> GetOwnerKey();
228 scoped_refptr<OwnerKey> owner_key_;
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.cc 38 OwnerKey::OwnerKey(scoped_ptr<std::vector<uint8> > public_key,
43 OwnerKey::~OwnerKey() {}
115 scoped_refptr<OwnerKey> DeviceSettingsService::GetOwnerKey() {
264 scoped_refptr<OwnerKey> new_key(operation->owner_key());
session_manager_operation.cc 39 scoped_refptr<OwnerKey> owner_key) {
84 scoped_refptr<OwnerKey> SessionManagerOperation::LoadOwnerKey(
86 scoped_refptr<OwnerKey> current_key) {
110 return new OwnerKey(public_key.Pass(), private_key.Pass());
114 scoped_refptr<OwnerKey> new_key) {
257 scoped_refptr<OwnerKey> owner_key) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos.cc 35 scoped_refptr<chromeos::OwnerKey> owner_key(
device_local_account_policy_store.cc 168 scoped_refptr<chromeos::OwnerKey> key =

Completed in 245 milliseconds