HomeSort by relevance Sort by last modified time
    Searched full:autofill_count_ (Results 1 - 4 of 4) 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_;
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 100 // Resets |autofill_count_| and counts the number of auto-fillable fields.
144 size_t autofill_count() const { return autofill_count_; }
212 size_t autofill_count_; member in class:autofill::FormStructure
form_structure.cc 328 autofill_count_(0),
672 autofill_count_ = 0;
677 ++autofill_count_;
    [all...]

Completed in 279 milliseconds