HomeSort by relevance Sort by last modified time
    Searched defs:PhoneObject (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n.cc 229 PhoneObject::PhoneObject(const base::string16& number,
252 PhoneObject::PhoneObject(const PhoneObject& other) { *this = other; }
254 PhoneObject::PhoneObject() {}
256 PhoneObject::~PhoneObject() {}
258 const base::string16& PhoneObject::GetFormattedNumber() const
    [all...]
phone_number_i18n.h 68 class PhoneObject {
70 PhoneObject(const base::string16& number,
72 PhoneObject(const PhoneObject&);
73 PhoneObject();
74 ~PhoneObject();
86 PhoneObject& operator=(const PhoneObject& other);

Completed in 54 milliseconds