OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRegion
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/components/autofill/core/browser/android/
auxiliary_profile_loader_android.h
40
virtual base::string16
GetRegion
() const;
auxiliary_profile_loader_android.cc
73
base::string16 AuxiliaryProfileLoaderAndroid::
GetRegion
() const {
74
return SafeJavaStringToUTF16(JAVA_METHOD(
getRegion
));
test_auxiliary_profile_loader_android.h
31
virtual base::string16
GetRegion
() const OVERRIDE;
auxiliary_profiles_android.cc
87
base::string16 region = profile_loader_.
GetRegion
();
test_auxiliary_profile_loader_android.cc
51
base::string16 TestAuxiliaryProfileLoader::
GetRegion
() const {
/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);
/art/compiler/sea_ir/code_gen/
code_gen.cc
30
Region* r = phi->
GetRegion
();
154
DCHECK(instruction->
GetRegion
() != NULL);
155
std::vector<Region*>* successors = instruction->
GetRegion
()->GetSuccessors();
233
std::vector<sea_ir::Region*>* targets = instruction->
GetRegion
()->GetSuccessors();
248
DCHECK(instruction->
GetRegion
() != NULL);
249
std::vector<Region*>* successors = instruction->
GetRegion
()->GetSuccessors();
258
Region* r = phi->
GetRegion
();
/art/compiler/sea_ir/ir/
instruction_nodes.h
87
Region*
GetRegion
() {
Completed in 305 milliseconds