HomeSort by relevance Sort by last modified time
    Searched refs: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 103 // Resets |autofill_count_| and counts the number of auto-fillable fields.
147 size_t autofill_count() const { return autofill_count_; }
221 size_t autofill_count_; member in class:autofill::FormStructure
form_structure.cc 332 autofill_count_(0),
716 autofill_count_ = 0;
721 ++autofill_count_;
    [all...]

Completed in 201 milliseconds