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

  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_base.cc 25 UserPolicySigninServiceBase::UserPolicySigninServiceBase(
45 UserPolicySigninServiceBase::~UserPolicySigninServiceBase() {}
47 void UserPolicySigninServiceBase::FetchPolicyForSignedInUser(
73 void UserPolicySigninServiceBase::GoogleSignedOut(const std::string& account_id,
78 void UserPolicySigninServiceBase::Observe(
99 void UserPolicySigninServiceBase::OnInitializationCompleted(
106 void UserPolicySigninServiceBase::OnPolicyFetched(CloudPolicyClient* client) {}
108 void UserPolicySigninServiceBase::OnRegistrationStateChanged
    [all...]
user_policy_signin_service_base.h 47 class UserPolicySigninServiceBase : public KeyedService,
64 // Creates a UserPolicySigninServiceBase associated with the passed |profile|.
65 UserPolicySigninServiceBase(
72 virtual ~UserPolicySigninServiceBase();
178 base::WeakPtrFactory<UserPolicySigninServiceBase> weak_factory_;
180 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninServiceBase);

Completed in 201 milliseconds