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 233 PhoneObject::PhoneObject(const base::string16& number,
255 PhoneObject::PhoneObject(const PhoneObject& other) { *this = other; }
257 PhoneObject::PhoneObject() {}
259 PhoneObject::~PhoneObject() {}
261 const base::string16& PhoneObject::GetFormattedNumber() const
    [all...]
phone_number_i18n.h 72 class PhoneObject {
74 PhoneObject(const base::string16& number,
76 PhoneObject(const PhoneObject&);
77 PhoneObject();
78 ~PhoneObject();
90 PhoneObject& operator=(const PhoneObject& other);

Completed in 187 milliseconds