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.h 40 // 1) GetWalletItems should be called to retrieve the user's Wallet.
60 // GetWalletItems(), the request will be queued and started later. Queued
123 // The transaction ID from GetWalletItems.
145 // GetWalletItems retrieves the user's online wallet. The WalletItems
148 virtual void GetWalletItems();
150 // The GetWalletItems call to the Online Wallet backend may require the user
153 // GetWalletItems call. If |documents| are empty, |delegate_| will not receive
wallet_client_unittest.cc 853 wallet_client_->GetWalletItems();
    [all...]
wallet_client.cc 456 void WalletClient::GetWalletItems() {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc     [all...]
autofill_dialog_controller_unittest.cc 471 EXPECT_CALL(*controller()->GetTestingWalletClient(), GetWalletItems());
    [all...]
autofill_dialog_controller_impl.h 333 void GetWalletItems();
658 // True if |this| has ever called GetWalletItems().
    [all...]
autofill_dialog_controller_impl.cc 864 GetWalletItems();
    [all...]

Completed in 52 milliseconds