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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 587 if (IsPayingWithWallet() && wallet_items_ &&
698 if (signin_helper_ || !wallet_items_)
701 if (wallet_items_->HasRequiredAction(wallet::GAIA_AUTH))
704 if (wallet_items_->HasRequiredAction(wallet::PASSIVE_GAIA_AUTH))
842 return wallet_items_.get() != NULL &&
843 !wallet_items_->instruments().empty() &&
844 !wallet_items_->addresses().empty();
856 if (wallet_items_) {
866 wallet_items_.reset();
    [all...]
autofill_dialog_controller_impl.h 591 scoped_ptr<wallet::WalletItems> wallet_items_; member in class:autofill::AutofillDialogControllerImpl

Completed in 138 milliseconds