HomeSort by relevance Sort by last modified time
    Searched refs:GAIA_AUTH (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
required_action.h 23 GAIA_AUTH,
required_action.cc 29 action == GAIA_AUTH ||
44 else if (str_lower == "gaia_auth")
45 return GAIA_AUTH;
wallet_items_unittest.cc 477 required_actions.push_back(GAIA_AUTH);
wallet_client.cc 224 case GAIA_AUTH:
225 return AutofillMetrics::GAIA_AUTH;
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.h 352 GAIA_AUTH,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 701 if (wallet_items_->HasRequiredAction(wallet::GAIA_AUTH))
    [all...]

Completed in 110 milliseconds