HomeSort by relevance Sort by last modified time
    Searched refs:auth_flow_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/auth/
user_context.cc 13 auth_flow_(AUTH_FLOW_OFFLINE) {
22 auth_flow_(other.auth_flow_) {
28 auth_flow_(AUTH_FLOW_OFFLINE) {
40 context.auth_flow_ == auth_flow_;
72 return auth_flow_;
101 auth_flow_ = auth_flow;
user_context.h 63 AuthFlow auth_flow_; member in class:chromeos::UserContext
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 808 if (auth_flow_)
809 auth_flow_.release()->DetachDelegateAndDelete();
833 auth_flow_.reset(new WebAuthFlow(this, GetProfile(), auth_url, mode));
834 auth_flow_->Start();
identity_api.h 350 scoped_ptr<WebAuthFlow> auth_flow_; member in class:extensions::IdentityLaunchWebAuthFlowFunction

Completed in 865 milliseconds