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

  /external/chromium_org/chrome/browser/autofill/
autocheckout_whitelist_manager_factory.h 16 namespace autocheckout { namespace in namespace:autofill
53 } // namespace autocheckout
autocheckout_whitelist_manager_factory.cc 11 #include "components/autofill/content/browser/autocheckout/whitelist_manager.h"
15 namespace autocheckout { namespace in namespace:autofill
91 } // namespace autocheckout
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.h 28 namespace autocheckout { namespace in namespace:autofill
66 virtual autofill::autocheckout::WhitelistManager*
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_delegate.h 40 namespace autocheckout { namespace in namespace:autofill
45 // Autofill dialog for the Autocheckout feature.
69 // Gets the autocheckout::WhitelistManager instance associated with the
71 virtual autocheckout::WhitelistManager*
77 // Causes an error explaining that Autocheckout has failed to be displayed to
81 // Called when an Autocheckout flow has succeeded. Causes a notification
96 // Causes the Autocheckout bubble UI to be displayed. |bounding_box| is the
114 // Hide the Autocheckout bubble if one is currently showing.
140 // Update progress of the Autocheckout flow as displayed to the user.
  /external/chromium_org/components/autofill/content/browser/autocheckout/
whitelist_manager.h 28 namespace autocheckout { namespace in namespace:autofill
31 // Autocheckout.
37 // Schedule a fetch of the Autocheckout whitelist file if it's not already
39 // the user navigates to a form on which Autocheckout should be enabled.
55 // Autocheckout whitelist file downloading.
107 } // namespace autocheckout
whitelist_manager_unittest.cc 12 #include "components/autofill/content/browser/autocheckout/whitelist_manager.h"
41 namespace autocheckout { namespace in namespace:autofill
307 } // namespace autocheckout
whitelist_manager.cc 5 #include "components/autofill/content/browser/autocheckout/whitelist_manager.h"
55 "https://www.gstatic.com/commerce/autocheckout/whitelist.csv";
71 namespace autocheckout { namespace in namespace:autofill
78 base::FieldTrialList::FindFullName("Autocheckout") == "Yes"),
204 } // namespace autocheckout

Completed in 9637 milliseconds