Home | History | Annotate | Download | only in ui

Lines Matching defs:current_

42   size_t current_;
54 : current_(0),
66 for (; current_ < modules_.size(); ++current_) {
67 if (ShouldShowDialog(modules_[current_].get())) {
73 if (modules_[current_]->GetTokenName() == token_name) {
83 modules_[current_]->GetTokenName(),
101 ++current_;
107 SECStatus rv = PK11_CheckUserPassword(modules_[current_]->os_module_handle(),
121 ++current_;
126 DCHECK_EQ(current_, modules_.size());