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

  /external/chromium/chrome/browser/webdata/
autofill_table.cc 717 AutofillKey* current_key_ptr = NULL; local
727 current_key_ptr = new AutofillKey(name, value);
735 if (current_key_ptr->name().compare(name) != 0 ||
736 current_key_ptr->value().compare(value) != 0) {
737 AutofillEntry entry(*current_key_ptr, *timestamps_ptr);
740 delete current_key_ptr;
743 current_key_ptr = new AutofillKey(name, value);
752 AutofillEntry entry(*current_key_ptr, *timestamps_ptr);
754 delete current_key_ptr;
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 802 AutofillKey* current_key_ptr = NULL; local
812 current_key_ptr = new AutofillKey(name, value);
820 if (current_key_ptr->name().compare(name) != 0 ||
821 current_key_ptr->value().compare(value) != 0) {
822 AutofillEntry entry(*current_key_ptr, *timestamps_ptr);
825 delete current_key_ptr;
828 current_key_ptr = new AutofillKey(name, value);
838 AutofillEntry entry(*current_key_ptr, *timestamps_ptr);
840 delete current_key_ptr;
    [all...]

Completed in 182 milliseconds