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

  /external/chromium/chrome/browser/webdata/
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...]
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_change.cc 10 AutofillChange::AutofillChange(Type type, const AutofillKey& key)
11 : GenericAutofillChange<AutofillKey>(type, key) {
autofill_change.h 14 // For classic Autofill form fields, the KeyType is AutofillKey.
39 class AutofillChange : public GenericAutofillChange<AutofillKey> {
41 AutofillChange(Type type, const AutofillKey& key);
autofill_table_unittest.cc 30 std::ostream& operator<<(std::ostream& os, const AutofillKey& key) {
121 AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)), timestamps);
258 AutofillKey(ASCIIToUTF16("Name"),
261 AutofillKey(ASCIIToUTF16("Name"),
264 AutofillKey(ASCIIToUTF16("Name"),
267 AutofillKey(ASCIIToUTF16("Favorite Color"),
375 AutofillKey(ASCIIToUTF16("Name"),
384 AutofillKey(ASCIIToUTF16("Name"),
409 AutofillKey(ASCIIToUTF16("Name"),
425 AutofillKey(ASCIIToUTF16("Name")
    [all...]
web_data_service_unittest.cc 156 AutofillChange(AutofillChange::ADD, AutofillKey(name1_, value1_)),
157 AutofillChange(AutofillChange::ADD, AutofillKey(name2_, value2_))
206 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_))
238 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)),
239 AutofillChange(AutofillChange::REMOVE, AutofillKey(name2_, value2_))
autofill_table.cc 506 AutofillKey(itr->b, itr->c)));
717 AutofillKey* current_key_ptr = NULL;
727 current_key_ptr = new AutofillKey(name, value);
743 current_key_ptr = new AutofillKey(name, value);
866 AutofillKey(element.name, element.value)));
    [all...]
web_data_service.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.h 136 std::set<AutofillKey>* current_entries,
autofill_model_associator.cc 35 std::set<AutofillKey> current_entries;
67 std::set<AutofillKey>* current_entries,
329 AutofillKey key(UTF8ToUTF16(autofill.name()), UTF8ToUTF16(autofill.value()));
autofill_change_processor.cc 327 AutofillKey k(UTF8ToUTF16(autofill.name()), UTF8ToUTF16(autofill.value()));
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 387 AutofillKey key(UTF8ToUTF16(autofill.name()),
449 AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)), timestamps);
    [all...]

Completed in 8213 milliseconds