Home
last modified time | relevance | path

Searched refs:token_store_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/geolocation/
Daccess_token_store_browsertest.cc42 scoped_refptr<AccessTokenStore> token_store_; member in __anona80afca70111::GeolocationAccessTokenStoreTest
75 &token_store_, in DoTestStepAndWaitForResults()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc154 scoped_ptr<CloudPrintTokenStore> token_store_; member in cloud_print::CloudPrintProxyBackend::Core
371 token_store_.reset(); in DoShutdown()
481 if (!token_store_.get()) in GetTokenStore()
482 token_store_.reset(new CloudPrintTokenStore); in GetTokenStore()
483 return token_store_.get(); in GetTokenStore()
Dprinter_job_handler_unittest.cc464 CloudPrintTokenStore token_store_; member in cloud_print::PrinterJobHandlerTest
494 token_store_.SetToken(kExampleCloudPrintOAuthToken); in SetUp()