next_index_ 47 cc/surfaces/surface_aggregator.cc id_to_index_map_[id] = next_index_++; next_index_ 58 cc/surfaces/surface_aggregator.cc int next_index_; next_index_ 21 content/browser/loader/throttling_resource_handler.cc next_index_(0), next_index_ 41 content/browser/loader/throttling_resource_handler.cc while (next_index_ < throttles_.size()) { next_index_ 42 content/browser/loader/throttling_resource_handler.cc int index = next_index_; next_index_ 44 content/browser/loader/throttling_resource_handler.cc next_index_++; next_index_ 56 content/browser/loader/throttling_resource_handler.cc next_index_ = 0; // Reset for next time. next_index_ 68 content/browser/loader/throttling_resource_handler.cc while (next_index_ < throttles_.size()) { next_index_ 69 content/browser/loader/throttling_resource_handler.cc int index = next_index_; next_index_ 71 content/browser/loader/throttling_resource_handler.cc next_index_++; next_index_ 82 content/browser/loader/throttling_resource_handler.cc next_index_ = 0; // Reset for next time. next_index_ 93 content/browser/loader/throttling_resource_handler.cc while (next_index_ < throttles_.size()) { next_index_ 94 content/browser/loader/throttling_resource_handler.cc int index = next_index_; next_index_ 96 content/browser/loader/throttling_resource_handler.cc next_index_++; next_index_ 107 content/browser/loader/throttling_resource_handler.cc next_index_ = 0; // Reset for next time. next_index_ 117 content/browser/loader/throttling_resource_handler.cc while (next_index_ < throttles_.size()) { next_index_ 118 content/browser/loader/throttling_resource_handler.cc int index = next_index_; next_index_ 120 content/browser/loader/throttling_resource_handler.cc next_index_++; next_index_ 131 content/browser/loader/throttling_resource_handler.cc next_index_ = 0; // Reset for next time. next_index_ 72 content/browser/loader/throttling_resource_handler.h size_t next_index_; next_index_ 593 net/socket/socket_test_util.h SocketDataProviderArray() : next_index_(0) {} next_index_ 596 net/socket/socket_test_util.h DCHECK_LT(next_index_, data_providers_.size()); next_index_ 597 net/socket/socket_test_util.h return data_providers_[next_index_++]; next_index_ 605 net/socket/socket_test_util.h size_t next_index() { return next_index_; } next_index_ 607 net/socket/socket_test_util.h void ResetNextIndex() { next_index_ = 0; } next_index_ 612 net/socket/socket_test_util.h size_t next_index_;