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

  /external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_chromeos_factory.h 18 class OwnerKeyUtil;
32 scoped_refptr<ownership::OwnerKeyUtil> GetOwnerKeyUtil();
35 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
52 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
owner_settings_service_chromeos.h 25 class OwnerKeyUtil;
64 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util,
75 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
owner_settings_service_chromeos_factory.cc 40 scoped_refptr<ownership::OwnerKeyUtil>
52 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util) {
owner_settings_service_chromeos.cc 38 using ownership::OwnerKeyUtil;
61 const scoped_refptr<OwnerKeyUtil>& owner_key_util,
78 const scoped_refptr<OwnerKeyUtil>& owner_key_util,
110 const scoped_refptr<OwnerKeyUtil>& owner_key_util) {
123 const scoped_refptr<OwnerKeyUtil>& owner_key_util,
150 const scoped_refptr<OwnerKeyUtil>& owner_key_util)
237 const scoped_refptr<OwnerKeyUtil>& owner_key_util,
  /external/chromium_org/components/ownership/
owner_key_util.h 77 class OWNERSHIP_EXPORT OwnerKeyUtil
78 : public base::RefCountedThreadSafe<OwnerKeyUtil> {
97 virtual ~OwnerKeyUtil() {}
100 friend class base::RefCountedThreadSafe<OwnerKeyUtil>;
owner_key_util_impl.h 16 // Implementation of OwnerKeyUtil which imports public part of the
18 class OWNERSHIP_EXPORT OwnerKeyUtilImpl : public OwnerKeyUtil {
22 // OwnerKeyUtil implementation:
owner_settings_service.h 26 class OwnerKeyUtil;
40 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
88 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
mock_owner_key_util.h 19 // Implementation of OwnerKeyUtil which should be used only for
21 class OWNERSHIP_EXPORT MockOwnerKeyUtil : public OwnerKeyUtil {
25 // OwnerKeyUtil implementation:
owner_settings_service.cc 56 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util)
owner_key_util_impl_unittest.cc 62 scoped_refptr<OwnerKeyUtil> util_;
  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation.h 24 class OwnerKeyUtil;
46 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util,
101 scoped_refptr<ownership::OwnerKeyUtil> util,
118 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
device_settings_service.h 30 class OwnerKeyUtil;
99 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util);
221 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
session_manager_operation.cc 23 using ownership::OwnerKeyUtil;
41 scoped_refptr<OwnerKeyUtil> owner_key_util,
98 scoped_refptr<OwnerKeyUtil> util,
device_settings_service.cc 24 using ownership::OwnerKeyUtil;
139 scoped_refptr<OwnerKeyUtil> owner_key_util) {
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 61 scoped_refptr<ownership::OwnerKeyUtil> util =

Completed in 956 milliseconds