Searched refs:UserInfoFetcher (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher.h28 class POLICY_EXPORT UserInfoFetcher : public net::URLFetcherDelegate { class in namespace:policy
33 // response in |response|. Delegate may free the UserInfoFetcher in this
39 // error in |error|. Delegate may free the UserInfoFetcher in this
44 // Create a new UserInfoFetcher. |context| can be NULL for unit tests.
45 UserInfoFetcher(Delegate* delegate, net::URLRequestContextGetter* context);
46 virtual ~UserInfoFetcher();
59 DISALLOW_COPY_AND_ASSIGN(UserInfoFetcher);
H A Duser_info_fetcher.cc32 UserInfoFetcher::UserInfoFetcher(Delegate* delegate, function in class:policy::UserInfoFetcher
39 UserInfoFetcher::~UserInfoFetcher() {
42 void UserInfoFetcher::Start(const std::string& access_token) {
54 void UserInfoFetcher::OnURLFetchComplete(const net::URLFetcher* source) {
H A Duser_info_fetcher_unittest.cc26 class MockUserInfoFetcherDelegate : public UserInfoFetcher::Delegate {
47 UserInfoFetcher fetcher(&delegate, NULL);
60 UserInfoFetcher fetcher(&delegate, NULL);
H A Dcloud_policy_client_registration_helper.h33 : public UserInfoFetcher::Delegate,
76 // UserInfoFetcher::Delegate implementation:
105 scoped_ptr<UserInfoFetcher> user_info_fetcher_;
H A Dcloud_policy_client_registration_helper.cc243 user_info_fetcher_.reset(new UserInfoFetcher(this, context_.get()));
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dwildcard_login_checker.h26 class WildcardLoginChecker : public UserInfoFetcher::Delegate {
48 // UserInfoFetcher::Delegate:
68 scoped_ptr<UserInfoFetcher> user_info_fetcher_;
H A Dwildcard_login_checker.cc106 new UserInfoFetcher(this, g_browser_process->system_request_context()));

Completed in 795 milliseconds