OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRegion
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/android/
auxiliary_profile_loader_android.cc
73
base::string16 AuxiliaryProfileLoaderAndroid::
GetRegion
() const {
74
return SafeJavaStringToUTF16(JAVA_METHOD(
getRegion
));
test_auxiliary_profile_loader_android.cc
51
base::string16 TestAuxiliaryProfileLoader::
GetRegion
() const {
/art/compiler/sea_ir/ir/
instruction_nodes.h
87
Region*
GetRegion
() {
/external/chromium_org/components/autofill/core/browser/
phone_number.cc
30
std::string
GetRegion
(const AutofillProfile& profile,
159
if (
GetRegion
(*profile_, app_locale) == "US" &&
171
i18n::NormalizePhoneNumber(text,
GetRegion
(*profile_, app_locale));
178
std::string region =
GetRegion
(*profile_, app_locale);
233
country_, city_, phone_,
GetRegion
(profile, app_locale), value);
Completed in 27 milliseconds