Home
last modified time | relevance | path

Searched refs:input_method_resource (Results 1 – 5 of 5) sorted by relevance

/third_party/weston/compositor/
Dtext-backend.c626 if (!keyboard->input_method_resource) in input_method_context_grab_key()
630 wl_resource_get_client(keyboard->input_method_resource)); in input_method_context_grab_key()
633 wl_keyboard_send_key(keyboard->input_method_resource, in input_method_context_grab_key()
647 if (!keyboard->input_method_resource) in input_method_context_grab_modifier()
650 wl_keyboard_send_modifiers(keyboard->input_method_resource, in input_method_context_grab_modifier()
689 keyboard->input_method_resource = cr; in input_method_context_grab_keyboard()
844 keyboard->input_method_resource = NULL; in input_method_context_end_keyboard_grab()
/third_party/weston/libweston/
Dbindings.c212 if (keyboard->input_method_resource) in binding_key()
522 if (grab->keyboard->input_method_resource) in debug_binding_key()
/third_party/weston/desktop-shell/
Dexposay.c601 if (keyboard->input_method_resource) in exposay_set_inactive()
Dshell.c4570 if (keyboard->input_method_resource) in switcher_destroy()
/third_party/weston/include/libweston/
Dlibweston.h758 struct wl_resource *input_method_resource; member