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

  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.h 124 scoped_ptr<OAuth2AccessTokenFetcher> oauth2_access_token_fetcher_; member in class:OAuth2ApiCallFlow
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_registration_helper.cc 116 scoped_ptr<OAuth2AccessTokenFetcher> oauth2_access_token_fetcher_; member in class:policy::CloudPolicyClientRegistrationHelper::LoginTokenHelper
125 DCHECK(!oauth2_access_token_fetcher_);
130 oauth2_access_token_fetcher_.reset(
133 oauth2_access_token_fetcher_->Start(

Completed in 152 milliseconds