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/extensions/api/identity/
experimental_identity_api.cc 301 if (auth_flow_)
302 auth_flow_.release()->DetachDelegateAndDelete();
342 auth_flow_.reset(new ExperimentalWebAuthFlow(
345 auth_flow_->Start();
experimental_identity_api.h 148 scoped_ptr<ExperimentalWebAuthFlow> auth_flow_; member in class:extensions::ExperimentalIdentityLaunchWebAuthFlowFunction
identity_api.cc 535 if (auth_flow_)
536 auth_flow_.release()->DetachDelegateAndDelete();
560 auth_flow_.reset(new WebAuthFlow(this, profile(), auth_url, mode));
561 auth_flow_->Start();
identity_api.h 202 scoped_ptr<WebAuthFlow> auth_flow_; member in class:extensions::IdentityLaunchWebAuthFlowFunction

Completed in 1350 milliseconds