Searched refs:AcceptLegalDocuments (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dmock_wallet_client.h32 MOCK_METHOD2(AcceptLegalDocuments,
H A Dwallet_client.h41 // a) If the user does not have a Wallet, they must AcceptLegalDocuments and
44 // Wallet, they must AcceptLegalDocuments.
158 virtual void AcceptLegalDocuments(
207 // Like AcceptLegalDocuments, but takes a vector of document ids.
H A Dwallet_client_unittest.cc1148 TEST_F(WalletClientTest, AcceptLegalDocuments) {
1167 wallet_client_->AcceptLegalDocuments(docs.get(),
H A Dwallet_client.cc276 void WalletClient::AcceptLegalDocuments( function in class:autofill::wallet::WalletClient
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1536 TEST_F(AutofillDialogControllerTest, AcceptLegalDocuments) {
1541 AcceptLegalDocuments(_, _));
1576 AcceptLegalDocuments(_, _)).Times(0);
H A Dautofill_dialog_controller_impl.cc3716 GetWalletClient()->AcceptLegalDocuments(

Completed in 118 milliseconds