Home | History | Annotate | Download | only in autofill

Lines Matching refs:number

16 // A form group that stores phone number information.
20 explicit PhoneNumber(const PhoneNumber& number);
23 PhoneNumber& operator=(const PhoneNumber& number);
32 // Parses |value| to extract the components of a phone number. |number|
38 string16* number,
49 // phone number. Currently, these are either fax or home phone number types.
61 const string16& number() const { return number_; }
65 // Returns the entire phone number as a string, without punctuation.
72 void set_number(const string16& number);
84 // Verifies that |number| is a valid phone number.
85 bool Validate(const string16& number) const;
87 // Removes any punctuation characters from |number|.
88 static void StripPunctuation(string16* number);
90 // The pieces of the phone number.