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

  /external/chromium_org/google_apis/drive/
auth_service.cc 122 AuthService::AuthService(
140 AuthService::~AuthService() {
144 void AuthService::StartAuthentication(const AuthStatusCallback& callback) {
158 base::Bind(&AuthService::OnAuthCompleted,
168 bool AuthService::HasAccessToken() const {
172 bool AuthService::HasRefreshToken() const {
176 const std::string& AuthService::access_token() const {
180 void AuthService::ClearAccessToken()
    [all...]
auth_service.h 29 class AuthService : public AuthServiceInterface,
36 AuthService(OAuth2TokenService* oauth2_token_service,
40 virtual ~AuthService();
77 base::WeakPtrFactory<AuthService> weak_ptr_factory_;
79 DISALLOW_COPY_AND_ASSIGN(AuthService);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 254 auth_service_.reset(new google_apis::AuthService(
  /external/chromium_org/chrome/browser/drive/
gdata_wapi_service.cc 32 using google_apis::AuthService;
159 new AuthService(oauth2_token_service_,
drive_api_service.cc 319 new google_apis::AuthService(oauth2_token_service_,
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 136 new google_apis::AuthService(

Completed in 44 milliseconds