Home
last modified time | relevance | path

Searched refs:GET_WALLET_ITEMS (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client_unittest.cc883 AutofillMetrics::GET_WALLET_ITEMS, 1); in TestWalletErrorCode()
1028 AutofillMetrics::GET_WALLET_ITEMS, 1); in TEST_F()
1040 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1054 AutofillMetrics::GET_WALLET_ITEMS, 1); in TEST_F()
1226 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1239 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1253 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1771 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1794 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1814 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
[all …]
Dwallet_client.cc484 GET_WALLET_ITEMS); in GetWalletItems()
673 case GET_WALLET_ITEMS: { in OnURLFetchComplete()
795 case GET_WALLET_ITEMS: in RequestTypeToUmaMetric()
796 return AutofillMetrics::GET_WALLET_ITEMS; in RequestTypeToUmaMetric()
Dwallet_client.h203 GET_WALLET_ITEMS, enumerator
/external/chromium_org/components/autofill/core/browser/
Dautofill_metrics.h242 GET_WALLET_ITEMS, enumerator
Dautofill_metrics.cc170 case AutofillMetrics::GET_WALLET_ITEMS: in WalletApiMetricToString()