Home | History | Annotate | Download | only in browser

Lines Matching refs:browser

5 #include "chrome/browser/memory_details.h"
20 #include "content/browser/browser_child_process_host.h"
21 #include "content/browser/browser_thread.h"
22 #include "content/browser/zygote_host_linux.h"
49 // A mapping from process name to the type of browser.
52 BrowserType browser;
135 // Given a process name, return the type of the browser which created that
140 return kBrowserBinaryNames[i].browser;
186 // pid namespace, the zygote's parent process is not the browser.
210 // For each process on the system, if it appears to be a browser process and
211 // it's parent isn't a browser process, then record it in |browsers_found|.
226 // that |i| is a browser.
247 // For each browser process, collect a list of its children and get the
253 ProcessData browser;
254 GetProcessDataMemoryInformation(browser_processes, &browser);
261 browser.name = ASCIIToUTF16(kBrowserPrettyNames[type]);
266 process_data_.push_back(browser);
269 // Finally return to the browser thread.