Searched defs:MAX_BROWSERS (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dmemory_details_win.cc35 MAX_BROWSERS enumerator in enum:__anon1695
44 } process_template[MAX_BROWSERS] = {
55 for (int index = 0; index < MAX_BROWSERS; ++index) {
H A Dmemory_details_mac.cc49 MAX_BROWSERS enumerator in enum:BrowserType
65 } process_template[MAX_BROWSERS] = {
74 for (size_t index = 0; index < MAX_BROWSERS; ++index) {
93 for (size_t index = 0; index < MAX_BROWSERS; index++)
104 std::vector<base::ProcessId> pids_by_browser[MAX_BROWSERS];
106 for (size_t index = CHROME_BROWSER; index < MAX_BROWSERS; index++) {
132 for (size_t index = CHROME_BROWSER + 1; index < MAX_BROWSERS; index++) {
H A Dmemory_details_linux.cc34 MAX_BROWSERS enumerator in enum:BrowserType
64 { "", MAX_BROWSERS },
136 // process, or |MAX_BROWSERS| if we don't know about it.
143 return MAX_BROWSERS;
215 if (type != MAX_BROWSERS) {
260 if (type != MAX_BROWSERS)

Completed in 131 milliseconds