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 640 autofilled_form_signatures_.push_front(form_structure->FormSignature());
643 if (autofilled_form_signatures_.size() > kMaxRecentFormSignaturesToRemember)
644 autofilled_form_signatures_.pop_back();
798 autofilled_form_signatures_.begin();
799 it != autofilled_form_signatures_.end() && !was_autofilled;
    [all...]
autofill_manager.h 304 std::list<std::string> autofilled_form_signatures_; member in class:autofill::AutofillManager

Completed in 247 milliseconds