Home
last modified time | relevance | path

Searched refs:AuthServiceInterface (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/google_apis/drive/
Drequest_sender.h30 class AuthServiceInterface; variable
48 AuthServiceInterface* auth_service,
54 AuthServiceInterface* auth_service() { return auth_service_.get(); } in auth_service()
94 scoped_ptr<AuthServiceInterface> auth_service_;
Dauth_service_interface.h25 class AuthServiceInterface {
27 virtual ~AuthServiceInterface() {} in ~AuthServiceInterface()
Ddummy_auth_service.h15 class DummyAuthService : public AuthServiceInterface {
Dauth_service.h29 class AuthService : public AuthServiceInterface,
Drequest_sender.cc17 AuthServiceInterface* auth_service, in RequestSender()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_misc.h16 class AuthServiceInterface; variable
133 scoped_ptr<google_apis::AuthServiceInterface> auth_service_;