Searched refs:IdentityRemoveCachedAuthTokenFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.h313 class IdentityRemoveCachedAuthTokenFunction class in namespace:extensions
318 IdentityRemoveCachedAuthTokenFunction();
321 virtual ~IdentityRemoveCachedAuthTokenFunction();
H A Didentity_api.cc856 IdentityRemoveCachedAuthTokenFunction::IdentityRemoveCachedAuthTokenFunction() { function in class:extensions::IdentityRemoveCachedAuthTokenFunction
859 IdentityRemoveCachedAuthTokenFunction::
860 ~IdentityRemoveCachedAuthTokenFunction() {
863 bool IdentityRemoveCachedAuthTokenFunction::RunSync() {
H A Didentity_apitest.cc1596 scoped_refptr<IdentityRemoveCachedAuthTokenFunction> func(
1597 new IdentityRemoveCachedAuthTokenFunction);

Completed in 1408 milliseconds