Home
last modified time | relevance | path

Searched refs:account_type_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/account_id/
H A Daccount_id.cc60 account_type_(other.account_type_) {} in AccountId()
65 if (account_type_ == AccountType::UNKNOWN || in operator ==()
66 other.account_type_ == AccountType::UNKNOWN) in operator ==()
68 if (account_type_ != other.account_type_) in operator ==()
70 switch (account_type_) { in operator ==()
94 account_type_ == AccountType::UNKNOWN; in empty()
98 switch (account_type_) { in is_valid()
113 account_type_ = AccountType::UNKNOWN; in clear()
117 return account_type_; in GetAccountType()
121 if (account_type_ != AccountType::GOOGLE) in GetGaiaId()
[all …]
H A Daccount_id.h108 AccountType account_type_ = AccountType::UNKNOWN; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/account_id/
H A Daccount_id.cc58 account_type_(other.account_type_) {} in AccountId()
63 if (account_type_ == AccountType::UNKNOWN || in operator ==()
64 other.account_type_ == AccountType::UNKNOWN) in operator ==()
66 if (account_type_ != other.account_type_) in operator ==()
68 switch (account_type_) { in operator ==()
92 account_type_ == AccountType::UNKNOWN; in empty()
96 switch (account_type_) { in is_valid()
111 account_type_ = AccountType::UNKNOWN; in clear()
115 return account_type_; in GetAccountType()
119 if (account_type_ != AccountType::GOOGLE) in GetGaiaId()
[all …]
H A Daccount_id.h108 AccountType account_type_ = AccountType::UNKNOWN; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_management_policy_provider.cc804 : account_type_(account_type) { in DeviceLocalAccountManagementPolicyProvider()
829 if (account_type_ == policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION || in UserMayLoad()
830 account_type_ == policy::DeviceLocalAccount::TYPE_SAML_PUBLIC_SESSION) { in UserMayLoad()
855 } else if (account_type_ == policy::DeviceLocalAccount::TYPE_KIOSK_APP || in UserMayLoad()
856 account_type_ == policy::DeviceLocalAccount::TYPE_WEB_KIOSK_APP) { in UserMayLoad()
H A Ddevice_local_account_management_policy_provider.h39 const policy::DeviceLocalAccount::Type account_type_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dcomponent_active_directory_policy_retriever.cc43 : account_type_(account_type), in ComponentActiveDirectoryPolicyRetriever()
75 descriptor.set_account_type(account_type_); in RetrievePolicyForNextNamespace()
H A Dcomponent_active_directory_policy_service.cc164 account_type_(account_type), in ComponentActiveDirectoryPolicyService()
209 account_type_, account_id_, std::move(namespaces), in RetrievePolicies()
H A Dcomponent_active_directory_policy_retriever.h75 const login_manager::PolicyAccountType account_type_; variable
H A Dcomponent_active_directory_policy_service.h102 const login_manager::PolicyAccountType account_type_; variable