Searched refs:FakeOAuth2TokenService (Results 1 - 14 of 14) sorted by path

/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater_unittest.cc313 FakeOAuth2TokenService* fake_token_service() {
371 fake_token_service_.reset(new FakeOAuth2TokenService());
384 scoped_ptr<FakeOAuth2TokenService> fake_token_service_;
/external/chromium_org/chrome/browser/invalidation/
H A Dticl_profile_settings_provider_unittest.cc40 FakeOAuth2TokenService token_service_;
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow_unittest.cc72 FakeOAuth2TokenService token_service_;
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker_unittest.cc78 scoped_ptr<FakeOAuth2TokenService> fake_token_service_;
85 fake_token_service_.reset(new FakeOAuth2TokenService());
/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service_unittest.cc98 FakeOAuth2TokenService token_service_;
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service_unittest.cc199 fake_oauth2_token_service_.reset(new FakeOAuth2TokenService());
255 scoped_ptr<FakeOAuth2TokenService> fake_oauth2_token_service_;
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker_unittest.cc271 fake_oauth2_token_service_.reset(new FakeOAuth2TokenService());
350 scoped_ptr<FakeOAuth2TokenService> fake_oauth2_token_service_;
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);
H A Dmerge_session_helper_unittest.cc130 FakeOAuth2TokenService token_service_;
H A Doauth2_token_service_request_unittest.cc67 class MockOAuth2TokenService : public FakeOAuth2TokenService {
H A Dubertoken_fetcher_unittest.cc65 FakeOAuth2TokenService token_service_;
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc31 class MockOAuth2TokenService : public FakeOAuth2TokenService {
H A Dattachment_uploader_impl_unittest.cc54 class MockOAuth2TokenService : public FakeOAuth2TokenService {

Completed in 1031 milliseconds