HomeSort by relevance Sort by last modified time
    Searched full:next_timer_index (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/net/
load_time_stats.cc 166 int next_timer_index() { return next_timer_index_; } function in class:chrome_browser_net::LoadTimeStats::TabLoadStats
462 int timer_index = stats->next_timer_index();
487 stats->set_next_timer_index(stats->next_timer_index() + 1);
488 if (stats->next_timer_index() <
499 int timer_index = stats->next_timer_index();

Completed in 63 milliseconds