Searched defs:FakeOAuth2TokenService (Results 1 - 2 of 2) sorted by path

/external/chromium_org/google_apis/gaia/
H A Dfake_oauth2_token_service.cc7 FakeOAuth2TokenService::PendingRequest::PendingRequest() {
10 FakeOAuth2TokenService::PendingRequest::~PendingRequest() {
13 FakeOAuth2TokenService::FakeOAuth2TokenService() : request_context_(NULL) { function in class:FakeOAuth2TokenService
16 FakeOAuth2TokenService::~FakeOAuth2TokenService() {
19 std::vector<std::string> FakeOAuth2TokenService::GetAccounts() {
23 void FakeOAuth2TokenService::FetchOAuth2Token(
39 void FakeOAuth2TokenService::InvalidateOAuth2Token(
46 net::URLRequestContextGetter* FakeOAuth2TokenService
[all...]
H A Dfake_oauth2_token_service.h20 class FakeOAuth2TokenService : public OAuth2TokenService { class in inherits:OAuth2TokenService
22 FakeOAuth2TokenService();
23 virtual ~FakeOAuth2TokenService();
85 DISALLOW_COPY_AND_ASSIGN(FakeOAuth2TokenService);

Completed in 247 milliseconds