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

  /external/chromium_org/base/metrics/
stats_table.h 80 static void set_current(StatsTable* value);
stats_table_unittest.cc 118 StatsTable::set_current(&table);
175 StatsTable::set_current(&table);
197 StatsTable::set_current(&table);
253 StatsTable::set_current(&table);
305 StatsTable::set_current(&table);
337 StatsTable::set_current(&table);
369 StatsTable::set_current(&table);
stats_table.cc 330 void StatsTable::set_current(StatsTable* value) { function in class:base::StatsTable
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 55 base::StatsTable::set_current(stats_table_.get());
112 base::StatsTable::set_current(NULL);
  /external/chromium_org/content/app/
content_main_runner.cc 239 base::StatsTable::set_current(stats_table);

Completed in 63 milliseconds