Home
last modified time | relevance | path

Searched refs:IsPayingWithWallet (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc655 if (IsPayingWithWallet() && wallet_items_ && in TabActivated()
721 if (!IsPayingWithWallet() || ShouldShowSignInWebView()) in LegalDocumentsText()
747 return !IsPayingWithWallet() && in ShouldOfferToSaveInChrome()
787 bool show_wallet_interstitial = IsPayingWithWallet() && is_submitting_ && in GetDialogOverlay()
868 if (IsPayingWithWallet()) in SectionIsActive()
1354 if (IsPayingWithWallet()) { in ButtonStripImage()
1452 if (!IsPayingWithWallet()) in ActiveInstrument()
1473 if (!IsPayingWithWallet() || !IsShippingAddressRequired()) in ActiveShippingAddress()
1494 if (IsPayingWithWallet() && full_wallet_ && in CreateWrapper()
1511 if (IsPayingWithWallet()) { in CreateWrapper()
[all …]
Dautofill_dialog_controller_browsertest.cc187 using AutofillDialogControllerImpl::IsPayingWithWallet;
978 ASSERT_TRUE(controller()->IsPayingWithWallet()); in IN_PROC_BROWSER_TEST_F()
995 ASSERT_FALSE(controller()->IsPayingWithWallet()); in IN_PROC_BROWSER_TEST_F()
Dautofill_dialog_controller_impl.h261 virtual bool IsPayingWithWallet() const;