Home | History | Annotate | Download | only in browser

Lines Matching refs:browser

5 #include "chrome/browser/memory_details.h"
12 #include "chrome/browser/extensions/extension_service.h"
13 #include "chrome/browser/profiles/profile.h"
16 #include "content/browser/browser_child_process_host.h"
17 #include "content/browser/browser_thread.h"
18 #include "content/browser/renderer_host/backing_store_manager.h"
19 #include "content/browser/renderer_host/render_process_host.h"
20 #include "content/browser/renderer_host/render_view_host.h"
21 #include "content/browser/tab_contents/navigation_entry.h"
22 #include "content/browser/tab_contents/tab_contents.h"
29 #include "content/browser/zygote_host_linux.h"
30 #include "content/browser/renderer_host/render_sandbox_host_linux.h"
215 // total memory usage of the browser).
267 const ProcessData& browser = *ChromeBrowser();
275 for (size_t index = 0; index < browser.processes.size(); index++) {
276 int sample = static_cast<int>(browser.processes[index].working_set.priv);
278 switch (browser.processes[index].type) {
280 UMA_HISTOGRAM_MEMORY_KB("Memory.Browser", sample);
284 browser.processes[index].renderer_type;
346 static_cast<int>(browser.processes.size()));