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

  /external/chromium_org/chrome/browser/
memory_details_mac.cc 47 MAX_BROWSERS
64 } process_template[MAX_BROWSERS] = {
73 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++) {
145 for (size_t index = CHROME_BROWSER + 1; index < MAX_BROWSERS; index++) {
memory_details_linux.cc 38 MAX_BROWSERS
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)
memory_details_win.cc 36 MAX_BROWSERS
46 } process_template[MAX_BROWSERS] = {
57 for (int index = 0; index < MAX_BROWSERS; ++index) {

Completed in 1052 milliseconds