HomeSort by relevance Sort by last modified time
    Searched refs:next_load_index_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/
plugin_loader_posix.cc 21 : next_load_index_(0) {
48 if (next_load_index_ == canonical_list_.size()) {
53 canonical_list_.begin() + next_load_index_ + 1);
56 next_load_index_ = 0;
76 next_load_index_ = 0;
120 if (index != next_load_index_) {
129 ++next_load_index_;
136 if (index != next_load_index_) {
142 ++next_load_index_;
163 if (next_load_index_ < canonical_list_.size()
    [all...]
plugin_loader_posix.h 93 // for ending the load process is done (i.e. the |next_load_index_| is outside
106 size_t next_load_index_; member in class:content::PluginLoaderPosix
plugin_loader_posix_unittest.cc 32 return next_load_index_;

Completed in 27 milliseconds