Searched defs:user_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/background/
H A Dash_user_wallpaper_delegate.cc95 const LoginState::LoggedInUserType user_type = variable
102 if (user_type != LoginState::LOGGED_IN_USER_REGULAR &&
103 user_type != LoginState::LOGGED_IN_USER_OWNER &&
104 user_type != LoginState::LOGGED_IN_USER_PUBLIC_ACCOUNT &&
105 user_type != LoginState::LOGGED_IN_USER_SUPERVISED) {
/external/lldb/source/Expression/
H A DClangPersistentVariables.cpp37 const TypeFromUser& user_type,
44 var_sp = CreateVariable(exe_scope, name, user_type, byte_order, addr_byte_size);
35 CreatePersistentVariable(ExecutionContextScope *exe_scope, const ConstString &name, const TypeFromUser& user_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
H A DClangExpressionDeclMap.cpp200 TypeFromUser user_type(m_ast_importer->DeportType(context,
205 uint32_t offset = m_parser_vars->m_materializer->AddResultVariable(user_type, is_lvalue, m_keep_result_in_memory, err);
209 user_type,
240 TypeFromUser user_type(m_ast_importer->DeportType(context,
245 if (!user_type.GetOpaqueQualType())
257 user_type,
1398 TypeFromUser *user_type,
1498 if (user_type)
1499 *user_type = TypeFromUser(var_clang_type);
1569 TypeFromUser user_type (pvar_s
1396 GetVariableValue(VariableSP &var, lldb_private::Value &var_location, TypeFromUser *user_type, TypeFromParser *parser_type) argument
[all...]
/external/chromium_org/chromeos/login/auth/
H A Dauth_attempt_state.h13 #include "components/user_manager/user_type.h"
26 user_manager::UserType user_type,
84 const user_manager::UserType user_type; member in class:chromeos::AuthAttemptState
H A Dauth_attempt_state.cc15 user_manager::UserType user_type,
20 user_type(user_type),
14 AuthAttemptState(const UserContext& user_context, user_manager::UserType user_type, bool unlock, bool online_complete, bool user_is_new) argument
H A Duser_context.cc35 UserContext::UserContext(user_manager::UserType user_type, argument
39 user_type_(user_type) {
134 void UserContext::SetUserType(user_manager::UserType user_type) { argument
135 user_type_ = user_type;
/external/lldb/include/lldb/Expression/
H A DClangExpressionVariable.h412 const TypeFromUser& user_type,
418 var_sp->SetClangType (user_type);
410 CreateVariable(ExecutionContextScope *exe_scope, const ConstString &name, const TypeFromUser& user_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument

Completed in 182 milliseconds