Searched defs:phone (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dhome_phone_number.cc9 HomePhoneNumber::HomePhoneNumber(const HomePhoneNumber& phone) argument
10 : PhoneNumber(phone) {
15 HomePhoneNumber& HomePhoneNumber::operator=(const HomePhoneNumber& phone) { argument
16 PhoneNumber::operator=(phone);
H A Dautofill_common_test.cc39 const char* phone, const char* fax) {
51 check_and_set(profile, PHONE_HOME_WHOLE_NUMBER, phone);
60 const char* phone, const char* fax) {
65 phone, fax);
34 SetProfileInfo(AutofillProfile* profile, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone, const char* fax) argument
55 SetProfileInfoWithGuid(AutofillProfile* profile, const char* guid, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone, const char* fax) argument
H A Dautofill_ie_toolbar_import_win.cc217 // Combine phones into whole phone #.
218 string16 phone; local
219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE);
220 phone.append(profile.GetInfo(PHONE_HOME_CITY_CODE));
221 phone.append(profile.GetInfo(PHONE_HOME_NUMBER));
222 profile.SetInfo(PHONE_HOME_WHOLE_NUMBER, phone);
223 phone = profile.GetInfo(PHONE_FAX_COUNTRY_CODE);
224 phone.append(profile.GetInfo(PHONE_FAX_CITY_CODE));
225 phone.append(profile.GetInfo(PHONE_FAX_NUMBER));
226 profile.SetInfo(PHONE_FAX_WHOLE_NUMBER, phone);
[all...]
H A Dautofill_manager_unittest.cc275 const char* phone,
338 "Phone Number", "phonenumber", phone, "tel", &field);
1844 // Test that we correctly fill a phone number split across multiple fields.
1864 "phone", "phone prefix", "1", "text", &field);
1868 "-", "phone suffix", "", "text", &field);
1890 SCOPED_TRACE(StringPrintf("Testing phone: %s", test_data));
263 ExpectFilledForm(int page_id, const FormData& filled_form, int expected_page_id, const char* first, const char* middle, const char* last, const char* address1, const char* address2, const char* city, const char* state, const char* postal_code, const char* country, const char* phone, const char* fax, const char* email, const char* name_on_card, const char* card_number, const char* expiration_month, const char* expiration_year, bool has_address_fields, bool has_credit_card_fields, bool use_month_type) argument
/external/srec/config/en.us/dictionary/
H A Dcmu2nuance.cpp33 static const char* xlate(const char* phone, const char* cmu, const char* nuance) { argument
35 if (strncmp(phone, cmu, ncmu) || !isspace(phone[ncmu])) return NULL;
37 return phone + strlen(cmu);
/external/srec/srec/include/
H A Dhmm_desc.h51 unsigned char phone; /* Internal phoneme symbol */ member in struct:__anon9860
52 unsigned char pr_code[4]; /* Printable phone code */
/external/valgrind/main/include/vki/
H A Dvki-linux.h1517 char phone[VKI_ISDN_MSNLEN]; member in struct:__anon11291

Completed in 158 milliseconds