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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry.cc 11 AutofillKey::AutofillKey() {}
13 AutofillKey::AutofillKey(const base::string16& name,
19 AutofillKey::AutofillKey(const char* name, const char* value)
24 AutofillKey::AutofillKey(const AutofillKey& key)
29 AutofillKey::~AutofillKey() {
    [all...]
autofill_entry.h 13 class AutofillKey {
15 AutofillKey();
16 AutofillKey(const base::string16& name, const base::string16& value);
17 AutofillKey(const char* name, const char* value);
18 AutofillKey(const AutofillKey& key);
19 virtual ~AutofillKey();
24 bool operator==(const AutofillKey& key) const;
25 bool operator<(const AutofillKey& key) const;
34 AutofillEntry(const AutofillKey& key
    [all...]

Completed in 1151 milliseconds