HomeSort by relevance Sort by last modified time
    Searched defs:stats_table_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/test/
test_webkit_platform_support.h 98 scoped_ptr<base::StatsTable> stats_table_; member in class:content::TestWebKitPlatformSupport
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 48 stats_table_ = table;
58 if (this.stats_table_ != null)
60 this.stats_table_.Close();
61 this.stats_table_ = null;
71 int table_pids = stats_table_.Processes.Count;
77 foreach (int pid in stats_table_.Processes)
125 if (stats_table_ == null)
130 stats_counters_ = stats_table_.Counters();
227 this.stats_table_.Zero();
332 private StatsTable stats_table_; field in class:StatsViewer.StatsViewer
    [all...]

Completed in 4667 milliseconds