HomeSort by relevance Sort by last modified time
    Searched refs:GetPostalCode (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profile_loader_android.h 44 virtual base::string16 GetPostalCode() const;
auxiliary_profile_loader_android.cc 81 base::string16 AuxiliaryProfileLoaderAndroid::GetPostalCode() const {
82 return SafeJavaStringToUTF16(JAVA_METHOD(getPostalCode));
test_auxiliary_profile_loader_android.h 30 virtual base::string16 GetPostalCode() const OVERRIDE;
auxiliary_profiles_android.cc 86 base::string16 postal_code = profile_loader_.GetPostalCode();
test_auxiliary_profile_loader_android.cc 55 base::string16 TestAuxiliaryProfileLoader::GetPostalCode() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locationapi.h 87 STDMETHOD_(HRESULT,GetPostalCode)(THIS_ BSTR *pbstrPostalCode) PURE;
105 #define ICivicAddressReport_GetPostalCode(This,pbstrPostalCode) (This)->lpVtbl->GetPostalCode(This,pbstrPostalCode)

Completed in 103 milliseconds