Home | History | Annotate | Download | only in util

Lines Matching refs:verbs

255       // registered to handle some verbs. This registration has the side-effect
256 // that these verbs now show up in the shortcut's context menu. We
263 } verbs[] = {
267 for (size_t i = 0; i < arraysize(verbs); ++i) {
270 sub_path.append(verbs[i].verb);
273 if (verbs[i].name_id != -1) {
277 installer::GetLocalizedString(verbs[i].name_id));