Home
last modified time | relevance | path

Searched defs:text_input_manager (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/compositor/
Dtext-backend.c64 struct text_input_manager { struct
65 struct wl_global *text_input_manager_global; argument
66 struct wl_listener destroy_listener;
68 struct text_input *current_text_input;
70 struct weston_compositor *ec;
404 struct text_input_manager *text_input_manager = in text_input_manager_create_text_input() local
434 struct text_input_manager *text_input_manager = data; in bind_text_input_manager() local
450 struct text_input_manager *text_input_manager = in text_input_manager_notifier_destroy() local
464 struct text_input_manager *text_input_manager; in text_input_manager_create() local
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc1346 content::TextInputManager* text_input_manager, in OnUpdateTextInputStateCalled()
/third_party/weston/clients/
Deditor.c86 struct zwp_text_input_manager_v1 *text_input_manager; member