Home | History | Annotate | Download | only in sync

Lines Matching defs:entries_

477       : test_(test), entries_(entries), success_(false) {
483 for (size_t i = 0; i < entries_.size(); ++i) {
484 if (!test_->AddAutofillSyncNode(entries_[i]))
493 const std::vector<T>& entries_;