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

  /external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.cc 32 UserInfoFetcher::UserInfoFetcher(Delegate* delegate,
39 UserInfoFetcher::~UserInfoFetcher() {
42 void UserInfoFetcher::Start(const std::string& access_token) {
54 void UserInfoFetcher::OnURLFetchComplete(const net::URLFetcher* source) {
user_info_fetcher.h 28 class POLICY_EXPORT UserInfoFetcher : public net::URLFetcherDelegate {
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);

Completed in 63 milliseconds