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

  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 667 autofilled_form_signatures_.push_front(form_structure->FormSignature());
670 if (autofilled_form_signatures_.size() > kMaxRecentFormSignaturesToRemember)
671 autofilled_form_signatures_.pop_back();
826 autofilled_form_signatures_.begin();
827 it != autofilled_form_signatures_.end() && !was_autofilled;
    [all...]
autofill_manager.h 312 std::list<std::string> autofilled_form_signatures_; member in class:autofill::AutofillManager

Completed in 1686 milliseconds