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

  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 40 base::string16 CollapseAddress(const base::string16& post_office_box,
43 if (!post_office_box.empty())
44 accumulator.push_back(post_office_box);
83 base::string16 post_office_box = profile_loader_.GetPostOfficeBox(); local
90 base::string16 street2 = CollapseAddress(post_office_box, neighborhood);
test_auxiliary_profile_loader_android.cc 96 const base::string16& post_office_box) {
97 post_office_box_ = post_office_box;
auxiliary_profile_unittest_android.cc 132 base::string16 post_office_box= ASCIIToUTF16("222");
135 profile_loader().SetPostOfficeBox(post_office_box);
143 profile_loader().SetPostOfficeBox(post_office_box);
145 EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_LINE2), post_office_box);
test_auxiliary_profile_loader_android.h 46 void SetPostOfficeBox(const base::string16& post_office_box);

Completed in 67 milliseconds