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

  /external/chromium/chrome/browser/webdata/
autofill_entry.cc 9 AutofillKey::AutofillKey() {}
11 AutofillKey::AutofillKey(const string16& name, const string16& value)
16 AutofillKey::AutofillKey(const char* name, const char* value)
21 AutofillKey::AutofillKey(const AutofillKey& key)
26 AutofillKey::~AutofillKey() {
    [all...]
autofill_entry.h 13 class AutofillKey {
15 AutofillKey();
16 AutofillKey(const string16& name, const 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 447 milliseconds