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

  /external/chromium_org/chrome/browser/chromeos/login/
user.cc 41 virtual UserType GetType() const OVERRIDE;
55 virtual UserType GetType() const OVERRIDE;
67 virtual UserType GetType() const OVERRIDE;
79 virtual UserType GetType() const OVERRIDE;
93 virtual UserType GetType() const OVERRIDE;
105 virtual UserType GetType() const OVERRIDE;
267 User::UserType RegularUser::GetType() const {
285 User::UserType GuestUser::GetType() const {
296 User::UserType KioskAppUser::GetType() const {
306 User::UserType LocallyManagedUser::GetType() const
    [all...]
test_attempt_state.h 23 const User::UserType user_type,
auth_attempt_state.h 27 const User::UserType user_type,
91 const User::UserType user_type;
test_attempt_state.cc 16 const User::UserType user_type,
user.h 75 } UserType;
103 virtual UserType GetType() const = 0;
auth_attempt_state.cc 20 const User::UserType user_type,
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 194 struct UserType {
195 UserType() : value(0) {}
201 EXPECT_FALSE(BuiltInDefaultValue<UserType>::Exists());
216 BuiltInDefaultValue<UserType>::Get();
223 EXPECT_FALSE(DefaultValue<const UserType>::IsSet());
229 EXPECT_FALSE(DefaultValue<const UserType>::Exists());
232 DefaultValue<const UserType>::Set(UserType());
235 EXPECT_EQ(0, DefaultValue<const UserType>::Get().value);
238 EXPECT_TRUE(DefaultValue<const UserType>::Exists())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater_unittest.cc 56 virtual UserType GetType() const OVERRIDE {

Completed in 66 milliseconds