Searched defs:AuthService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/drive/
H A Dauth_service.h29 class AuthService : public AuthServiceInterface, class in namespace:google_apis
36 AuthService(OAuth2TokenService* oauth2_token_service,
40 virtual ~AuthService();
77 base::WeakPtrFactory<AuthService> weak_ptr_factory_;
79 DISALLOW_COPY_AND_ASSIGN(AuthService);
H A Dauth_service.cc119 AuthService::AuthService( function in class:google_apis::AuthService
137 AuthService::~AuthService() {
141 void AuthService::StartAuthentication(const AuthStatusCallback& callback) {
153 base::Bind(&AuthService::OnAuthCompleted,
163 bool AuthService::HasAccessToken() const {
167 bool AuthService::HasRefreshToken() const {
171 const std::string& AuthService::access_token() const {
175 void AuthService
[all...]

Completed in 126 milliseconds