Searched refs:IdentityLaunchWebAuthFlowFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.h327 class IdentityLaunchWebAuthFlowFunction : public ChromeAsyncExtensionFunction, class in namespace:extensions
333 IdentityLaunchWebAuthFlowFunction();
339 virtual ~IdentityLaunchWebAuthFlowFunction();
H A Didentity_api.cc877 IdentityLaunchWebAuthFlowFunction::IdentityLaunchWebAuthFlowFunction() {} function in class:extensions::IdentityLaunchWebAuthFlowFunction
879 IdentityLaunchWebAuthFlowFunction::~IdentityLaunchWebAuthFlowFunction() {
884 bool IdentityLaunchWebAuthFlowFunction::RunAsync() {
910 void IdentityLaunchWebAuthFlowFunction::InitFinalRedirectURLPrefixForTest(
915 void IdentityLaunchWebAuthFlowFunction::InitFinalRedirectURLPrefix(
923 void IdentityLaunchWebAuthFlowFunction::OnAuthFlowFailure(
944 void IdentityLaunchWebAuthFlowFunction::OnAuthFlowURLChange(
H A Didentity_apitest.cc1676 scoped_refptr<IdentityLaunchWebAuthFlowFunction> function(
1677 new IdentityLaunchWebAuthFlowFunction());
1702 scoped_refptr<IdentityLaunchWebAuthFlowFunction> function(
1703 new IdentityLaunchWebAuthFlowFunction());
1724 scoped_refptr<IdentityLaunchWebAuthFlowFunction> function(
1725 new IdentityLaunchWebAuthFlowFunction());
1744 scoped_refptr<IdentityLaunchWebAuthFlowFunction> function(
1745 new IdentityLaunchWebAuthFlowFunction());
1770 scoped_refptr<IdentityLaunchWebAuthFlowFunction> function(
1771 new IdentityLaunchWebAuthFlowFunction());
[all...]

Completed in 626 milliseconds