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_METHOD0(GetWalletItems, void());
wallet_client_unittest.cc 823 wallet_client_->GetWalletItems();
966 wallet_client_->GetWalletItems();
979 wallet_client_->GetWalletItems();
    [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
120 // The transaction ID from GetWalletItems.
142 // GetWalletItems retrieves the user's online wallet. The WalletItems
145 virtual void GetWalletItems();
147 // The GetWalletItems call to the Online Wallet backend may require the user
150 // GetWalletItems call. If |documents| are empty, |delegate_| will not receive
wallet_client.cc 456 void WalletClient::GetWalletItems() {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc     [all...]
autofill_dialog_controller_impl.h 323 void GetWalletItems();
599 // True if |this| has ever called GetWalletItems().
701 // returned in |GetWalletItems()|.
    [all...]
autofill_dialog_controller_unittest.cc 425 EXPECT_CALL(*controller()->GetTestingWalletClient(), GetWalletItems());
    [all...]
autofill_dialog_controller_impl.cc 657 GetWalletItems();
874 void AutofillDialogControllerImpl::GetWalletItems() {
904 wallet_client->GetWalletItems();
    [all...]

Completed in 48 milliseconds