Home
last modified time | relevance | path

Searched refs:handler_verb (Results 1 – 2 of 2) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgwin32appinfo.c3086 GWin32AppInfoShellVerb *handler_verb; in link_handlers_to_unregistered_apps() local
3098 if (handler_verb->app != NULL) in link_handlers_to_unregistered_apps()
3155 if (handler_verb->app != NULL) in link_handlers_to_unregistered_apps()
3223 if (handler_verb->app != NULL) in link_handlers_to_fake_apps()
3277 if (handler_verb->app != NULL) in link_handlers_to_fake_apps()
3469 GWin32AppInfoShellVerb *handler_verb; in uwp_package_cb() local
3472 uwp_app_add_verb (app, handler_verb->verb_name, handler_verb->verb_displayname); in uwp_package_cb()
3473 if (handler_verb->app == NULL && handler_verb->is_uwp) in uwp_package_cb()
3547 GWin32AppInfoShellVerb *handler_verb; in uwp_package_cb() local
3550 uwp_app_add_verb (app, handler_verb->verb_name, handler_verb->verb_displayname); in uwp_package_cb()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Darc_file_tasks.cc169 Verb handler_verb = Verb::VERB_NONE; in OnArcIconLoaded() local
176 handler_verb = Verb::VERB_SHARE_WITH; in OnArcIconLoaded()
187 name, handler_verb, icon_url, false /* is_default */, in OnArcIconLoaded()