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.cc819 AutofillMetrics::GET_WALLET_ITEMS, 1); in TestWalletErrorCode()
962 AutofillMetrics::GET_WALLET_ITEMS, 1); in TEST_F()
974 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
988 AutofillMetrics::GET_WALLET_ITEMS, 1); in TEST_F()
1160 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1173 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1691 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1716 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1727 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
1740 delegate_.ExpectLogWalletApiCallDuration(AutofillMetrics::GET_WALLET_ITEMS, in TEST_F()
Dwallet_client.cc472 GET_WALLET_ITEMS); in GetWalletItems()
676 case GET_WALLET_ITEMS: { in OnURLFetchComplete()
801 case GET_WALLET_ITEMS: in RequestTypeToUmaMetric()
802 return AutofillMetrics::GET_WALLET_ITEMS; in RequestTypeToUmaMetric()
Dwallet_client.h197 GET_WALLET_ITEMS, enumerator
/external/chromium_org/components/autofill/core/browser/
Dautofill_metrics.h261 GET_WALLET_ITEMS, enumerator
Dautofill_metrics.cc185 case AutofillMetrics::GET_WALLET_ITEMS: in WalletApiMetricToString()