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

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h 236 class IdentityAPI : public ProfileKeyedAPI,
251 explicit IdentityAPI(Profile* profile);
252 virtual ~IdentityAPI();
274 static ProfileKeyedAPIFactory<IdentityAPI>* GetFactoryInstance();
283 friend class ProfileKeyedAPIFactory<IdentityAPI>;
287 return "IdentityAPI";
299 void ProfileKeyedAPIFactory<IdentityAPI>::DeclareFactoryDependencies();
identity_api.cc 146 IdentityAPI* id_api =
147 extensions::IdentityAPI::GetFactoryInstance()->GetForProfile(profile_);
164 IdentityAPI* id_api =
165 extensions::IdentityAPI::GetFactoryInstance()->GetForProfile(profile_);
196 extensions::IdentityAPI::GetFactoryInstance()->GetForProfile(
206 IdentityAPI* id_api = IdentityAPI::GetFactoryInstance()->GetForProfile(
273 IdentityAPI::GetFactoryInstance()->GetForProfile(profile())->SetCachedToken(
288 extensions::IdentityAPI::GetFactoryInstance()->GetForProfile(
308 IdentityAPI::GetFactoryInstance()->GetForProfile(profile())->SetCachedToken
    [all...]

Completed in 29 milliseconds