Home
last modified time | relevance | path

Searched refs:location_id (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/web_applications/
Dweb_app_ui.cc170 int location_id; in CheckExistingShortcuts() member
195 if (!PathService::Get(locations[i].location_id, &path)) { in CheckExistingShortcuts()
/external/chromium/chrome/browser/web_applications/
Dweb_app.cc241 int location_id; in CreateShortcut() member
269 if (locations[i].location_id == base::PATH_START) in CreateShortcut()
272 if (!PathService::Get(locations[i].location_id, &path)) { in CreateShortcut()
/external/chromium/chrome/browser/
Dshell_integration_win.cc113 int location_id; in MigrateWin7Shortcuts() member
133 if (!PathService::Get(kLocations[i].location_id, &path)) { in MigrateWin7Shortcuts()