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

/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_ui.h40 std::vector<AddressUiComponent> BuildComponents(
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_i18n_input.cc33 std::vector<AddressUiComponent> BuildComponents(const std::string& country_code, function in namespace:autofill::i18ninput::__anon5016
38 return ::i18n::addressinput::BuildComponents(
57 BuildComponents(country_code, language_code));
H A Dcountry_combobox_model_unittest.cc56 ::i18n::addressinput::BuildComponents(
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Daddress_ui_test.cc32 using i18n::addressinput::BuildComponents;
89 // Verifies that BuildComponents() returns valid UI components for a region
92 EXPECT_TRUE(ComponentsAreValid(BuildComponents(
96 // Verifies that BuildComponents() returns at most one input field of each type.
100 BuildComponents(GetParam(), localization_, kUiLanguageTag,
113 // Verifies that BuildComponents() returns an empty vector for an invalid region
116 EXPECT_TRUE(BuildComponents(
141 // The expected value for the best language tag returned by BuildComponents().
144 // The first field expected to be returned from BuildComponents(). Useful for
164 const std::vector<AddressUiComponent>& components = BuildComponents(
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_ui.cc84 std::vector<AddressUiComponent> BuildComponents( function in namespace:i18n::addressinput
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc77 i18n::addressinput::BuildComponents(
85 components = i18n::addressinput::BuildComponents(

Completed in 1195 milliseconds