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

  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 235 int renderer_count) {
249 async_renderers_pending_ = renderer_count;
252 synchronous_renderers_pending_ = renderer_count;
histogram_synchronizer.h 114 // set the number of pending responses for the given type to renderer_count.
116 int renderer_count);
  /external/chromium/chrome/browser/
memory_details.cc 272 int renderer_count = 0; local
301 renderer_count++;
351 UMA_HISTOGRAM_COUNTS_100("Memory.RendererProcessCount", renderer_count);

Completed in 941 milliseconds