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

  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 39 void AutocheckoutRequestManager::SendAutocheckoutStatus(
44 wallet_client_.SendAutocheckoutStatus(status,
autocheckout_request_manager.h 27 // SendAutocheckoutStatus calls succeed regardless of any actions the user may
47 void SendAutocheckoutStatus(
82 // to make is SendAutocheckoutStatus.
autocheckout_manager.h 122 void SendAutocheckoutStatus(AutocheckoutStatus status);
autocheckout_manager.cc 511 void AutocheckoutManager::SendAutocheckoutStatus(AutocheckoutStatus status) {
524 autocheckout_request_manager->SendAutocheckoutStatus(
573 SendAutocheckoutStatus(status);
  /external/chromium_org/components/autofill/content/browser/wallet/
mock_wallet_client.h 54 MOCK_METHOD4(SendAutocheckoutStatus,
wallet_client.h 59 // 4) If the user initiated Autocheckout, SendAutocheckoutStatus to notify
177 // SendAutocheckoutStatus is used for tracking the success of Autocheckout
182 virtual void SendAutocheckoutStatus(
wallet_client_unittest.cc 833 wallet_client_->SendAutocheckoutStatus(autofill::SUCCESS,
977 wallet_client_->SendAutocheckoutStatus(autofill::SUCCESS,
    [all...]
wallet_client.cc 531 void WalletClient::SendAutocheckoutStatus(
539 pending_requests_.push(base::Bind(&WalletClient::SendAutocheckoutStatus,
    [all...]

Completed in 112 milliseconds