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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 112 const std::string& google_transaction_id,
128 std::string google_transaction_id; member in struct:autofill::wallet::WalletClient::FullWalletRequest
151 // The |google_transaction_id| is provided in the response to the
156 const std::string& google_transaction_id,
179 // where the purchase occured, and |google_transaction_id| is the same as the
186 const std::string& google_transaction_id);
210 const std::string& google_transaction_id,
mock_wallet_client.h 31 const std::string& google_transaction_id,
58 const std::string& google_transaction_id));
wallet_client.cc 252 const char kGoogleTransactionIdKey[] = "google_transaction_id";
283 const std::string& google_transaction_id,
288 google_transaction_id(google_transaction_id),
308 const std::string& google_transaction_id,
317 DoAcceptLegalDocuments(document_ids, google_transaction_id, source_url);
379 full_wallet_request.google_transaction_id);
535 const std::string& google_transaction_id) {
544 google_transaction_id));
569 request_dict.SetString(kGoogleTransactionIdKey, google_transaction_id);
    [all...]
wallet_items.cc 386 const std::string& google_transaction_id,
391 google_transaction_id_(google_transaction_id),
419 std::string google_transaction_id; local
420 if (!dictionary.GetString("google_transaction_id", &google_transaction_id) &&
439 google_transaction_id,
wallet_items.h 240 const std::string& google_transaction_id() const { function in class:autofill::wallet::WalletItems
264 const std::string& google_transaction_id,
  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 43 const std::string& google_transaction_id) {
47 google_transaction_id);
autocheckout_request_manager.h 51 const std::string& google_transaction_id);
autocheckout_manager.h 101 const std::string& google_transaction_id);
autocheckout_manager.cc 335 const std::string& google_transaction_id) {
346 google_transaction_id_ = google_transaction_id;
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 366 const std::string google_transaction_id = local
415 callback_.Run(&form_structure_, google_transaction_id);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]
autofill_dialog_controller_unittest.cc 477 const std::string& google_transaction_id) {
    [all...]

Completed in 2016 milliseconds