Searched refs:addressinput (Results 1 - 25 of 208) sorted by relevance

123456789

/external/chromium_org/third_party/libaddressinput/chromium/
H A Daddressinput_util.h14 namespace addressinput { namespace in namespace:i18n
20 namespace addressinput { namespace in namespace:autofill
24 const ::i18n::addressinput::AddressData& address_to_check);
30 // See documentation of ::i18n::addressinput::AddressValidator::Validate() for
33 const ::i18n::addressinput::AddressData& address_to_check,
34 const std::multimap< ::i18n::addressinput::AddressField,
35 ::i18n::addressinput::AddressProblem>* filter,
36 std::multimap< ::i18n::addressinput::AddressField,
37 ::i18n::addressinput::AddressProblem>* problems);
39 } // namespace addressinput
[all...]
H A Dchrome_address_validator.h22 namespace addressinput { namespace in namespace:i18n
77 AddressValidator(scoped_ptr< ::i18n::addressinput::Source> source,
78 scoped_ptr< ::i18n::addressinput::Storage> storage,
102 const ::i18n::addressinput::AddressData& address,
103 const ::i18n::addressinput::FieldProblemMap* filter,
104 ::i18n::addressinput::FieldProblemMap* problems) const;
131 const ::i18n::addressinput::AddressData& user_input,
132 ::i18n::addressinput::AddressField focused_field,
134 std::vector< ::i18n::addressinput::AddressData>* suggestions) const;
140 ::i18n::addressinput
[all...]
H A Dinput_suggester.h21 namespace addressinput { namespace in namespace:i18n
34 explicit InputSuggester(::i18n::addressinput::PreloadSupplier* supplier);
65 const ::i18n::addressinput::AddressData& user_input,
66 ::i18n::addressinput::AddressField focused_field,
68 std::vector< ::i18n::addressinput::AddressData>* suggestions);
104 const ::i18n::addressinput::AddressData&,
105 const ::i18n::addressinput::FieldProblemMap&);
108 ::i18n::addressinput::RegionDataBuilder region_data_builder_;
111 const ::i18n::addressinput::AddressInputHelper input_helper_;
114 ::i18n::addressinput
[all...]
H A Daddressinput_util.cc15 namespace addressinput { namespace in namespace:autofill
19 using ::i18n::addressinput::AddressData;
20 using ::i18n::addressinput::AddressField;
21 using ::i18n::addressinput::AddressProblem;
22 using ::i18n::addressinput::IsFieldRequired;
24 using ::i18n::addressinput::MISSING_REQUIRED_FIELD;
53 ::i18n::addressinput::COUNTRY,
54 ::i18n::addressinput::ADMIN_AREA,
55 ::i18n::addressinput::LOCALITY,
56 ::i18n::addressinput
[all...]
H A Dstring_compare_unittest.cc13 i18n::addressinput::StringCompare sc;
18 i18n::addressinput::StringCompare sc;
23 i18n::addressinput::StringCompare sc;
H A Dstorage_test_runner.h17 // A test sutie for ::i18n::addressinput::Storage.
21 explicit StorageTestRunner(::i18n::addressinput::Storage* storage);
29 scoped_ptr< ::i18n::addressinput::Storage::Callback> BuildCallback();
37 ::i18n::addressinput::Storage* storage_; // weak
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dgrit.h19 namespace addressinput { namespace in namespace:i18n
33 } // namespace addressinput
H A Daddress_field.cc22 using i18n::addressinput::AddressField;
23 using i18n::addressinput::COUNTRY;
24 using i18n::addressinput::RECIPIENT;
H A Daddress_problem.cc22 using i18n::addressinput::AddressProblem;
23 using i18n::addressinput::UNEXPECTED_FIELD;
24 using i18n::addressinput::USES_P_O_BOX;
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DDataLoadListener.java17 package com.android.i18n.addressinput;
H A DAddressProblemType.java17 package com.android.i18n.addressinput;
H A DDataSource.java17 package com.android.i18n.addressinput;
H A DClientCacheManager.java17 package com.android.i18n.addressinput;
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
H A DTestActivity.java17 package com.android.i18n.addressinput.testing;
/external/chromium_org/components/autofill/core/browser/
H A Daddress_i18n.h15 namespace addressinput { namespace in namespace:i18n
29 scoped_ptr< ::i18n::addressinput::AddressData> CreateAddressData(
33 scoped_ptr< ::i18n::addressinput::AddressData>
38 ServerFieldType TypeForField(::i18n::addressinput::AddressField field,
45 ::i18n::addressinput::AddressField* field);
H A Daddress_i18n.cc29 using ::i18n::addressinput::AddressData;
30 using ::i18n::addressinput::AddressField;
59 scoped_ptr< ::i18n::addressinput::AddressData>
62 scoped_ptr< ::i18n::addressinput::AddressData> address_data =
70 case ::i18n::addressinput::COUNTRY:
72 case ::i18n::addressinput::ADMIN_AREA:
74 case ::i18n::addressinput::LOCALITY:
76 case ::i18n::addressinput::DEPENDENT_LOCALITY:
79 case ::i18n::addressinput::POSTAL_CODE:
81 case ::i18n::addressinput
[all...]
H A Daddress_i18n_unittest.cc22 using ::i18n::addressinput::AddressData;
23 using ::i18n::addressinput::AddressField;
25 using ::i18n::addressinput::ADMIN_AREA;
26 using ::i18n::addressinput::COUNTRY;
27 using ::i18n::addressinput::DEPENDENT_LOCALITY;
28 using ::i18n::addressinput::LOCALITY;
29 using ::i18n::addressinput::ORGANIZATION;
30 using ::i18n::addressinput::POSTAL_CODE;
31 using ::i18n::addressinput::RECIPIENT;
32 using ::i18n::addressinput
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_address_validator.h29 const ::i18n::addressinput::AddressData& address,
30 const ::i18n::addressinput::FieldProblemMap* filter,
31 ::i18n::addressinput::FieldProblemMap* problems));
35 const ::i18n::addressinput::AddressData& user_input,
36 ::i18n::addressinput::AddressField focused_field,
38 std::vector< ::i18n::addressinput::AddressData>* suggestions));
41 bool(::i18n::addressinput::AddressData* address_data));
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_field.h21 namespace addressinput { namespace in namespace:i18n
38 } // namespace addressinput
45 i18n::addressinput::AddressField field);
H A Daddress_problem.h21 namespace addressinput { namespace in namespace:i18n
59 } // namespace addressinput
66 i18n::addressinput::AddressProblem problem);
H A Dsource.h27 namespace addressinput { namespace in namespace:i18n
43 typedef i18n::addressinput::Callback<const std::string&,
53 } // namespace addressinput
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Drule_retriever_test.cc32 using i18n::addressinput::BuildCallback;
33 using i18n::addressinput::NullStorage;
34 using i18n::addressinput::Retriever;
35 using i18n::addressinput::Rule;
36 using i18n::addressinput::RuleRetriever;
37 using i18n::addressinput::scoped_ptr;
38 using i18n::addressinput::TestdataSource;
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dre2ptr.h35 namespace addressinput { namespace in namespace:i18n
43 } // namespace addressinput
H A Dstring_split.h19 namespace addressinput { namespace in namespace:i18n
31 } // namespace addressinput
H A Dstring_util.h20 namespace addressinput { namespace in namespace:i18n
25 } // addressinput

Completed in 9399 milliseconds

123456789