HomeSort by relevance Sort by last modified time
    Searched defs:IdentityLaunchWebAuthFlowFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h 327 class IdentityLaunchWebAuthFlowFunction : public ChromeAsyncExtensionFunction,
333 IdentityLaunchWebAuthFlowFunction();
339 virtual ~IdentityLaunchWebAuthFlowFunction();
identity_api.cc 877 IdentityLaunchWebAuthFlowFunction::IdentityLaunchWebAuthFlowFunction() {}
879 IdentityLaunchWebAuthFlowFunction::~IdentityLaunchWebAuthFlowFunction() {
884 bool IdentityLaunchWebAuthFlowFunction::RunAsync() {
910 void IdentityLaunchWebAuthFlowFunction::InitFinalRedirectURLPrefixForTest(
915 void IdentityLaunchWebAuthFlowFunction::InitFinalRedirectURLPrefix(
923 void IdentityLaunchWebAuthFlowFunction::OnAuthFlowFailure(
    [all...]

Completed in 48 milliseconds