AuthService       335 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc   auth_service_.reset(new google_apis::AuthService(
AuthService       318 chrome/browser/drive/drive_api_service.cc       new google_apis::AuthService(oauth2_token_service_,
AuthService       123 google_apis/drive/auth_service.cc AuthService::AuthService(
AuthService       141 google_apis/drive/auth_service.cc AuthService::~AuthService() {
AuthService       145 google_apis/drive/auth_service.cc void AuthService::StartAuthentication(const AuthStatusCallback& callback) {
AuthService       159 google_apis/drive/auth_service.cc                     base::Bind(&AuthService::OnAuthCompleted,
AuthService       169 google_apis/drive/auth_service.cc bool AuthService::HasAccessToken() const {
AuthService       173 google_apis/drive/auth_service.cc bool AuthService::HasRefreshToken() const {
AuthService       177 google_apis/drive/auth_service.cc const std::string& AuthService::access_token() const {
AuthService       181 google_apis/drive/auth_service.cc void AuthService::ClearAccessToken() {
AuthService       185 google_apis/drive/auth_service.cc void AuthService::ClearRefreshToken() {
AuthService       193 google_apis/drive/auth_service.cc void AuthService::OnAuthCompleted(const AuthStatusCallback& callback,
AuthService       215 google_apis/drive/auth_service.cc void AuthService::AddObserver(AuthServiceObserver* observer) {
AuthService       219 google_apis/drive/auth_service.cc void AuthService::RemoveObserver(AuthServiceObserver* observer) {
AuthService       223 google_apis/drive/auth_service.cc void AuthService::OnRefreshTokenAvailable(const std::string& account_id) {
AuthService       227 google_apis/drive/auth_service.cc void AuthService::OnRefreshTokenRevoked(const std::string& account_id) {
AuthService       231 google_apis/drive/auth_service.cc void AuthService::OnHandleRefreshToken(bool has_refresh_token) {
AuthService        29 google_apis/drive/auth_service.h class AuthService : public AuthServiceInterface,
AuthService        36 google_apis/drive/auth_service.h   AuthService(OAuth2TokenService* oauth2_token_service,
AuthService        40 google_apis/drive/auth_service.h   virtual ~AuthService();
AuthService        77 google_apis/drive/auth_service.h   base::WeakPtrFactory<AuthService> weak_ptr_factory_;
AuthService        79 google_apis/drive/auth_service.h   DISALLOW_COPY_AND_ASSIGN(AuthService);