Searched refs:current_url_index_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dfavicon_helper.h213 return (urls_.size() > current_url_index_) ?
214 &urls_[current_url_index_] : NULL;
250 size_t current_url_index_; member in class:FaviconHelper
H A Dfavicon_helper.cc73 current_url_index_(0) {
94 current_url_index_ = 0;
174 current_url_index_ = 0;
299 } else if (GetEntry() && ++current_url_index_ < urls_.size()) {

Completed in 288 milliseconds