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

  /external/chromium_org/chrome/browser/
shell_integration_win.cc 145 } kLocations[] = {
161 for (int i = 0; i < arraysize(kLocations); ++i) {
163 if (!PathService::Get(kLocations[i].location_id, &path)) {
168 if (kLocations[i].sub_dir)
169 path = path.Append(kLocations[i].sub_dir);
171 bool check_dual_mode = (kLocations[i].location_id == base::DIR_START_MENU);
  /external/chromium/chrome/browser/
shell_integration_win.cc 115 } kLocations[] = {
131 for (int i = 0; i < arraysize(kLocations); ++i) {
133 if (!PathService::Get(kLocations[i].location_id, &path)) {
138 if (kLocations[i].sub_dir)
139 path = path.Append(kLocations[i].sub_dir);

Completed in 75 milliseconds