HomeSort by relevance Sort by last modified time
    Searched full: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 803 AutofillKey* current_key_ptr = NULL; local
813 current_key_ptr = new AutofillKey(name, value);
821 if (current_key_ptr->name().compare(name) != 0 ||
822 current_key_ptr->value().compare(value) != 0) {
823 AutofillEntry entry(*current_key_ptr, *timestamps_ptr);
826 delete current_key_ptr;
829 current_key_ptr = new AutofillKey(name, value);
839 AutofillEntry entry(*current_key_ptr, *timestamps_ptr);
841 delete current_key_ptr;
    [all...]

Completed in 321 milliseconds