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

  /external/chromium_org/components/autofill/content/browser/wallet/
mock_wallet_client.h 29 MOCK_METHOD2(GetWalletItems,
wallet_client_unittest.cc 887 wallet_client_->GetWalletItems(base::string16(), base::string16());
    [all...]
wallet_client.h 40 // 1) GetWalletItems should be called to retrieve the user's Wallet.
60 // GetWalletItems(), the request will be queued and started later. Queued
125 // The transaction ID from GetWalletItems.
147 // GetWalletItems retrieves the user's online wallet. The WalletItems
150 virtual void GetWalletItems(const base::string16& amount,
153 // The GetWalletItems call to the Online Wallet backend may require the user
156 // GetWalletItems call. If |documents| are empty, |delegate_| will not receive
wallet_client.cc 462 void WalletClient::GetWalletItems(const base::string16& amount,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc     [all...]
autofill_dialog_controller_unittest.cc 473 GetWalletItems(_, _));
    [all...]
autofill_dialog_controller_impl.h 340 void GetWalletItems();
665 // True if |this| has ever called GetWalletItems().
    [all...]
autofill_dialog_controller_impl.cc     [all...]

Completed in 195 milliseconds