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

  /external/chromium_org/components/ownership/
owner_key_util_impl.h 11 #include "components/ownership/owner_key_util.h"
12 #include "components/ownership/ownership_export.h"
14 namespace ownership { namespace
40 } // namespace ownership
mock_owner_key_util.h 14 #include "components/ownership/owner_key_util.h"
15 #include "components/ownership/ownership_export.h"
17 namespace ownership { namespace
56 } // namespace ownership
owner_key_util.cc 5 #include "components/ownership/owner_key_util.h"
9 namespace ownership { namespace
29 } // namespace ownership
owner_key_util_impl.cc 5 #include "components/ownership/owner_key_util_impl.h"
13 namespace ownership { namespace
65 } // namespace ownership
owner_key_util_impl_unittest.cc 5 #include "components/ownership/owner_key_util_impl.h"
18 namespace ownership { namespace
99 } // namespace ownership
mock_owner_key_util.cc 5 #include "components/ownership/mock_owner_key_util.h"
10 namespace ownership { namespace
54 } // namespace ownership
owner_key_util.h 16 #include "components/ownership/ownership_export.h"
27 namespace ownership { namespace
87 // Caller takes ownership.
103 } // namespace ownership
owner_settings_service.cc 5 #include "components/ownership/owner_settings_service.h"
15 #include "components/ownership/owner_key_util.h"
20 namespace ownership { namespace
56 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util)
119 } // namespace ownership
owner_settings_service.h 18 #include "components/ownership/ownership_export.h"
25 namespace ownership { namespace
31 // which deal with ownership, keypairs and owner-related settings.
40 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
84 scoped_refptr<ownership::PublicKey> public_key_;
86 scoped_refptr<ownership::PrivateKey> private_key_;
88 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
100 } // namespace ownership
  /external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_chromeos_factory.h 17 namespace ownership { namespace
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 17 #include "components/ownership/owner_key_util.h"
18 #include "components/ownership/owner_settings_service.h"
24 namespace ownership { namespace
39 class OwnerSettingsServiceChromeOS : public ownership::OwnerSettingsService,
47 // ownership::OwnerSettingsService implementation:
64 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util,
75 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
81 void(const scoped_refptr<ownership::PublicKey>& public_key,
82 const scoped_refptr<ownership::PrivateKey>& private_key)>& callback)
  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation.h 14 #include "components/ownership/owner_settings_service.h"
23 namespace ownership { namespace
46 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util,
47 scoped_refptr<ownership::PublicKey> public_key);
62 scoped_refptr<ownership::PublicKey> public_key() { return public_key_; }
74 ownership::OwnerSettingsService>& owner_settings_service) {
96 base::WeakPtr<ownership::OwnerSettingsService> owner_settings_service_;
100 static scoped_refptr<ownership::PublicKey> LoadPublicKey(
101 scoped_refptr<ownership::OwnerKeyUtil> util,
102 scoped_refptr<ownership::PublicKey> current_key)
    [all...]
device_settings_service.h 20 #include "components/ownership/owner_settings_service.h"
29 namespace ownership { namespace
52 // Indicates ownership status of the device.
79 // Indicates device ownership status changes.
99 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util);
120 scoped_refptr<ownership::PublicKey> GetPublicKey();
153 // Returns the ownership status. May return OWNERSHIP_UNKNOWN if the disk
157 // Determines the ownership status and reports the result to |callback|. This
167 const base::WeakPtr<ownership::OwnerSettingsService>&
184 // Enqueues a new operation. Takes ownership of |operation| and starts i
    [all...]
  /external/chromium_org/ui/views/widget/
widget.h 84 // A special note on ownership:
86 // Depending on the value of the InitParams' ownership field, the Widget
89 // ownership = NATIVE_WIDGET_OWNS_WIDGET (default)
93 // ownership = WIDGET_OWNS_NATIVE_WIDGET (non-default)
173 enum Ownership {
213 Ownership ownership; member in struct:views::Widget::InitParams
392 // fit the entire size of the RootView. The RootView takes ownership of this
443 // be rectangular. Takes ownership of |shape|.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 380 // But don't move an ARC ownership attribute to the return type
3383 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
    [all...]

Completed in 263 milliseconds