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

  /external/chromium/chrome/browser/autofill/
form_structure.h 75 // Resets |autofill_count_| and counts the number of auto-fillable fields.
101 size_t autofill_count() const { return autofill_count_; }
158 size_t autofill_count_; member in class:FormStructure
form_structure.cc 59 autofill_count_(0) {
93 autofill_count_ = 0;
108 ++autofill_count_;
306 autofill_count_ = 0;
311 ++autofill_count_;

Completed in 33 milliseconds