Searched defs:stats_table_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.h101 scoped_ptr<base::StatsTable> stats_table_; member in class:content::TestWebKitPlatformSupport
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs48 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 438 milliseconds