Searched defs:ownership (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/components/ownership/
H A Downer_key_util_impl.h11 #include "components/ownership/owner_key_util.h"
12 #include "components/ownership/ownership_export.h"
14 namespace ownership { namespace
40 } // namespace ownership
H A Dmock_owner_key_util.h14 #include "components/ownership/owner_key_util.h"
15 #include "components/ownership/ownership_export.h"
17 namespace ownership { namespace
56 } // namespace ownership
H A Downer_key_util.cc5 #include "components/ownership/owner_key_util.h"
9 namespace ownership { namespace
29 } // namespace ownership
H A Downer_key_util_impl_unittest.cc5 #include "components/ownership/owner_key_util_impl.h"
18 namespace ownership { namespace
99 } // namespace ownership
H A Dmock_owner_key_util.cc5 #include "components/ownership/mock_owner_key_util.h"
10 namespace ownership { namespace
54 } // namespace ownership
H A Downer_key_util.h16 #include "components/ownership/ownership_export.h"
27 namespace ownership { namespace
87 // Caller takes ownership.
103 } // namespace ownership
H A Downer_key_util_impl.cc5 #include "components/ownership/owner_key_util_impl.h"
13 namespace ownership { namespace
65 } // namespace ownership
H A Downer_settings_service.h18 #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
H A Downer_settings_service.cc5 #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
/external/chromium_org/chrome/browser/chromeos/ownership/
H A Downer_settings_service_chromeos_factory.h17 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_;
H A Downer_settings_service_chromeos.h17 #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/ceres-solver/internal/ceres/
H A Dconditioned_cost_function.cc49 Ownership ownership)
52 ownership_(ownership) {
46 ConditionedCostFunction( CostFunction* wrapped_cost_function, const vector<CostFunction*>& conditioners, Ownership ownership) argument
/external/ceres-solver/include/ceres/
H A Dloss_function.h312 // ownership of the wrapped loss function or not depending on the
313 // ownership parameter.
314 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) : argument
315 rho_(rho), a_(a), ownership_(ownership) { }
368 LossFunctionWrapper(LossFunction* rho, Ownership ownership) argument
369 : rho_(rho), ownership_(ownership) {
383 void Reset(LossFunction* rho, Ownership ownership) { argument
388 ownership_ = ownership;
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsession_manager_operation.h14 #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
[all...]
H A Ddevice_settings_service.h20 #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 o
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkStream.cpp187 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) argument
189 , fOwnership(ownership) {
/external/chromium_org/ui/views/widget/
H A Dwidget.h84 // 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)
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|.
844 // must not be initialized, the ownership will be assumed by the widget.
882 // See class documentation for Widget above for a note about ownership.
/external/skia/src/core/
H A DSkStream.cpp206 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) argument
208 , fOwnership(ownership) {
/external/clang/lib/Sema/
H A DSemaType.cpp380 // But don't move an ARC ownership attribute to the return type
1890 Qualifiers::ObjCLifetime ownership,
2795 // Objective-C ARC ownership qualifiers are ignored on the function
2822 // The ownership attributes are almost always written via
3275 Qualifiers::ObjCLifetime ownership) {
3279 qs.addObjCLifetime(ownership);
3285 Qualifiers::ObjCLifetime ownership,
3298 switch (ownership) {
3299 case Qualifiers::OCL_None: llvm_unreachable("no ownership!");
3323 /// \brief Used for transferring ownership i
3273 transferARCOwnershipToDeclSpec(Sema &S, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
3284 transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, Qualifiers::ObjCLifetime ownership, unsigned chunkIndex) argument
3324 transferARCOwnership(TypeProcessingState &state, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
3383 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
[all...]

Completed in 965 milliseconds