HomeSort by relevance Sort by last modified time
    Searched defs:FakeProfileOAuth2TokenService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.h 25 // FakeProfileOAuth2TokenService service;
40 class FakeProfileOAuth2TokenService
58 FakeProfileOAuth2TokenService();
59 virtual ~FakeProfileOAuth2TokenService();
163 base::WeakPtrFactory<FakeProfileOAuth2TokenService> weak_ptr_factory_;
165 DISALLOW_COPY_AND_ASSIGN(FakeProfileOAuth2TokenService);
fake_profile_oauth2_token_service.cc 10 FakeProfileOAuth2TokenService::PendingRequest::PendingRequest() {
13 FakeProfileOAuth2TokenService::PendingRequest::~PendingRequest() {
16 FakeProfileOAuth2TokenService::FakeProfileOAuth2TokenService()
22 FakeProfileOAuth2TokenService::~FakeProfileOAuth2TokenService() {
26 bool FakeProfileOAuth2TokenService::RefreshTokenIsAvailable(
31 void FakeProfileOAuth2TokenService::LoadCredentials(
33 // Empty implementation as FakeProfileOAuth2TokenService does not have any
37 std::vector<std::string> FakeProfileOAuth2TokenService::GetAccounts()
    [all...]

Completed in 143 milliseconds