OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addressinput
(Results
1 - 25
of
62
) sorted by null
1
2
3
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
address_field_util_test.cc
26
using i18n::
addressinput
::AddressField;
27
using i18n::
addressinput
::COUNTRY;
28
using i18n::
addressinput
::LOCALITY;
29
using i18n::
addressinput
::NEWLINE;
30
using i18n::
addressinput
::ORGANIZATION;
31
using i18n::
addressinput
::ParseAddressFieldsFormat;
32
using i18n::
addressinput
::POSTAL_CODE;
33
using i18n::
addressinput
::RECIPIENT;
34
using i18n::
addressinput
::STREET_ADDRESS;
address_ui_test.cc
28
using i18n::
addressinput
::AddressField;
29
using i18n::
addressinput
::AddressUiComponent;
30
using i18n::
addressinput
::BuildComponents;
31
using i18n::
addressinput
::COUNTRY;
32
using i18n::
addressinput
::GetRegionCodes;
33
using i18n::
addressinput
::Localization;
34
using i18n::
addressinput
::RECIPIENT;
rule_retriever_test.cc
31
using i18n::
addressinput
::FakeDownloader;
32
using i18n::
addressinput
::FakeStorage;
33
using i18n::
addressinput
::Retriever;
34
using i18n::
addressinput
::Rule;
35
using i18n::
addressinput
::RuleRetriever;
36
using i18n::
addressinput
::scoped_ptr;
52
return i18n::
addressinput
::BuildCallback(
fake_storage_test.cc
27
using i18n::
addressinput
::FakeStorage;
28
using i18n::
addressinput
::scoped_ptr;
29
using i18n::
addressinput
::Storage;
38
return i18n::
addressinput
::BuildCallback(
validating_storage_test.cc
29
using i18n::
addressinput
::FakeStorage;
30
using i18n::
addressinput
::scoped_ptr;
31
using i18n::
addressinput
::Storage;
32
using i18n::
addressinput
::ValidatingStorage;
47
return i18n::
addressinput
::BuildCallback(
retriever_test.cc
31
using i18n::
addressinput
::Downloader;
32
using i18n::
addressinput
::FakeDownloader;
33
using i18n::
addressinput
::FakeStorage;
34
using i18n::
addressinput
::RegionDataConstants;
35
using i18n::
addressinput
::Retriever;
36
using i18n::
addressinput
::scoped_ptr;
57
return i18n::
addressinput
::BuildCallback(
rule_test.cc
31
using i18n::
addressinput
::AddressField;
32
using i18n::
addressinput
::ADMIN_AREA;
33
using i18n::
addressinput
::LOCALITY;
34
using i18n::
addressinput
::NEWLINE;
35
using i18n::
addressinput
::ORGANIZATION;
36
using i18n::
addressinput
::POSTAL_CODE;
37
using i18n::
addressinput
::RECIPIENT;
38
using i18n::
addressinput
::RegionDataConstants;
39
using i18n::
addressinput
::Rule;
40
using i18n::
addressinput
::STREET_ADDRESS
[
all
...]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
region_data_constants.h
22
namespace
addressinput
{
namespace in namespace:i18n
31
} // namespace
addressinput
rule_retriever.h
27
namespace
addressinput
{
namespace in namespace:i18n
40
typedef i18n::
addressinput
::Callback<std::string, Rule> Callback;
55
} // namespace
addressinput
retriever.h
29
namespace
addressinput
{
namespace in namespace:i18n
44
typedef i18n::
addressinput
::Callback<std::string, std::string> Callback;
65
} // namespace
addressinput
address_field.cc
20
namespace
addressinput
{
namespace in namespace:i18n
58
} // namespace
addressinput
address_field_util.h
24
namespace
addressinput
{
namespace in namespace:i18n
39
} // namespace
addressinput
address_problem.cc
20
namespace
addressinput
{
namespace in namespace:i18n
50
} // namespace
addressinput
address_validator.cc
29
namespace
addressinput
{
namespace in namespace:i18n
50
} // namespace
addressinput
grit.h
19
namespace
addressinput
{
namespace in namespace:i18n
29
} // namespace
addressinput
lookup_key_util.cc
21
namespace
addressinput
{
namespace in namespace:i18n
45
} // namespace
addressinput
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
downloader.h
26
namespace
addressinput
{
namespace in namespace:i18n
40
typedef i18n::
addressinput
::Callback<std::string, std::string> Callback;
49
} // namespace
addressinput
storage.h
26
namespace
addressinput
{
namespace in namespace:i18n
44
typedef i18n::
addressinput
::Callback<std::string, std::string> Callback;
56
} // namespace
addressinput
address_field.h
21
namespace
addressinput
{
namespace in namespace:i18n
43
} // namespace
addressinput
address_ui.h
22
namespace
addressinput
{
namespace in namespace:i18n
36
} // namespace
addressinput
address_ui_component.h
23
namespace
addressinput
{
namespace in namespace:i18n
46
} // namespace
addressinput
load_rules_delegate.h
21
namespace
addressinput
{
namespace in namespace:i18n
40
} // namespace
addressinput
localization.h
21
namespace
addressinput
{
namespace in namespace:i18n
55
} // namespace
addressinput
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
string_split.cc
16
namespace
addressinput
{
namespace in namespace:i18n
36
} // namespace
addressinput
string_split.h
19
namespace
addressinput
{
namespace in namespace:i18n
31
} // namespace
addressinput
Completed in 2578 milliseconds
1
2
3