Home
last modified time | relevance | path

Searched refs:dependentLocality (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/content/android/java/src/org/chromium/components/payments/
H A DAddress.java16 public final String dependentLocality; field in Address
28 dependentLocality = ""; in Address()
53 String dependentLocality, String postalCode, String sortingCode, String organization, in Address() argument
59 this.dependentLocality = dependentLocality; in Address()
H A DPaymentHandlerHost.java119 String city, String dependentLocality, String postalCode, String sortingCode, in createShippingAddress() argument
126 result.dependentLocality = dependentLocality; in createShippingAddress()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Partners/
H A DLocation.php24 public $dependentLocality; variable in Google_Service_Partners_Location
57 public function setDependentLocality($dependentLocality) argument
59 $this->dependentLocality = $dependentLocality;
63 return $this->dependentLocality;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Partners/
H A DLocation.php24 public $dependentLocality; variable in Google_Service_Partners_Location
57 public function setDependentLocality($dependentLocality) argument
59 $this->dependentLocality = $dependentLocality;
63 return $this->dependentLocality;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/content/android/java/src/org/chromium/components/payments/
H A DAddress.java30 public final String dependentLocality; field in Address
42 dependentLocality = ""; in Address()
67 String dependentLocality, String postalCode, String sortingCode, String organization, in Address() argument
73 this.dependentLocality = dependentLocality; in Address()
H A DPaymentAddressTypeConverter.java24 address.dependentLocality, address.postalCode, address.sortingCode, in convertPaymentAddressFromMojo()
40 result.dependentLocality = address.dependentLocality; in convertAddressToMojoPaymentAddress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/common/src/main/java/com/google/i18n/addressinput/common/
H A DAddressData.java120 private final String dependentLocality; field in AddressData
146 this.dependentLocality = builder.fields.get(AddressField.DEPENDENT_LOCALITY); in AddressData()
202 + "DEPENDENT_LOCALITY=" + dependentLocality + "; " in toString()
233 && (dependentLocality == null in equals()
235 : dependentLocality.equals(addressData.getDependentLocality())) in equals()
263 dependentLocality, in hashCode()
392 return dependentLocality; in getDependentLocality()
462 return dependentLocality; in getFieldValue()
573 public Builder setDependentLocality(String dependentLocality) { in setDependentLocality() argument
574 return set(AddressField.DEPENDENT_LOCALITY, dependentLocality); in setDependentLocality()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/common/src/main/java/com/google/i18n/addressinput/common/
H A DAddressData.java120 private final String dependentLocality; field in AddressData
146 this.dependentLocality = builder.fields.get(AddressField.DEPENDENT_LOCALITY); in AddressData()
202 + "DEPENDENT_LOCALITY=" + dependentLocality + "; " in toString()
233 && (dependentLocality == null in equals()
235 : dependentLocality.equals(addressData.getDependentLocality())) in equals()
263 dependentLocality, in hashCode()
392 return dependentLocality; in getDependentLocality()
462 return dependentLocality; in getFieldValue()
573 public Builder setDependentLocality(String dependentLocality) { in setDependentLocality() argument
574 return set(AddressField.DEPENDENT_LOCALITY, dependentLocality); in setDependentLocality()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dpayment-request.idl95 readonly attribute DOMString dependentLocality;
110 DOMString dependentLocality = "";
122 DOMString dependentLocality;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/
H A DContactDetailsTest.java60 address1.dependentLocality = ""; in testBasics()
71 address2.dependentLocality = ""; in testBasics()
188 address.dependentLocality = ""; in testEnsureSingleLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DPersonalDataManager.java132 String region, String locality, String dependentLocality, String postalCode, in create() argument
136 companyName, streetAddress, region, locality, dependentLocality, postalCode, in create()
142 String locality, String dependentLocality, String postalCode, String sortingCode, in AutofillProfile() argument
153 mDependentLocality = dependentLocality; in AutofillProfile()
200 String dependentLocality, String postalCode, String sortingCode, String countryCode, in AutofillProfile() argument
203 streetAddress, region, locality, dependentLocality, postalCode, sortingCode, in AutofillProfile()
325 public void setDependentLocality(String dependentLocality) { in setDependentLocality() argument
326 mDependentLocality = dependentLocality; in setDependentLocality()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dpayment-request.idl112 readonly attribute DOMString dependentLocality;
126 DOMString dependentLocality;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dpayment-request.idl112 readonly attribute DOMString dependentLocality;
126 DOMString dependentLocality;
/dports/www/firefox-esr/firefox-91.8.0/dom/payments/
H A DPaymentMethodChangeEvent.cpp115 !rawDetails.billingAddress.dependentLocality.IsEmpty() || in GetMethodDetails()
129 rawDetails.billingAddress.dependentLocality, in GetMethodDetails()
H A DPaymentRequestManager.cpp255 bData.billingAddress.dependentLocality = in ConvertResponseData()
256 data.billingAddress().dependentLocality(); in ConvertResponseData()
291 bDetails.billingAddress.dependentLocality = in ConvertMethodChangeDetails()
292 details.billingAddress().dependentLocality(); in ConvertMethodChangeDetails()
711 aAddress.regionCode(), aAddress.city(), aAddress.dependentLocality(), in ChangeShippingAddress()
/dports/www/firefox/firefox-99.0/dom/payments/
H A DPaymentMethodChangeEvent.cpp115 !rawDetails.billingAddress.dependentLocality.IsEmpty() || in GetMethodDetails()
129 rawDetails.billingAddress.dependentLocality, in GetMethodDetails()
H A DPaymentRequestManager.cpp255 bData.billingAddress.dependentLocality = in ConvertResponseData()
256 data.billingAddress().dependentLocality(); in ConvertResponseData()
291 bDetails.billingAddress.dependentLocality = in ConvertMethodChangeDetails()
292 details.billingAddress().dependentLocality(); in ConvertMethodChangeDetails()
711 aAddress.regionCode(), aAddress.city(), aAddress.dependentLocality(), in ChangeShippingAddress()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/payments/
H A DPaymentMethodChangeEvent.cpp115 !rawDetails.billingAddress.dependentLocality.IsEmpty() || in GetMethodDetails()
129 rawDetails.billingAddress.dependentLocality, in GetMethodDetails()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/payments/
H A DPaymentMethodChangeEvent.cpp116 !rawDetails.billingAddress.dependentLocality.IsEmpty() || in GetMethodDetails()
130 rawDetails.billingAddress.dependentLocality, in GetMethodDetails()
H A DPaymentRequestManager.cpp254 bData.billingAddress.dependentLocality = in ConvertResponseData()
255 data.billingAddress().dependentLocality(); in ConvertResponseData()
290 bDetails.billingAddress.dependentLocality = in ConvertMethodChangeDetails()
291 details.billingAddress().dependentLocality(); in ConvertMethodChangeDetails()
721 aAddress.regionCode(), aAddress.city(), aAddress.dependentLocality(), in ChangeShippingAddress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/payments/
H A Daddress_init.idl12 DOMString dependentLocality;
H A Daddress_errors.idl11 DOMString dependentLocality;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/payments/
H A Daddress_init.idl12 DOMString dependentLocality;
H A Daddress_errors.idl11 DOMString dependentLocality;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/payments/
H A DBasicCardPayment.cpp253 nsAutoString dependentLocality; in DecodeBasicCardData() local
288 DecodeAddressProperty(key, value, DependentLocality, dependentLocality); in DecodeBasicCardData()
307 aWindow, country, addressLine, region, city, dependentLocality, in DecodeBasicCardData()

12345678910