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

  /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(
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.h 124 scoped_ptr<OAuth2AccessTokenFetcher> oauth2_access_token_fetcher_; member in class:OAuth2ApiCallFlow
oauth2_api_call_flow.cc 109 oauth2_access_token_fetcher_.reset(CreateAccessTokenFetcher());
110 oauth2_access_token_fetcher_->Start(

Completed in 198 milliseconds