Searched refs:OnAuthFlowURLChange (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.h78 virtual void OnAuthFlowURLChange(const GURL& redirect_url) OVERRIDE;
H A Dweb_auth_flow.h68 virtual void OnAuthFlowURLChange(const GURL& redirect_url) = 0;
H A Dgaia_web_auth_flow.cc163 void GaiaWebAuthFlow::OnAuthFlowURLChange(const GURL& url) { function in class:extensions::GaiaWebAuthFlow
167 "OnAuthFlowURLChange");
227 OnAuthFlowURLChange(url);
H A Didentity_api.h344 virtual void OnAuthFlowURLChange(const GURL& redirect_url) OVERRIDE;
H A Dweb_auth_flow.cc138 delegate_->OnAuthFlowURLChange(url);
H A Didentity_api.cc944 void IdentityLaunchWebAuthFlowFunction::OnAuthFlowURLChange( function in class:extensions::IdentityLaunchWebAuthFlowFunction

Completed in 1243 milliseconds