Searched defs:kLocations (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc148 } kLocations[] = { local
164 for (int i = 0; i < arraysize(kLocations); ++i) {
166 if (!PathService::Get(kLocations[i].location_id, &path)) {
171 if (kLocations[i].sub_dir)
172 path = path.Append(kLocations[i].sub_dir);
174 bool check_dual_mode = (kLocations[i].location_id == base::DIR_START_MENU);

Completed in 55 milliseconds