Searched refs:MAX_BROWSERS (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
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)
H A Dmemory_details_win.cc35 MAX_BROWSERS enumerator in enum:__anon2275
44 } process_template[MAX_BROWSERS] = {
55 for (int index = 0; index < MAX_BROWSERS; ++index) {
/external/chromium_org/chrome/browser/
H A Dmemory_details_mac.cc47 MAX_BROWSERS enumerator in enum:BrowserType
64 } process_template[MAX_BROWSERS] = {
73 for (size_t index = 0; index < MAX_BROWSERS; ++index) {
92 for (size_t index = 0; index < MAX_BROWSERS; index++)
103 std::vector<base::ProcessId> pids_by_browser[MAX_BROWSERS];
105 for (size_t index = CHROME_BROWSER; index < MAX_BROWSERS; index++) {
144 for (size_t index = CHROME_BROWSER + 1; index < MAX_BROWSERS; index++) {
H A Dmemory_details_linux.cc38 MAX_BROWSERS enumerator in enum:BrowserType
68 { "", MAX_BROWSERS },
103 // process, or |MAX_BROWSERS| if we don't know about it.
110 return MAX_BROWSERS;
180 if (type == MAX_BROWSERS)
231 if (type != MAX_BROWSERS)
H A Dmemory_details_win.cc36 MAX_BROWSERS enumerator in enum:__anon5547
46 } process_template[MAX_BROWSERS] = {
57 for (int index = 0; index < MAX_BROWSERS; ++index) {

Completed in 144 milliseconds