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

  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.cc 337 WalletRequiredActionMetric required_action) const {
339 required_action, NUM_WALLET_REQUIRED_ACTIONS);
autofill_metrics.h 372 // Logs |required_action| to the required actions histogram.
374 WalletRequiredActionMetric required_action) const;
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 424 std::vector<RequiredAction> required_action; local
426 if (dictionary.GetList("required_action", &required_action_list)) {
436 required_action.push_back(action);
445 required_action.empty()) {
466 scoped_ptr<WalletItems> wallet_items(new WalletItems(required_action,
wallet_client.cc 108 if (!dict.GetList("required_action", &required_action_list))
177 // Converts the |required_action| to the corresponding value from the stable UMA
180 RequiredAction required_action) {
181 switch (required_action) {
  /external/chromium_org/components/
autofill_content_browser.target.darwin-arm.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.darwin-arm64.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.darwin-mips.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.darwin-x86.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.darwin-x86_64.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.linux-arm.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.linux-arm64.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.linux-mips.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.linux-x86.mk 44 components/autofill/content/browser/wallet/required_action.cc \
autofill_content_browser.target.linux-x86_64.mk 44 components/autofill/content/browser/wallet/required_action.cc \
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]

Completed in 651 milliseconds