Searched refs:GetRegion (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number.cc24 std::string GetRegion(const AutofillProfile& profile, function in namespace:autofill::__anon6343
143 number_, GetRegion(*profile_, app_locale)).empty()) {
160 if (GetRegion(*profile_, app_locale) == "US" &&
172 i18n::NormalizePhoneNumber(text, GetRegion(*profile_, app_locale));
179 std::string region = GetRegion(*profile_, app_locale);
234 country_, city_, phone_, GetRegion(profile, app_locale), value);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.h386 void GetRegion(const pp::Point& location,
H A Dpdfium_engine.cc2554 GetRegion(dirty_in_screen.point(), image_data, &region, &stride);
2614 GetRegion(rect.point(), image_data, &region, &stride);
2942 void PDFiumEngine::GetRegion(const pp::Point& location, function in class:chrome_pdf::PDFiumEngine

Completed in 323 milliseconds