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

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_signin_flow.cc 15 IdentitySigninFlow::IdentitySigninFlow(Delegate* delegate, Profile* profile)
20 IdentitySigninFlow::~IdentitySigninFlow() {
25 void IdentitySigninFlow::Start() {
44 void IdentitySigninFlow::OnRefreshTokenAvailable(
identity_signin_flow.h 17 // IdentitySigninFlow is a controller class to do a sign-in flow for an
21 class IdentitySigninFlow : public OAuth2TokenService::Observer {
35 IdentitySigninFlow(Delegate* delegate,
37 virtual ~IdentitySigninFlow();
49 DISALLOW_COPY_AND_ASSIGN(IdentitySigninFlow);

Completed in 22 milliseconds