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

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_delegate.h76 virtual void OnWalletError(WalletClient::ErrorType error_type) = 0;
H A Dwallet_client_unittest.cc724 MOCK_METHOD1(OnWalletError, void(WalletClient::ErrorType error_type));
881 EXPECT_CALL(delegate_, OnWalletError(expected_error_type)).Times(1);
1025 EXPECT_CALL(delegate_, OnWalletError(
1039 EXPECT_CALL(delegate_, OnWalletError(WalletClient::NETWORK_ERROR)).Times(1);
1052 EXPECT_CALL(delegate_, OnWalletError(WalletClient::BAD_REQUEST)).Times(1);
1127 OnWalletError(WalletClient::MALFORMED_RESPONSE)).Times(1);
1206 OnWalletError(WalletClient::MALFORMED_RESPONSE)).Times(1);
1319 OnWalletError(WalletClient::MALFORMED_RESPONSE)).Times(1);
1337 OnWalletError(WalletClient::MALFORMED_RESPONSE)).Times(1);
1416 OnWalletError(WalletClien
[all...]
H A Dwallet_client.cc772 delegate_->OnWalletError(error_type);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.h204 virtual void OnWalletError(
H A Dautofill_dialog_controller_unittest.cc2069 controller()->OnWalletError(wallet::WalletClient::UNKNOWN_ERROR);
2086 controller()->OnWalletError(wallet::WalletClient::UNKNOWN_ERROR);
2179 controller()->OnWalletError(wallet::WalletClient::UNKNOWN_ERROR);
H A Dautofill_dialog_controller_impl.cc2707 void AutofillDialogControllerImpl::OnWalletError( function in class:autofill::AutofillDialogControllerImpl

Completed in 634 milliseconds