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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_delegate.h 62 virtual void OnDidGetWalletItems(scoped_ptr<WalletItems> wallet_items) = 0;
wallet_client.cc 658 delegate_->OnDidGetWalletItems(wallet_items.Pass());
wallet_client_unittest.cc 696 virtual void OnDidGetWalletItems(scoped_ptr<WalletItems> wallet_items)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 473 controller()->OnDidGetWalletItems(CompleteAndValidWalletItems());
572 controller()->OnDidGetWalletItems(wallet_items.Pass());
881 controller()->OnDidGetWalletItems(wallet_items.Pass());
    [all...]
autofill_dialog_controller_browsertest.cc     [all...]
autofill_dialog_controller_impl.h 192 virtual void OnDidGetWalletItems(
    [all...]
autofill_dialog_controller_impl.cc     [all...]

Completed in 107 milliseconds