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

  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.h 58 bool HasRequiredAction(RequiredAction action) const;
wallet_items.h 235 bool HasRequiredAction(RequiredAction action) const;
full_wallet.cc 210 bool FullWallet::HasRequiredAction(RequiredAction action) const {
wallet_items.cc 238 bool WalletItems::HasRequiredAction(RequiredAction action) const {
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 280 if (full_wallet_->HasRequiredAction(wallet::UPDATE_EXPIRATION_DATE))
autofill_dialog_controller_impl.cc 701 if (wallet_items_->HasRequiredAction(wallet::GAIA_AUTH))
704 if (wallet_items_->HasRequiredAction(wallet::PASSIVE_GAIA_AUTH))
849 return full_wallet_ && full_wallet_->HasRequiredAction(required_action);
    [all...]

Completed in 189 milliseconds