Home | Sort by relevance Sort by last modified time |
/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 |